@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://www.w3.org/2004/02/skos/> . @prefix ns1: <https://www.omg.org/spec/Commons/AnnotationVocabulary/> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . obo_purl:IAO_0000115 rdfs:subPropertyOf skos:definition . obo_purl:def rdfs:subPropertyOf skos:definition . rdfs:comment rdfs:subPropertyOf skos:definition . skos:definition a owl:AnnotationProperty ; rdfs:isDefinedBy ns0:core ; rdfs:label "definition" ; rdfs:subPropertyOf dct:description, skos:note ; skos:definition "a statement or formal explanation of the meaning of a concept" ; ns1:usageNote "For the purposes of OMG and other industry standards, definitions must be ISO 704 compliant." . ns1:logicalDefinition rdfs:subPropertyOf skos:definition .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://www.w3.org/2004/02/skos/> .
@prefix ns1: <https://www.omg.org/spec/Commons/AnnotationVocabulary/> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .

obo_purl:IAO_0000115
    rdfs:subPropertyOf skos:definition .

obo_purl:def
    rdfs:subPropertyOf skos:definition .

rdfs:comment
    rdfs:subPropertyOf skos:definition .

skos:definition
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy ns0:core ;
    rdfs:label "definition" ;
    rdfs:subPropertyOf dct:description, skos:note ;
    skos:definition "a statement or formal explanation of the meaning of a concept" ;
    ns1:usageNote "For the purposes of OMG and other industry standards, definitions must be ISO 704 compliant." .

ns1:logicalDefinition
    rdfs:subPropertyOf skos:definition .