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/currencyNumber">
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Numeric currency Code as defined by ISO 4217. For example, US Dollar has the number 840.</j.0:description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>currency number</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/ISO_4217</rdfs:seeAlso>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Three-digit Currency Code as defined by ISO 4217. For example, the currency number for the US dollar is "840".</j.0:description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</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/currencyNumber>
rdf:type rdf:Property ;
rdf:type owl:DatatypeProperty ;
rdf:type owl:FunctionalProperty ;
<http://purl.org/dc/terms/description> "Numeric currency Code as defined by ISO 4217. For example, US Dollar has the number 840."^^rdf:HTML ;
<http://purl.org/dc/terms/description> "Three-digit Currency Code as defined by ISO 4217. For example, the currency number for the US dollar is \"840\"."^^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 number" ;
rdfs:range xsd:string ;
rdfs:seeAlso "https://en.wikipedia.org/wiki/ISO_4217"^^xsd:anyURI ;
.
JSON
{"resource":"currency number"
,"qname":"qudt:currencyNumber"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/currencyNumber"
,"properties":["description":"Numeric currency Code as defined by ISO 4217. For example, US Dollar has the number 840."
,"description":"Three-digit Currency Code as defined by ISO 4217. For example, the currency number for the US dollar is \"840\"."
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"currency number"
,"range":"xsd:string"
,"seeAlso":"https:\/\/en.wikipedia.org\/wiki\/ISO_4217"
,"type":"rdf:Property"
,"type":"owl:DatatypeProperty"
,"type":"owl:FunctionalProperty"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/currencyNumber",
"@type" : [ "owl:FunctionalProperty", "rdf:Property", "owl:DatatypeProperty" ],
"description" : [ "Numeric currency Code as defined by ISO 4217. For example, US Dollar has the number 840.", "Three-digit Currency Code as defined by ISO 4217. For example, the currency number for the US dollar is \"840\"." ],
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
"label" : "currency number",
"range" : "xsd:string",
"seeAlso" : "https://en.wikipedia.org/wiki/ISO_4217",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"range" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#range",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"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#"
}
}