unit:PERCENT-PER-DEG

URI: http://qudt.org/vocab/unit/PERCENT-PER-DEG

Type
Description

hundredth relating to the unit degree

Properties
qudt:conversionMultiplier
0.5729577957855229894302178227976183
qudt:conversionMultiplierSN
5.729577957855229894302178227976183E-1
qudt:iec61360Code
0112/2///62720#UAA002
qudt:ucumCode
%.deg-1
%/deg
Annotations
dcterms:description
hundredth relating to the unit degree
rdfs:label
percent per degree
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/unit/PERCENT-PER-DEG">
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.5729577957855229894302178227976183</j.0:conversionMultiplier>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">%.deg-1</j.0:ucumCode>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">%/deg</j.0:ucumCode>
    <j.0:symbol>%/°</j.0:symbol>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
    <j.0:uneceCommonCode>H90</j.0:uneceCommonCode>
    <rdfs:label>percent per degree</rdfs:label>
    <j.0:iec61360Code>0112/2///62720#UAA002</j.0:iec61360Code>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">5.729577957855229894302178227976183E-1</j.0:conversionMultiplierSN>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.1:description>hundredth relating to the unit degree</j.1:description>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/unit/PERCENT-PER-DEG>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "hundredth relating to the unit degree" ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.5729577957855229894302178227976183 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577957855229894302178227976183E-1 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA002" ;
  <http://qudt.org/schema/qudt/symbol> "%/°" ;
  <http://qudt.org/schema/qudt/ucumCode> "%.deg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "%/deg"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "H90" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "percent per degree" ;
.
JSON
{"resource":"percent per degree" 
 ,"qname":"unit:PERCENT-PER-DEG" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DEG" 
 ,"properties":["conversion multiplier":"0.5729577957855229894302178227976183" 
    ,"conversion multiplier scientific":"5.729577957855229894302178227976183E-1" 
    ,"description":"hundredth relating to the unit degree" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Unknown" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA002" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"percent per degree" 
    ,"symbol":"%\/&deg;" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"%.deg-1" 
    ,"ucum code":"%\/deg" 
    ,"unece common code":"H90" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DEG",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "hundredth relating to the unit degree",
  "conversionMultiplier" : "0.5729577957855229894302178227976183",
  "conversionMultiplier:SN" : 0.572957795785523,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
  "iec61360Code" : "0112/2///62720#UAA002",
  "symbol" : "%/°",
  "ucumCode" : [ "%.deg-1", "%/deg" ],
  "uneceCommonCode" : "H90",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : "percent per degree",
  "@context" : {
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2024-04-25T14:45:54.891-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)