@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . @prefix skos: . skos:definition rdf:type rdf:Property . @prefix owl: . skos:definition rdf:type owl:AnnotationProperty ; rdfs:label "definition"@en . @prefix ns4: . skos:definition rdfs:isDefinedBy ns4:core ; rdfs:subPropertyOf skos:note ; skos:definition "A statement or formal explanation of the meaning of a concept."@en . skos:broadMatch rdfs:label "has broad match" . skos:narrowMatch rdfs:label "has narrow match" . skos:note rdfs:label "note"@en . @prefix vdm: . vdm:has_definition rdfs:label "has definition" ; rdfs:subPropertyOf skos:definition .