<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/TimePerCount">
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MO-PER-NUM"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/quantitykind"/>
<j.0:plainTextDescription>Time passed between N occurrences of a recurring phenomenon.</j.0:plainTextDescription>
<rdfs:comment>Applicable units are those of quantitykind:TimePerCount</rdfs:comment>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MIN-PER-NUM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/WK-PER-NUM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/YR-PER-NUM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/HR-PER-NUM"/>
<rdfs:label>Time per Count</rdfs:label>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DAY-PER-NUM"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/SEC-PER-NUM"/>
</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/TimePerCount>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DAY-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/HR-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MIN-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MO-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/SEC-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/WK-PER-NUM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/YR-PER-NUM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Time passed between N occurrences of a recurring phenomenon." ;
rdfs:comment "Applicable units are those of quantitykind:TimePerCount" ;
rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/quantitykind> ;
rdfs:label "Time per Count" ;
.
{"resource":"Time per Count"
,"qname":"quantitykind:TimePerCount"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/TimePerCount"
,"properties":["applicable unit":"unit:DAY-PER-NUM"
,"applicable unit":"unit:HR-PER-NUM"
,"applicable unit":"unit:MIN-PER-NUM"
,"applicable unit":"unit:MO-PER-NUM"
,"applicable unit":"unit:SEC-PER-NUM"
,"applicable unit":"unit:WK-PER-NUM"
,"applicable unit":"unit:YR-PER-NUM"
,"comment":"Applicable units are those of quantitykind:TimePerCount"
,"description (plain text)":"Time passed between N occurrences of a recurring phenomenon."
,"has dimension vector":"dimension:A0E0L0I0M0H0T1D0"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.8\/vocab\/quantitykind>"
,"label":"Time per Count"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"applicableUnit" : [ "http://qudt.org/vocab/unit/MO-PER-NUM", "http://qudt.org/vocab/unit/MIN-PER-NUM", "http://qudt.org/vocab/unit/WK-PER-NUM", "http://qudt.org/vocab/unit/YR-PER-NUM", "http://qudt.org/vocab/unit/HR-PER-NUM", "http://qudt.org/vocab/unit/DAY-PER-NUM", "http://qudt.org/vocab/unit/SEC-PER-NUM" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"plainTextDescription" : "Time passed between N occurrences of a recurring phenomenon.",
"comment" : "Applicable units are those of quantitykind:TimePerCount",
"isDefinedBy" : "http://qudt.org/3.1.8/vocab/quantitykind",
"label" : "Time per Count",
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"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#"
}
}