@base <https://wordnet.dk/dannet/external/lime/linguisticCatalog> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix svs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix lime: <http://www.w3.org/ns/lemon/lime#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

# Relation labels
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
rdf:type rdfs:label "type"@da, "type".
svs:term_status rdfs:label "term status".
lime:Lexicon rdfs:label "leksikon"@af, "Lexique"@fr, "Lexikon"@de, "лексикон"@ru, "Lexicon"@nl,
                        "lexicon"@en, "lexikon"@sv, "Lessico"@it, "lexicón"@es, "lexicon"@ro.
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:range rdfs:label "range", "værdimængde"@da.

