<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/BatteryCapacity">
<j.0:plainTextDescription xml:lang="de">Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit</j.0:plainTextDescription>
<rdfs:label>battery capacity</rdfs:label>
<rdfs:label xml:lang="en-US">battery capacity</rdfs:label>
<j.0:symbol>0173-1#Z4-BAJ270#003</j.0:symbol>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A-MIN"/>
<j.0:iec61360Code>0112/2///62720#UAD017</j.0:iec61360Code>
<rdfs:comment>Applicable units are those of quantitykind:BatteryCapacity</rdfs:comment>
<j.1:description xml:lang="en">quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0"/>
</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/BatteryCapacity>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"@en ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A-MIN> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD017" ;
<http://qudt.org/schema/qudt/plainTextDescription> "Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"@de ;
<http://qudt.org/schema/qudt/symbol> "0173-1#Z4-BAJ270#003" ;
rdfs:comment "Applicable units are those of quantitykind:BatteryCapacity" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "battery capacity" ;
rdfs:label "battery capacity"@en-US ;
.
{"resource":"battery capacity"
,"qname":"quantitykind:BatteryCapacity"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/BatteryCapacity"
,"properties":["applicable unit":"unit:A-MIN"
,"comment":"Applicable units are those of quantitykind:BatteryCapacity"
,"description":"quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"
,"description (plain text)":"Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"
,"has dimension vector":"dimension:A0E1L0I0M0H0T1D0"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD017"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"battery capacity"
,"label":"battery capacity"
,"symbol":"0173-1#Z4-BAJ270#003"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/BatteryCapacity",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : {
"@language" : "en",
"@value" : "quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"
},
"applicableUnit" : "http://qudt.org/vocab/unit/A-MIN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"iec61360Code" : "0112/2///62720#UAD017",
"plainTextDescription" : {
"@language" : "de",
"@value" : "Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"
},
"symbol" : "0173-1#Z4-BAJ270#003",
"comment" : "Applicable units are those of quantitykind:BatteryCapacity",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : [ "battery capacity", {
"@language" : "en-us",
"@value" : "battery capacity"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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#"
}
}