Skip to content

Commit

Permalink
IDMP-774 - eliminated duplication in the statistical measures ontology
Browse files Browse the repository at this point in the history
Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Aug 27, 2024
1 parent 9d4ea94 commit 647540d
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions CMNS/StatisticalMeasures.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
</owl:Class>

<owl:Class rdf:about="&cmns-stat;Percentage">
<rdfs:subClassOf rdf:resource="&cmns-stat;RatioValue"/>
<rdfs:subClassOf rdf:resource="&cmns-qtu;Ratio"/>
<rdfs:label>percentage</rdfs:label>
<skos:definition>ratio value expressed as a fraction of 100, i.e., in which the denominator is fixed rather than variable and equal to 100</skos:definition>
<cmns-av:explanatoryNote>The percent value is computed by multiplying the numeric value of the ratio by 100.</cmns-av:explanatoryNote>
Expand Down Expand Up @@ -308,28 +308,6 @@
<skos:definition>statistical measure that is constrained by features, quantity kinds or units that refine how it is calculated</skos:definition>
</owl:Class>

<owl:Class rdf:about="&cmns-stat;Ratio">
<rdfs:subClassOf rdf:resource="&cmns-qtu;Expression"/>
<rdfs:subClassOf rdf:resource="&cmns-stat;StatisticalMeasure"/>
<rdfs:label>ratio</rdfs:label>
<skos:definition>proportional relationship between two different numbers or quantities, or in mathematics a quotient of two numbers or expressions, arrived at by dividing one by the other</skos:definition>
<cmns-av:explanatoryNote>A ratio is a quantity measured with respect to some other quantity.</cmns-av:explanatoryNote>
<cmns-av:synonym>rate</cmns-av:synonym>
</owl:Class>

<owl:Class rdf:about="&cmns-stat;RatioValue">
<rdfs:subClassOf rdf:resource="&cmns-qtu;ScalarQuantityValue"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-qtu;hasArgument"/>
<owl:onClass rdf:resource="&cmns-qtu;Variable"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>ratio value</rdfs:label>
<skos:definition>proportional relationship specifically between two different quantity values that gives rise to a datum of a specific quantity type</skos:definition>
</owl:Class>

<owl:Class rdf:about="&cmns-stat;RecurrenceInterval">
<rdfs:subClassOf rdf:resource="&cmns-dt;ProperInterval"/>
<rdfs:label>recurrence interval</rdfs:label>
Expand Down Expand Up @@ -553,14 +531,6 @@
<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.bls.gov/bls/glossary.htm</cmns-av:adaptedFrom>
</owl:Class>

<owl:Class rdf:about="&cmns-stat;Total">
<rdfs:subClassOf rdf:resource="&cmns-qtu;Expression"/>
<rdfs:subClassOf rdf:resource="&cmns-stat;StatisticalMeasure"/>
<rdfs:label>total</rdfs:label>
<skos:definition>sum of the values for some characteristic of all units</skos:definition>
<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.bls.gov/bls/glossary.htm</cmns-av:adaptedFrom>
</owl:Class>

<owl:Class rdf:about="&cmns-stat;Variance">
<rdfs:subClassOf rdf:resource="&cmns-stat;Dispersion"/>
<rdfs:subClassOf>
Expand Down

0 comments on commit 647540d

Please sign in to comment.