Merge pull request #486 from gregfowlerphd/475-minor-issue-with-mode-point-estimate-ice-definition

modified mode point estimate ice definition
This commit is contained in:
J. Neil Otte
2024-10-30 20:41:37 -04:00
committed by GitHub

View File

@@ -1017,7 +1017,7 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:PointEstimateInformationContentEntity ;
cco:alternative_label "Mode"@en ,
"Statistical Mode"@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:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values 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 .