View as:
CSV
RDF/XML
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="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/schema/qudt/derivedUnitOfSystem">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<j.0:description>
This property relates a unit of measure to the system of units in which it is defined as a derived unit.
That is, the derived unit is defined as a product of the base units for the system raised to some rational power.
</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power.</j.0:description>
<owl:inverseOf rdf:resource="http://qudt.org/schema/qudt/hasDerivedUnit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>is derived unit of system</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://qudt.org/schema/qudt/isUnitOfSystem"/>
</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/schema/qudt/derivedUnitOfSystem>
rdf:type rdf:Property ;
rdf:type owl:ObjectProperty ;
<http://purl.org/dc/terms/description> """
This property relates a unit of measure to the system of units in which it is defined as a derived unit.
That is, the derived unit is defined as a product of the base units for the system raised to some rational power.
""" ;
<http://purl.org/dc/terms/description> "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "is derived unit of system" ;
rdfs:subPropertyOf <http://qudt.org/schema/qudt/isUnitOfSystem> ;
owl:inverseOf <http://qudt.org/schema/qudt/hasDerivedUnit> ;
.
JSON
{"resource":"is derived unit of system"
,"qname":"qudt:derivedUnitOfSystem"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/derivedUnitOfSystem"
,"properties":["description":"\n This property relates a unit of measure to the system of units in which it is defined as a derived unit. \n That is, the derived unit is defined as a product of the base units for the system raised to some rational power.\n "
,"description":"This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."
,"inverseOf":"qudt:hasDerivedUnit"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"is derived unit of system"
,"subPropertyOf":"qudt:isUnitOfSystem"
,"type":"rdf:Property"
,"type":"owl:ObjectProperty"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : [ "rdf:Property", "owl:ObjectProperty" ],
"description" : [ "\n This property relates a unit of measure to the system of units in which it is defined as a derived unit. \n That is, the derived unit is defined as a product of the base units for the system raised to some rational power.\n ", {
"@type" : "rdf:HTML",
"@value" : "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."
} ],
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
"label" : "is derived unit of system",
"subPropertyOf" : "http://qudt.org/schema/qudt/isUnitOfSystem",
"inverseOf" : "http://qudt.org/schema/qudt/hasDerivedUnit",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"inverseOf" : {
"@id" : "http://www.w3.org/2002/07/owl#inverseOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"subPropertyOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
"@type" : "@id"
},
"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#"
}
}