Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cco-modules/InformationEntityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,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 .
Expand Down