@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/vocab/unit/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:DEG dct:description "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to , . It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."@en ; a owl:NamedIndividual ; rdfs:comment "Unit of measure: Degrees"@en ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit"@en ; rdfs:label "Degree"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/vocab/unit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:DEG
    dct:description "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by     (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to  ,  . It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."@en ;
    a owl:NamedIndividual ;
    rdfs:comment "Unit of measure: Degrees"@en ;
    rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit"@en ;
    rdfs:label "Degree"@en .