<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/quantitykind/MagneticField">
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloT"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/T_Ab"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/T"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField).</j.1:description>
<j.0:symbol>B</j.0:symbol>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0"/>
<rdfs:comment>Applicable units are those of quantitykind:MagneticField</rdfs:comment>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<rdfs:label xml:lang="en">Magnetic Field</rdfs:label>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/Gamma"/>
</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/quantitykind/MagneticField>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/Gamma> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloT> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/T> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/T_Ab> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/symbol> "B" ;
rdfs:comment "Applicable units are those of quantitykind:MagneticField" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Magnetic Field"@en ;
.
{"resource":"Magnetic Field"
,"qname":"quantitykind:MagneticField"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/MagneticField"
,"properties":["applicable unit":"unit:Gamma"
,"applicable unit":"unit:KiloT"
,"applicable unit":"unit:T"
,"applicable unit":"unit:T_Ab"
,"comment":"Applicable units are those of quantitykind:MagneticField"
,"description":"The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."
,"has dimension vector":"dimension:A0E-1L0I0M1H0T-2D0"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Magnetic Field"
,"symbol":"B"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/MagneticField",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField).",
"applicableUnit" : [ "http://qudt.org/vocab/unit/KiloT", "http://qudt.org/vocab/unit/T_Ab", "http://qudt.org/vocab/unit/T", "http://qudt.org/vocab/unit/Gamma" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"symbol" : "B",
"comment" : "Applicable units are those of quantitykind:MagneticField",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Magnetic Field"
},
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"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#"
}
}