@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.linkedmodel.org/schema/vaem#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.linkedmodel.org/2.0/schema/> . @prefix ns2: <http://www.linkedmodel.org/schema/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:abbreviation dct:description "The property \"vaem:abbreviation\" provides a common way to define a commonly used abbreviation on a resource" ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:vaem, ns2:vaem ; rdfs:label "abbreviation" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.linkedmodel.org/schema/vaem#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.linkedmodel.org/2.0/schema/> .
@prefix ns2: <http://www.linkedmodel.org/schema/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:abbreviation
    dct:description "The property \"vaem:abbreviation\" provides a common way to define a commonly used abbreviation on a resource" ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:vaem, ns2:vaem ;
    rdfs:label "abbreviation" .