<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:j.1="http://www.w3.org/ns/shacl#"
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/CurrencyUnit">
<rdfs:label>Currency Unit</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Used for all units that express currency.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/DimensionlessUnit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
Currency Units have their own subclass of unit because:
(a) they have additional properties such as 'country' and
(b) their URIs do not conform to the same rules as other units.
</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit-currencyCode"/>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit-currencyNumber"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit-currencyExponent"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
</rdf:Description>
</rdf:RDF>
@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/CurrencyUnit>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
Currency Units have their own subclass of unit because:
(a) they have additional properties such as 'country' and
(b) their URIs do not conform to the same rules as other units.
"""^^rdf:HTML ;
rdfs:comment "Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units."^^rdf:HTML ;
rdfs:comment "Used for all units that express currency."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Currency Unit" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/DimensionlessUnit> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/CurrencyUnit-currencyCode> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/CurrencyUnit-currencyExponent> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/CurrencyUnit-currencyNumber> ;
.
{"resource":"Currency Unit"
,"qname":"qudt:CurrencyUnit"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/CurrencyUnit"
,"properties":["comment":"Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units."
,"comment":"Used for all units that express currency."
,"description":"\n Currency Units have their own subclass of unit because:\n (a) they have additional properties such as 'country' and\n (b) their URIs do not conform to the same rules as other units.\n "
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Currency Unit"
,"property":"qudt:CurrencyUnit-currencyCode"
,"property":"qudt:CurrencyUnit-currencyExponent"
,"property":"qudt:CurrencyUnit-currencyNumber"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:DimensionlessUnit"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/CurrencyUnit",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n Currency Units have their own subclass of unit because:\n (a) they have additional properties such as 'country' and\n (b) their URIs do not conform to the same rules as other units.\n ",
"comment" : [ "Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units.", "Used for all units that express currency." ],
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
"label" : "Currency Unit",
"subClassOf" : [ "http://qudt.org/schema/qudt/DimensionlessUnit", "_:b0", "_:b1" ],
"property" : [ "http://qudt.org/schema/qudt/CurrencyUnit-currencyCode", "http://qudt.org/schema/qudt/CurrencyUnit-currencyNumber", "http://qudt.org/schema/qudt/CurrencyUnit-currencyExponent" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@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#"
}
}