@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/schema/qudt/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns1: <http://qudt.org/2.1/schema/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:isoNormativeReference dct:description "Provides a way to reference the ISO unit definition."^^rdf:HTML ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:qudt ; rdfs:label "normative reference (ISO)" ; rdfs:range xsd:anyURI ; rdfs:subPropertyOf ns0:normativeReference .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/schema/qudt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <http://qudt.org/2.1/schema/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:isoNormativeReference
    dct:description "Provides a way to reference the ISO unit definition."^^rdf:HTML ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:qudt ;
    rdfs:label "normative reference (ISO)" ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ns0:normativeReference .