@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:plainTextDescription dct:description "A plain text description is used to provide a description with only simple ASCII characters for cases where LaTeX , HTML or other markup would not be appropriate."^^rdf:HTML ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:qudt ; rdfs:label "description (plain text)" ; rdfs:range xsd:string .
@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:plainTextDescription
    dct:description "A plain text description is used to provide a description with only simple ASCII characters for cases where LaTeX , HTML or other markup would not be appropriate."^^rdf:HTML ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:qudt ;
    rdfs:label "description (plain text)" ;
    rdfs:range xsd:string .