@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rs.tdwg.org/abcd/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://rs.tdwg.org/dwc/terms/attributes/> . ns0:abbreviation dct:issued "2019-01-31" ; dct:modified "2019-01-31" ; ns1:status "recommended" ; a owl:DatatypeProperty ; rdfs:comment "A common abbreviation for the name or label of a class." ; rdfs:domain owl:Thing ; rdfs:isDefinedBy <http://rs.tdwg.org/abcd/terms/> ; rdfs:label "Abbreviation"@en ; rdfs:range xsd:string ; skos:definition "A common abbreviation for the name or label of a class." .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rs.tdwg.org/abcd/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://rs.tdwg.org/dwc/terms/attributes/> .

ns0:abbreviation
    dct:issued "2019-01-31" ;
    dct:modified "2019-01-31" ;
    ns1:status "recommended" ;
    a owl:DatatypeProperty ;
    rdfs:comment "A common abbreviation for the name or label of a class." ;
    rdfs:domain owl:Thing ;
    rdfs:isDefinedBy <http://rs.tdwg.org/abcd/terms/> ;
    rdfs:label "Abbreviation"@en ;
    rdfs:range xsd:string ;
    skos:definition "A common abbreviation for the name or label of a class." .