View as:
CSV
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:j.1="http://purl.org/dc/terms/"
xmlns:j.2="http://www.linkedmodel.org/schema/vaem#"
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/sou/USCS">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">United States customary units are a system of measurements commonly used in the United States. Many U.S. units are virtually identical to their imperial counterparts, but the U.S. customary system developed from English units used in the British Empire before the system of imperial units was standardized in 1824. Several numerical differences from the imperial system are present. The vast majority of U.S. customary units have been defined in terms of the meter and the kilogram since the Mendenhall Order of 1893 (and, in practice, for many years before that date). These definitions were refined in 1959. The United States is the only industrialized nation that does not mainly use the metric system in its commercial and standards activities, although the International System of Units (SI, often referred to as "metric") is commonly used in the U.S. Armed Forces, in fields relating to science, and increasingly in medicine, aviation, and government as well as various sectors of industry. [Wikipedia]</j.1:description>
<j.0:abbreviation>US Customary</j.0:abbreviation>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/United_States_customary_units</j.0:dbpediaMatch>
<j.2:url rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/US_customary_units</j.2:url>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/sou"/>
<rdfs:label xml:lang="en">US Customary Unit System</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/sou/USCS>
rdf:type <http://qudt.org/schema/qudt/SystemOfUnits> ;
<http://purl.org/dc/terms/description> "United States customary units are a system of measurements commonly used in the United States. Many U.S. units are virtually identical to their imperial counterparts, but the U.S. customary system developed from English units used in the British Empire before the system of imperial units was standardized in 1824. Several numerical differences from the imperial system are present. The vast majority of U.S. customary units have been defined in terms of the meter and the kilogram since the Mendenhall Order of 1893 (and, in practice, for many years before that date). These definitions were refined in 1959. The United States is the only industrialized nation that does not mainly use the metric system in its commercial and standards activities, although the International System of Units (SI, often referred to as \"metric\") is commonly used in the U.S. Armed Forces, in fields relating to science, and increasingly in medicine, aviation, and government as well as various sectors of industry. [Wikipedia]"^^rdf:HTML ;
<http://qudt.org/schema/qudt/abbreviation> "US Customary" ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/United_States_customary_units"^^xsd:anyURI ;
<http://www.linkedmodel.org/schema/vaem#url> "http://en.wikipedia.org/wiki/US_customary_units"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/sou> ;
rdfs:label "US Customary Unit System"@en ;
.
JSON
{"resource":"US Customary Unit System"
,"qname":"sou:USCS"
,"uri":"http:\/\/qudt.org\/vocab\/sou\/USCS"
,"properties":["abbreviation":"US Customary"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/United_States_customary_units"
,"description":"United States customary units are a system of measurements commonly used in the United States. Many U.S. units are virtually identical to their imperial counterparts, but the U.S. customary system developed from English units used in the British Empire before the system of imperial units was standardized in 1824. Several numerical differences from the imperial system are present. The vast majority of U.S. customary units have been defined in terms of the meter and the kilogram since the Mendenhall Order of 1893 (and, in practice, for many years before that date). These definitions were refined in 1959. The United States is the only industrialized nation that does not mainly use the metric system in its commercial and standards activities, although the International System of Units (SI, often referred to as \"metric\") is commonly used in the U.S. Armed Forces, in fields relating to science, and increasingly in medicine, aviation, and government as well as various sectors of industry. [Wikipedia]"
,"http:\/\/www.linkedmodel.org\/schema\/vaem#url":"http:\/\/en.wikipedia.org\/wiki\/US_customary_units"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/sou>"
,"label":"US Customary Unit System"
,"type":"qudt:SystemOfUnits"
]}
JSON-LD
{
"@id" : "http://qudt.org/vocab/sou/USCS",
"@type" : "http://qudt.org/schema/qudt/SystemOfUnits",
"description" : "United States customary units are a system of measurements commonly used in the United States. Many U.S. units are virtually identical to their imperial counterparts, but the U.S. customary system developed from English units used in the British Empire before the system of imperial units was standardized in 1824. Several numerical differences from the imperial system are present. The vast majority of U.S. customary units have been defined in terms of the meter and the kilogram since the Mendenhall Order of 1893 (and, in practice, for many years before that date). These definitions were refined in 1959. The United States is the only industrialized nation that does not mainly use the metric system in its commercial and standards activities, although the International System of Units (SI, often referred to as \"metric\") is commonly used in the U.S. Armed Forces, in fields relating to science, and increasingly in medicine, aviation, and government as well as various sectors of industry. [Wikipedia]",
"abbreviation" : "US Customary",
"dbpediaMatch" : "http://dbpedia.org/resource/United_States_customary_units",
"url" : "http://en.wikipedia.org/wiki/US_customary_units",
"isDefinedBy" : "http://qudt.org/2.1/vocab/sou",
"label" : {
"@language" : "en",
"@value" : "US Customary Unit System"
},
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"abbreviation" : {
"@id" : "http://qudt.org/schema/qudt/abbreviation"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"url" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#url",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"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#"
}
}