@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

qudt:encodedValue a owl:DatatypeProperty ;
    rdfs:label "encoded value" ;
    rdfs:isDefinedBy <http://qudt.org/3.1.11/schema/datatype> .

