@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 ns1: <http://www.linkedmodel.org/schema/dtype#> . @prefix ns2: <http://qudt.org/2.1/schema/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:literal a owl:DatatypeProperty ; rdfs:isDefinedBy ns2:qudt ; rdfs:label "literal" ; rdfs:range xsd:string ; rdfs:subPropertyOf ns1:literal . ns0:symbol rdfs:subPropertyOf ns0:literal .
@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 ns1: <http://www.linkedmodel.org/schema/dtype#> .
@prefix ns2: <http://qudt.org/2.1/schema/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:literal
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns2:qudt ;
    rdfs:label "literal" ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ns1:literal .

ns0:symbol
    rdfs:subPropertyOf ns0:literal .