<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: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/CGS-GAUSS">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:hasBaseUnit rdf:resource="http://qudt.org/vocab/unit/SEC"/>
<j.0:hasBaseUnit rdf:resource="http://qudt.org/vocab/unit/GM"/>
<j.0:hasBaseUnit rdf:resource="http://qudt.org/vocab/unit/CentiM"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/sou"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Gaussian_units</j.0:informativeReference>
<j.0:abbreviation>CGS-GAUSS</j.0:abbreviation>
<j.0:hasBaseUnit rdf:resource="http://qudt.org/vocab/unit/UNITLESS"/>
<rdfs:label xml:lang="en">CGS System of Units - Gaussian</rdfs:label>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Gaussian units constitute a metric system of physical units. This system is the most common of the several electromagnetic unit systems based on cgs (centimetre–gram–second) units. It is also called the Gaussian unit system, Gaussian-cgs units, or often just cgs units. The term "cgs units" is ambiguous and therefore to be avoided if possible: there are several variants of cgs with conflicting definitions of electromagnetic quantities and units. [Wikipedia]</j.1:description>
</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/vocab/sou/CGS-GAUSS>
rdf:type <http://qudt.org/schema/qudt/SystemOfUnits> ;
<http://purl.org/dc/terms/description> "Gaussian units constitute a metric system of physical units. This system is the most common of the several electromagnetic unit systems based on cgs (centimetre–gram–second) units. It is also called the Gaussian unit system, Gaussian-cgs units, or often just cgs units. The term \"cgs units\" is ambiguous and therefore to be avoided if possible: there are several variants of cgs with conflicting definitions of electromagnetic quantities and units. [Wikipedia]"^^rdf:HTML ;
<http://qudt.org/schema/qudt/abbreviation> "CGS-GAUSS" ;
<http://qudt.org/schema/qudt/hasBaseUnit> <http://qudt.org/vocab/unit/CentiM> ;
<http://qudt.org/schema/qudt/hasBaseUnit> <http://qudt.org/vocab/unit/GM> ;
<http://qudt.org/schema/qudt/hasBaseUnit> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/hasBaseUnit> <http://qudt.org/vocab/unit/UNITLESS> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Gaussian_units"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/sou> ;
rdfs:label "CGS System of Units - Gaussian"@en ;
rdfs:seeAlso <http://qudt.org/vocab/sou/CGS> ;
.
{"resource":"CGS System of Units - Gaussian"
,"qname":"sou:CGS-GAUSS"
,"uri":"http:\/\/qudt.org\/vocab\/sou\/CGS-GAUSS"
,"properties":["abbreviation":"CGS-GAUSS"
,"base unit":"unit:CentiM"
,"base unit":"unit:GM"
,"base unit":"unit:SEC"
,"base unit":"unit:UNITLESS"
,"description":"Gaussian units constitute a metric system of physical units. This system is the most common of the several electromagnetic unit systems based on cgs (centimetre\u2013gram\u2013second) units. It is also called the Gaussian unit system, Gaussian-cgs units, or often just cgs units. The term \"cgs units\" is ambiguous and therefore to be avoided if possible: there are several variants of cgs with conflicting definitions of electromagnetic quantities and units. [Wikipedia]"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Gaussian_units"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/sou>"
,"label":"CGS System of Units - Gaussian"
,"seeAlso":"sou:CGS"
,"type":"qudt:SystemOfUnits"
]}
{
"@id" : "http://qudt.org/vocab/sou/CGS-GAUSS",
"@type" : "http://qudt.org/schema/qudt/SystemOfUnits",
"description" : "Gaussian units constitute a metric system of physical units. This system is the most common of the several electromagnetic unit systems based on cgs (centimetre–gram–second) units. It is also called the Gaussian unit system, Gaussian-cgs units, or often just cgs units. The term \"cgs units\" is ambiguous and therefore to be avoided if possible: there are several variants of cgs with conflicting definitions of electromagnetic quantities and units. [Wikipedia]",
"abbreviation" : "CGS-GAUSS",
"hasBaseUnit" : [ "http://qudt.org/vocab/unit/SEC", "http://qudt.org/vocab/unit/GM", "http://qudt.org/vocab/unit/CentiM", "http://qudt.org/vocab/unit/UNITLESS" ],
"informativeReference" : "https://en.wikipedia.org/wiki/Gaussian_units",
"isDefinedBy" : "http://qudt.org/2.1/vocab/sou",
"label" : {
"@language" : "en",
"@value" : "CGS System of Units - Gaussian"
},
"seeAlso" : "http://qudt.org/vocab/sou/CGS",
"@context" : {
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"hasBaseUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasBaseUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"abbreviation" : {
"@id" : "http://qudt.org/schema/qudt/abbreviation"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}