@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.linkedmodel.org/schema/dtype#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns1:literal rdfs:subPropertyOf ns0:literal . ns0:literal a owl:DatatypeProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.linkedmodel.org/schema/dtype#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:literal
    rdfs:subPropertyOf ns0:literal .

ns0:literal
    a owl:DatatypeProperty .