From b02dd5350bfedf9cfb84c03ee975fb694ae0b9c9 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Wed, 1 Mar 2023 13:14:32 -0500 Subject: [PATCH] Fixing defs for subs of Point Estimate ICEs --- InformationEntityOntology.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl index 32ec56f..437d970 100644 --- a/InformationEntityOntology.ttl +++ b/InformationEntityOntology.ttl @@ -946,7 +946,7 @@ cco:MeanPointEstimateInformationContentEntity rdf:type owl:Class ; cco:alternative_label "Arithmetic Mean"@en , "Average"@en , "Mean"@en ; - cco:definition "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; + cco:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Mean Point Estimate Information Content Entity"@en . @@ -986,7 +986,7 @@ cco:MeasurementUnitOfGeocoordinate rdf:type owl:Class ; cco:MedianPointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:PointEstimateInformationContentEntity ; cco:alternative_label "Median"@en ; - cco:definition "A Point Estimate of the 50th percentile of a measurement of some attribute of a population. that is a measurement of a set of values and is equal to the middle value (or, in a set containing an even number of values, the average of the two middle-most values) which separates the set into two equally populated upper and lower sets of values."@en ; + cco:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Median Point Estimate Information Content Entity"@en . @@ -1024,7 +1024,7 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:PointEstimateInformationContentEntity ; cco:alternative_label "Mode"@en , "Statistical Mode"@en ; - cco:definition "A Nominal Measurement Information Content Entity that is a measurement of a set of values and is equal to the value(s) that occurs the most often in the set."@en ; + cco:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or value(s) that occur most often in the set."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; rdfs:label "Mode Point Estimate Information Content Entity"@en .