<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/ServiceFactor">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/quantitykind"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors.</j.1:description>
<j.0:plainTextDescription>The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors.</j.0:plainTextDescription>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/UNITLESS"/>
<rdfs:comment>Applicable units are those of quantitykind:ServiceFactor</rdfs:comment>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PERCENT"/>
<rdfs:label xml:lang="en">Service Factor</rdfs:label>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FRACTION"/>
<j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/DimensionlessRatio"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:symbol>SF</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
</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/ServiceFactor>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FRACTION> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PERCENT> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/UNITLESS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/plainTextDescription> "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors." ;
<http://qudt.org/schema/qudt/symbol> "SF" ;
rdfs:comment "Applicable units are those of quantitykind:ServiceFactor" ;
rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
rdfs:label "Service Factor"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
.
{"resource":"Service Factor"
,"qname":"quantitykind:ServiceFactor"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/ServiceFactor"
,"properties":["applicable unit":"unit:FRACTION"
,"applicable unit":"unit:PERCENT"
,"applicable unit":"unit:UNITLESS"
,"comment":"Applicable units are those of quantitykind:ServiceFactor"
,"description":"The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."
,"description (plain text)":"The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."
,"has broader":"quantitykind:DimensionlessRatio"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.0\/vocab\/quantitykind>"
,"label":"Service Factor"
,"symbol":"SF"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/ServiceFactor",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors.",
"applicableUnit" : [ "http://qudt.org/vocab/unit/UNITLESS", "http://qudt.org/vocab/unit/PERCENT", "http://qudt.org/vocab/unit/FRACTION" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"plainTextDescription" : "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors.",
"symbol" : "SF",
"comment" : "Applicable units are those of quantitykind:ServiceFactor",
"isDefinedBy" : "http://qudt.org/3.1.0/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Service Factor"
},
"broader" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}