@prefix :      <http://www.w3.org/ns/lemon/lime#> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

:percentage  a            owl:DatatypeProperty ;
        rdfs:comment      "The 'percentage' property expresses the percentage of entities in the reference dataset which have at least one lexicalization in a lexicalization set or are linked to a lexical concept in a lexical linkset."@en , "Свойство 'процент' выражает процент объектов в наборе справочных данных, которые имеют хотя бы одну лексикализацию в наборе лексикализации или связаны с лексической концепцией в лексическом наборе ссылок."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "porcentaje"@es , "percentuale"@it , "процент"@ru , "Prozentsatz"@de , "percentage"@nl , "percentage"@en , "pourcentage"@fr ;
        rdfs:range        xsd:decimal ;
        vs:term_status    "stable" .

:avgSynonymy  a           owl:DatatypeProperty ;
        rdfs:comment      "Свойство 'средняя синонимия' указывает среднее число словарных единиц, вызывающих каждое лексическое понятие в наборе понятий."@ru , "The 'average synonymy' property indicates the average number of lexical entries evoking each lexical concept in the concept set."@en ;
        rdfs:domain       :ConceptualizationSet ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "gemiddelde synonymie"@nl , "sinóminedad promedia"@es , "synonymie moyenne"@fr , "sinonimità media"@it , "average synonymy"@en , "средняя синонимия"@ru , "Durchschnittliche Synonymie"@de ;
        rdfs:range        xsd:decimal ;
        vs:term_status    "stable" .

:references  a            owl:DatatypeProperty ;
        rdfs:comment      "Свойство 'ссылки' указывает количество отдельных онтологий или элементов словаря, которые либо связаны с лексическими элементами через набор лексикализации, либо связаны с лексическими понятиями посредством набора лексической связи."@ru , "The 'references' property indicates the number of distinct ontology or vocabulary elements that are either associated with lexical entries via a lexicalization set or linked to lexical concepts via a lexical link set."@en ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                          ] ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "Referenzen"@de , "referencias"@pt , "referencias"@es , "références"@fr , "references"@en , "ссылки"@ru , "referenser"@sv , "riferimenti"@it , "referințe"@ro , "verwysings"@af , "referenties"@nl ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:lexicalEntries  a        owl:DatatypeProperty ;
        rdfs:comment      "The 'lexical entries' property indicates the number of distinct lexical entries contained in a lexicon or lexicalization set."@en , "Свойство 'словарная единица' указывает количество различных словарных единиц, содержащихся в лексиконе или наборе лексикализаций."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :ConceptualizationSet :LexicalizationSet :Lexicon )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "entradas lexicas"@pt , "lexie"@fr , "entradas léxicas"@es , "lexikoningångar"@sv , "lexikaal items"@nl , "înregistrari lexicale"@ro , "leksikale inskrywing"@af , "словарная единица"@ru , "entrate lessicali"@it , "lexical entries"@en , "Lexikoneinträge"@de ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:language  a              owl:DatatypeProperty ;
        rdfs:comment      "The  'language' property indicates the language of a lexicon, a lexical entry, a concept set or a lexicalization set."@en , "Свойство 'язык' указывает язык лексикона, словарной единицы, набора понятий или набора лексикализаций."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :LexicalizationSet :Lexicon ontolex:ConceptSet ontolex:LexicalEntry )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "Sprache"@de , "limbă"@ro , "langue"@fr , "язык"@ru , "idioma"@pt , "lingua"@it , "språk"@sv , "taal"@af , "taal"@nl , "language"@en , "lengua"@es ;
        rdfs:range        xsd:language ;
        vs:term_status    "stable" .

void:Dataset  a  owl:Class .

:lexiconDataset  a        owl:ObjectProperty , owl:FunctionalProperty ;
        rdfs:comment      "The 'lexicon dataset' property indicates the lexicon that contains the entries refered to in a lexicalization set or a conceptualization set."@en , "Свойство 'лексический набор данных' указывает лексику, которая содержит записи, упомянутые в наборе лексикализации или наборе концептуализации."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :ConceptualizationSet :LexicalizationSet )
                          ] ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "лексический набор данных"@ru , "conjunto de datos del lexicón"@es , "lexikondatamängd"@sv , "leksikale datastel"@af , "Lexikondatensatz"@de , "lexicale dataset"@nl , "banca dati lessicale"@it , "lexicon dataset"@en , "set de date de lexicon"@ro , "banque de données lexicales"@fr ;
        rdfs:range        :Lexicon ;
        vs:term_status    "stable" .

void:subset  a  owl:ObjectProperty .

void:vocabulary  a  owl:ObjectProperty , owl:AnnotationProperty .

:avgNumOfLexicalizations
        a                 owl:DatatypeProperty ;
        rdfs:comment      "The 'average number of lexicalizations' property indicate the average number of lexicalizations per ontology element. The exact formula for calculating the average is indicated in the specification: https://www.w3.org/community/ontolex/wiki/Final_Model_Specification#LexicalizationSet"@en , "Свойство 'среднее количество лексикализаций' указывает среднее число лексикализаций на элемент онтологии. Точная формула для вычисления среднего значения указана в спецификации: https://www.w3.org/community/ontolex/wiki/Final_Model_Specification#LexicalizationSet"@ru ;
        rdfs:domain       :LexicalizationSet ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "numărul mediu de lexicalizari"@ro , "Durchschnittliche Anzahl von Lexikalisierungen"@de , "среднее количество лексикализаций"@ru , "average number of lexicalizations"@en , "numero medio di lessicalizzazioni"@it , "nombre moyen de lexicalisations"@fr , "gemiddelde aantal leksikaliserings"@af , "numero medio de lexicalizações"@pt , "gemiddeld aantal van lexicalisatie"@nl , "promedio de lexicalizaciones"@es , "genomsnittligt antal lexikaliseringar"@sv ;
        rdfs:range        xsd:decimal ;
        vs:term_status    "stable" .

:Lexicon  a               owl:Class ;
        rdfs:comment      "Лексикон представляет собой набор словарных единиц для определенного языка или домена."@ru , "A lexicon represents a collection of lexical entries for a particular language or domain."@en ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "Lessico"@it , "lexicón"@es , "lexikon"@sv , "лексикон"@ru , "leksikon"@af , "Lexique"@fr , "Lexicon"@nl , "Lexikon"@de , "lexicon"@ro , "lexicon"@en ;
        rdfs:subClassOf   void:Dataset ;
        rdfs:subClassOf   [ a                owl:Restriction ;
                            owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty   :language
                          ] ;
        rdfs:subClassOf   [ a                            owl:Restriction ;
                            owl:minQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onClass                  ontolex:LexicalEntry ;
                            owl:onProperty               :entry
                          ] ;
        vs:term_status    "stable" .

:conceptualDataset  a     owl:ObjectProperty ;
        rdfs:comment      "Свойство 'концептуальный набор данных' связывает набор лексической связи или концептуализацию с соответствующим набором понятий."@ru , "The 'conceptual dataset' property relates a lexical link set or a conceptualization set to a corresponding concept set."@en ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :ConceptualizationSet :LexicalLinkset )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "Konzeptdatensatz"@de , "conceptual dataset"@en , "концептуальный набор данных"@ru , "banca concetti"@it , "conjunto de conceptos"@es , "dataset van begrippen"@nl , "banque de concepts"@fr ;
        rdfs:range        ontolex:ConceptSet ;
        vs:term_status    "stable" .

:ConceptualizationSet
        a                 owl:Class ;
        rdfs:comment      "Набор концепций представляет собой набор связей между словарными единицами в лексиконе и лексическими понятиями в наборе понятий, которые они вызывают."@ru , "A conceptualization set represents a collection of links between lexical entries in a Lexicon and lexical concepts in a Concept Set they evoke."@en ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "banca concettualizzazioni"@it , "conjuto de conceptualizaciones"@es , "conceptualization set"@en , "banque de concepitalisations"@fr , "набор концепций"@ru , "Konzeptualisierungsatz"@de , "verzameling van conceptialisaties"@nl ;
        rdfs:subClassOf   void:Dataset ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               :Lexicon ;
                            owl:onProperty            :lexiconDataset ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ontolex:ConceptSet ;
                            owl:onProperty            :conceptualDataset ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        vs:term_status    "stable" .

:linguisticCatalog  a     owl:ObjectProperty ;
        rdfs:comment      "Свойство 'лингвистический каталог' указывает каталог языковых категорий, используемых в лексиконе, для определения лингвистических свойств словарных единиц."@ru , "The 'linguistic catalog' property indicates the catalog of linguistic categories used in a lexicon to define linguistic properties of lexical entries."@en ;
        rdfs:domain       :Lexicon ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "linguistische Kategorienmodell"@de , "banca categorie linguistiche"@it , "лингвистический каталог"@ru , "conjunto de categoríes lingüísticas"@es , "banque de catégories linguistiques"@fr , "verzameling van taalkundige categories"@nl , "lingustic catalog"@en ;
        rdfs:range        <http://purl.org/vocommons/voaf#Vocabulary> ;
        vs:term_status    "stable" .

:partition  a               owl:ObjectProperty ;
        rdfs:comment        "The 'partition' property relates a lexicalization set or lexical linkset to a logical subset that contains lexicalizations for a given ontological type only."@en , "Свойство 'раздел' связывает набор лексикализации или лексический набор ссылок с логическим подмножеством, который содержит лексикализацию только для данного онтологического типа."@ru ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                            ] ;
        rdfs:isDefinedBy    <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label          "partición"@es , "partition"@fr , "partition"@en , "verdeling"@nl , "partizione"@it , "раздел"@ru , "Teilung"@de ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                            ] ;
        rdfs:subPropertyOf  void:subset ;
        vs:term_status      "stable" .

vs:term_status  a  owl:AnnotationProperty .

:concepts  a              owl:DatatypeProperty ;
        rdfs:comment      "The 'concepts' property indicates the number of lexical concepts defined in a concept set or involved in either a LexicalLinkset or ConceptualizationSet."@en , "Свойство 'понятия' указывает количество лексических понятий, определенных в наборе понятий или участвующих либо в LexicalLinkset, либо в ConceptualizationSet."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :ConceptualizationSet :LexicalLinkset ontolex:ConceptSet )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime"@en ;
        rdfs:label        "понятия"@ru , "conceptos"@es , "Konzepte"@de , "begrippen"@nl , "concepts"@fr , "concepts"@en , "concetti"@it ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:entry  a                 owl:ObjectProperty ;
        rdfs:comment      "Свойство 'запись' связывает лексикон с одной из содержащихся в нем словарных единиц."@ru , "The 'entry' property relates a lexicon to one of the lexical entries contained in it."@en ;
        rdfs:domain       :Lexicon ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "entrée"@fr , "запись"@ru , "ingång"@sv , "înregistrare"@ro , "inskrywing"@af , "entry"@en , "Item"@nl , "entrada"@pt , "entrada"@es , "entrata"@it , "Eintrag"@de ;
        rdfs:range        ontolex:LexicalEntry ;
        vs:term_status    "stable" .

:lexicalizations  a       owl:DatatypeProperty ;
        rdfs:comment      "The 'lexicalizations' property indicates the total number of lexicalizations in a lexicalization set, that is the number of unique pairs of lexical entry and denoted ontology element."@en , "Свойство 'лексикализации' указывает общее число лексикализаций в наборе лексикализаций, то есть количество уникальных пар словарных единиц и обозначенного элемента онтологии."@ru ;
        rdfs:domain       :LexicalizationSet ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "lexikaliseringar"@sv , "lexicalisations"@fr , "lexicalisaties"@nl , "lessicalizzazioni"@it , "lexicalizations"@en , "lexicalizari"@ro , "lexicalizaciones"@es , "lexicalizações"@pt , "leksikaliserings"@af , "Lexikalisierungen"@de , "лексикализации"@ru ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:links  a                 owl:DatatypeProperty ;
        rdfs:comment      "Свойство 'связи' указывает количество связей между понятиями в наборе понятий и объектами в ссылочном наборе данных."@ru , "The 'links' property indicates the number of links between concepts in the concept set and entities in the reference dataset."@en ;
        rdfs:domain       :LexicalLinkset ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "enlaces"@es , "links"@nl , "links"@en , "link"@it , "liens"@fr , "связи"@ru , "Links"@de ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:conceptualizations  a    owl:DatatypeProperty ;
        rdfs:comment      "The 'conceptualizations' property indicates the number of distinct conceptualizations in a conceptualization set."@en , "Свойство 'концептуализации' указывает на число различных концептуализаций в наборе концептуализаций."@ru ;
        rdfs:domain       :ConceptualizationSet ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "концептуализации"@ru , "conceptualisations"@fr , "concettualizzazioni"@it , "conceptualizaciones"@es , "conceptualisaties"@nl , "Konzeptualisierungen"@de , "conceptualizations"@en ;
        rdfs:range        xsd:integer ;
        vs:term_status    "stable" .

:LexicalLinkset  a        owl:Class ;
        rdfs:comment      "Лексический набор связей представляет собой набор связей между набором ссылок и набором лексических понятий (например, synsets of wordnet)"@ru , "A lexical linkset represents a collection of links between a reference dataset and a set of lexical concepts (e.g. synsets of a wordnet)."@en ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "banca di link lessicali"@it , "conjunto de enlaces"@es , "verzameling van lexicale links"@nl , "banque de liens lexicals"@fr , "лексический набор ссылок"@ru , "lexical linkset"@en , "leksikale skakelstel"@af , "linkset lexical"@ro , "lexikalisk länkmängd"@sv , "Lexikonlinksatz"@de ;
        rdfs:subClassOf   void:Linkset ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :LexicalLinkset ;
                            owl:onProperty     :partition
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ontolex:ConceptSet ;
                            owl:onProperty            :conceptualDataset ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               void:Dataset ;
                            owl:onProperty            :referenceDataset ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        vs:term_status    "stable" .

<http://www.w3.org/ns/lemon/lime>
        a                              <http://purl.org/vocommons/voaf#Vocabulary> , owl:Ontology ;
        rdfs:comment                   "-Version 1.0: depreciation with minor change in metadata for LOV publication\n-Version 1.1: creation"@en ;
        rdfs:label                     "Lexicon Model for Ontologies - LIngusitic MEtadata (LIME)"@en ;
        cc:licence                     <https://creativecommons.org/publicdomain/zero/1.0/> ;
        cc:license                     <https://creativecommons.org/publicdomain/zero/1.0/> ;
        dc:contributor                 <http://www.ilc.cnr.it/en/content/anas-fahad-khan> , <http://mayor2.dia.fi.upm.es/oeg-upm/index.php/en/teachers/52-emontiel> , <https://sites.google.com/site/francescafrontini/> , <http://www.dfki.de/~declerck/> , <http://www.oeg-upm.net/index.php/teachers/53-lupe> , <http://www.istc.cnr.it/people/aldo-gangemi> , <http://jogracia.url.ph/web/> , <http://www.paulbuitelaar.net/> , <http://art.uniroma2.it/stellato/> , <http://art.uniroma2.it/fiorelli/> ;
        dc:creator                     <http://john.mccr.ae/> , <http://www.cimiano.de/> ;
        dc:issued                      "2016-01-10"^^xsd:date ;
        dc:modified                    "2016-01-10"^^xsd:date ;
        dc:publisher                   <http://www.w3.org/community/ontolex> ;
        dc:rights                      "CC-Zero" ;
        dcterms:description            "LIME (LInguistic MEtadata) is a vocabulary for expressing linguistic metadata about linguistic resources and linguistically grounded datasets."@en ;
        dcterms:title                  "Vocabulary of Linguistic Metadata"@en ;
        vann:preferredNamespacePrefix  "lime"^^xsd:string ;
        vann:preferredNamespaceUri     "http://www.w3.org/ns/lemon/lime#"^^xsd:string ;
        owl:imports                    <http://www.w3.org/ns/lemon/ontolex> ;
        owl:versionInfo                1.1 .

void:Linkset  a  owl:Class .

rdfs:Class  a   owl:Class .

:referenceDataset  a      owl:ObjectProperty , owl:FunctionalProperty ;
        rdfs:comment      "The 'reference dataset' property indicates the dataset that contains the domain objects or vocabulary elements that are either referenced by a given lexicon, providing the grounding vocabulary for the meaning of the lexical entries, or linked to lexical concepts in a concept set by means of a lexical link set."@en , "Свойство 'справочный набор данных' указывает набор данных, который содержит объекты домена или элементы словаря, на которые либо ссылается данный лексикон, обеспечивая базовый словарь для значения словарных единиц или связывая лексическими понятия с понятийными наборами, заданными с помощью набора лексических ссылок."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                          ] ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "referensdatamängd"@sv , "verzameling van referenties"@nl , "banca riferimenti"@it , "reference dataset"@en , "conjunto de datos de referencia"@es , "Referenzdatensatz"@de , "verwysingsdatastel"@af , "справочный набор данных"@ru , "setul de date de referință"@ro , "banque de réfèrences"@fr ;
        rdfs:range        void:Dataset ;
        vs:term_status    "stable" .

:avgAmbiguity  a          owl:DatatypeProperty ;
        rdfs:comment      "Свойство 'средней неоднозначности' указывает среднее число лексических понятий, вызываемых каждой леммой/канонической формой в лексиконе."@ru , "The 'average ambiguity' property indicates the average number of lexical concepts evoked by each lemma/canonical form in the lexicon."@en ;
        rdfs:domain       :ConceptualizationSet ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "gemiddelde ambiguïteit"@nl , "Durchschnittliche Amiguität"@de , "ambiguità media"@it , "средняя неоднозначность"@ru , "ambiguïté moyenne"@fr , "average ambiguity"@en , "ambigüedad promedia"@es ;
        rdfs:range        xsd:decimal ;
        vs:term_status    "stable" .

:LexicalizationSet  a     owl:Class ;
        rdfs:comment      "A 'lexicalization set' is a dataset that comprises a collection of lexicalizations, that is pairs of lexical entry and corresponding reference in the associated ontology/vocabulary/dataset."@en , "'Набор лексикализации' - это набор данных, который содержит набор лексикализаций, т.е. пары словарной единицы и соответствующей ссылки в связанной онтологии/словаре/наборе данных."@ru ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/lemon/lime> ;
        rdfs:label        "lexicalization set"@en , "набор лексикализаций"@ru ;
        rdfs:subClassOf   void:Dataset ;
        rdfs:subClassOf   [ a                            owl:Restriction ;
                            owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onClass                  :Lexicon ;
                            owl:onProperty               :lexiconDataset
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :LexicalizationSet ;
                            owl:onProperty     :partition
                          ] ;
        rdfs:subClassOf   [ a                owl:Restriction ;
                            owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty   :lexicalizationModel
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               void:Dataset ;
                            owl:onProperty            :referenceDataset ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        vs:term_status    "stable" .

:resourceType  a          owl:ObjectProperty , owl:FunctionalProperty ;
        rdfs:comment      "The 'resource type' property indicates the type of ontological entity of a lexicalization set or lexical linkset."@en , "Свойство 'тип ресурса' указывает тип онтологического объекта набора лексикализации или лексического набора ссылок."@ru ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :LexicalLinkset :LexicalizationSet )
                          ] ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "tipo di risorsa"@it , "type de ressource"@fr , "тип ресурса"@ru , "type van ressource"@nl , "resource type"@en , "tipo de recurso"@es , "Ressourcentyp"@de ;
        rdfs:range        rdfs:Class ;
        vs:term_status    "stable" .

:lexicalizationModel  a     owl:ObjectProperty ;
        rdfs:comment        "The 'lexicalization model' property indicates the model used for representing lexical information. Possible values include (but are not limited to) http://www.w3.org/2000/01/rdf-schema# (for the use of rdfs:label), http://www.w3.org/2004/02/skos/core (for the use of skos:pref/alt/hiddenLabel), http://www.w3.org/2008/05/skos-xl (for the use of skosxl:pref/alt/hiddenLabel) and http://www.w3.org/ns/lemon/all for lemon."@en , "Свойство 'модель лексикализации' указывает модель, используемую для представления лексической информации. Возможные значения включают (но не ограничиваются) http://www.w3.org/2000/01/rdf-schema# (for the use of rdfs:label), http://www.w3.org/2004/02/skos/core (for the use of skos:pref/alt/hiddenLabel), http://www.w3.org/2008/05/skos-xl (for the use of skosxl:pref/alt/hiddenLabel) and http://www.w3.org/ns/lemon/all for lemon."@ru ;
        rdfs:domain         :LexicalizationSet ;
        rdfs:isDefinedBy    "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label          "modello di lessicalizzazione"@it , "Lexikalisierungmodell"@de , "model van lexicalisatie"@nl , "lexicalization model"@en , "modelo de lexicalización"@es , "модель лексикализации"@ru , "modèle de lexicalisation"@fr ;
        rdfs:subPropertyOf  void:vocabulary ;
        vs:term_status      "stable" .

:avgNumOfLinks  a         owl:DatatypeProperty ;
        rdfs:comment      "The 'average number of links' property indicates the average number of links for each entity in the conceptual dataset."@en , "Свойство 'среднее количество ссылок' указывает среднее число ссылок для каждого объекта в концептуальном наборе данных."@ru ;
        rdfs:domain       :LexicalLinkset ;
        rdfs:isDefinedBy  "http://www.w3.org/ns/lemon/lime" ;
        rdfs:label        "gemiddeld aantal van links"@nl , "Durchschnittliche Anzahl von Links"@de , "average number of links"@en , "promedio de enlaces"@es , "numero medio di link"@it , "среднее количество ссылок"@ru , "nombre moyen de liens"@fr ;
        rdfs:range        xsd:decimal ;
        vs:term_status    "stable" .
