@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:informativeReference dct:description "Provides a way to reference a source that provided useful but non-normative information."^^rdf:HTML ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:qudt ; rdfs:label "informative reference" ; rdfs:range xsd:anyURI .
@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:informativeReference
    dct:description "Provides a way to reference a source that provided useful but non-normative information."^^rdf:HTML ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:qudt ;
    rdfs:label "informative reference" ;
    rdfs:range xsd:anyURI .