<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/MorbidityRate">
<rdfs:label xml:lang="en">Morbidity Rate</rdfs:label>
<rdfs:comment>Applicable units are those of quantitykind:Incidence</rdfs:comment>
<j.0:plainTextDescription>Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time.</j.0:plainTextDescription>
<j.0:qkdvNumerator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time.</j.1:description>
<j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/Incidence"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:qkdvDenominator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
</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/MorbidityRate>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time." ;
<http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
rdfs:comment "Applicable units are those of quantitykind:Incidence" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Morbidity Rate"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/Incidence> ;
.
{"resource":"Morbidity Rate"
,"qname":"quantitykind:MorbidityRate"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/MorbidityRate"
,"properties":["applicable unit":"unit:CASES-PER-KiloINDIV-YR"
,"comment":"Applicable units are those of quantitykind:Incidence"
,"denominator dimension vector":"dimension:A0E0L0I0M0H0T1D0"
,"description":"Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."
,"description (plain text)":"Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."
,"has broader":"quantitykind:Incidence"
,"has dimension vector":"dimension:A0E0L0I0M0H0T-1D0"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Morbidity Rate"
,"numerator dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/MorbidityRate",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time.",
"applicableUnit" : "http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"plainTextDescription" : "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time.",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"comment" : "Applicable units are those of quantitykind:Incidence",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Morbidity Rate"
},
"broader" : "http://qudt.org/vocab/quantitykind/Incidence",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@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#"
}
}