<http://qudt.org/vocab/unit/2PiRAD>

URI: http://qudt.org/vocab/unit/2PiRAD

Type
Description

Properties
Annotations
rdfs:label
PiRAD
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: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/2PiRAD">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Angle"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/PlaneAngle"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/unit"/>
    <rdfs:label>PiRAD</rdfs:label>
  </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/2PiRAD>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
  rdfs:label "PiRAD" ;
.
JSON
{"resource":"PiRAD" 
 ,"qname":"&lt;http:\/\/qudt.org\/vocab\/unit\/2PiRAD&gt;" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/2PiRAD" 
 ,"properties":["has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Angle" 
    ,"has quantity kind":"quantitykind:PlaneAngle" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/unit&gt;" 
    ,"label":"PiRAD" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/2PiRAD",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/unit",
  "label" : "PiRAD",
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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 2025-03-31T12:05:29.110-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)