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/uneceCommonCode">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade.</j.0:description>
<j.0:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://service.unece.org/trade/uncefact/vocabulary/rec20/</j.0:source>
<j.0:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://unece.org/trade/documents/2021/06/uncefact-rec20-0</j.0:source>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>unece common code</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</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/uneceCommonCode>
rdf:type rdf:Property ;
rdf:type owl:DatatypeProperty ;
<http://purl.org/dc/terms/description> "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade."^^rdf:HTML ;
<http://purl.org/dc/terms/source> "https://service.unece.org/trade/uncefact/vocabulary/rec20/"^^xsd:anyURI ;
<http://purl.org/dc/terms/source> "https://unece.org/trade/documents/2021/06/uncefact-rec20-0"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "unece common code" ;
rdfs:range xsd:string ;
.
JSON
{"resource":"unece common code"
,"qname":"qudt:uneceCommonCode"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/uneceCommonCode"
,"properties":["description":"The UN\/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume\/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and\/or automated systems for the exchange of information between participants in international trade."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"unece common code"
,"range":"xsd:string"
,"source":"https:\/\/service.unece.org\/trade\/uncefact\/vocabulary\/rec20\/"
,"source":"https:\/\/unece.org\/trade\/documents\/2021\/06\/uncefact-rec20-0"
,"type":"rdf:Property"
,"type":"owl:DatatypeProperty"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode",
"@type" : [ "rdf:Property", "owl:DatatypeProperty" ],
"description" : "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade.",
"source" : [ "https://service.unece.org/trade/uncefact/vocabulary/rec20/", "https://unece.org/trade/documents/2021/06/uncefact-rec20-0" ],
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
"label" : "unece common code",
"range" : "xsd:string",
"@context" : {
"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"
},
"source" : {
"@id" : "http://purl.org/dc/terms/source",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"range" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#range",
"@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#"
}
}