<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:j.2="http://www.w3.org/2004/02/skos/core#"
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/BitTransmissionRate">
<j.0:plainTextDescription xml:lang="de">Geschwindigkeit, mit der Binärzeichen übertragen werden</j.0:plainTextDescription>
<j.0:symbol>0173-1#Z4-BAJ295#003</j.0:symbol>
<j.1:description xml:lang="en">speed with which one bit will be transmitted per second</j.1:description>
<rdfs:label xml:lang="en-US">bit transmission rate</rdfs:label>
<rdfs:comment>Applicable units are those of quantitykind:BitRate</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0"/>
<j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/BitRate"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/OCTET-PER-SEC"/>
</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/BitTransmissionRate>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "speed with which one bit will be transmitted per second"@en ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/OCTET-PER-SEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Geschwindigkeit, mit der Binärzeichen übertragen werden"@de ;
<http://qudt.org/schema/qudt/symbol> "0173-1#Z4-BAJ295#003" ;
rdfs:comment "Applicable units are those of quantitykind:BitRate" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "bit transmission rate"@en-US ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/BitRate> ;
.
{"resource":"bit transmission rate"
,"qname":"quantitykind:BitTransmissionRate"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/BitTransmissionRate"
,"properties":["applicable unit":"unit:OCTET-PER-SEC"
,"comment":"Applicable units are those of quantitykind:BitRate"
,"description":"speed with which one bit will be transmitted per second"
,"description (plain text)":"Geschwindigkeit, mit der Binärzeichen übertragen werden"
,"has broader":"quantitykind:BitRate"
,"has dimension vector":"dimension:A0E0L0I0M0H0T-1D0"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"bit transmission rate"
,"symbol":"0173-1#Z4-BAJ295#003"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/BitTransmissionRate",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : {
"@language" : "en",
"@value" : "speed with which one bit will be transmitted per second"
},
"applicableUnit" : "http://qudt.org/vocab/unit/OCTET-PER-SEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"plainTextDescription" : {
"@language" : "de",
"@value" : "Geschwindigkeit, mit der Binärzeichen übertragen werden"
},
"symbol" : "0173-1#Z4-BAJ295#003",
"comment" : "Applicable units are those of quantitykind:BitRate",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en-us",
"@value" : "bit transmission rate"
},
"broader" : "http://qudt.org/vocab/quantitykind/BitRate",
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@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#"
}
}