@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:SI_unit_symbol rdfs:subPropertyOf ns0:acronym . ns0:acronym ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; a owl:AnnotationProperty ; rdfs:label "acronym"@en ; rdfs:subPropertyOf skos:altLabel ; skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en . ns0:doctrinal_acronym rdfs:subPropertyOf ns0:acronym .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:SI_unit_symbol
    rdfs:subPropertyOf ns0:acronym .

ns0:acronym
    ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a owl:AnnotationProperty ;
    rdfs:label "acronym"@en ;
    rdfs:subPropertyOf skos:altLabel ;
    skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en .

ns0:doctrinal_acronym
    rdfs:subPropertyOf ns0:acronym .