@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://qudt.org/2.1/schema/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:symbol dct:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is (ohm\\). This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^ns0:LatexString ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:qudt ; rdfs:label "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://qudt.org/2.1/schema/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:symbol
    dct:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is (ohm\\). This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^ns0:LatexString ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:qudt ;
    rdfs:label "symbol" ;
    rdfs:subPropertyOf ns0:literal .