@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/lemon/ontolex#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix ns2: <http://www.w3.org/ns/lemon/> . ns0:concept a owl:ObjectProperty ; rdfs:comment "The 'concept' property relates an ontological entity to a lexical concept that represents the corresponding meaning."@en, "Свойство 'понятие' связывает сущность в онтологии с лексическим понятием, которое представляет соответствующее значение."@ru ; rdfs:isDefinedBy ns2:ontolex ; rdfs:label "Konzept"@de, "begrepp"@sv, "begrip"@nl, "conceito"@pt, "concept"@en, "concept"@fr, "concept"@ro, "concepto"@es, "concetto"@it, "konsep"@af, "понятие"@ru ; rdfs:range ns0:LexicalConcept ; owl:inverseOf ns0:isConceptOf ; ns1:term_status "stable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix ns2: <http://www.w3.org/ns/lemon/> .

ns0:concept
    a owl:ObjectProperty ;
    rdfs:comment "The 'concept' property relates an ontological entity to a lexical concept that represents the corresponding meaning."@en, "Свойство 'понятие' связывает сущность в онтологии с лексическим понятием, которое представляет соответствующее значение."@ru ;
    rdfs:isDefinedBy ns2:ontolex ;
    rdfs:label "Konzept"@de, "begrepp"@sv, "begrip"@nl, "conceito"@pt, "concept"@en, "concept"@fr, "concept"@ro, "concepto"@es, "concetto"@it, "konsep"@af, "понятие"@ru ;
    rdfs:range ns0:LexicalConcept ;
    owl:inverseOf ns0:isConceptOf ;
    ns1:term_status "stable" .