typicality
- CURIE:
gmeow:typicality - IRI: https://blackcatinformatics.ca/gmeow/typicality
- Category: property
- Defined by:
gmeow:slices/concepts - Box roles: RBox role (What is this?)
A graded degree of membership in [0,1] for a prototype-theoretic concept, attached to a reified gmeow:ConceptCategorization. Non-functional: multiple sources may report typicality, and those reports coexist (Principle 9). Solver-layer prototype-theoretic typicality; it is not a reasoner entailment.
Structure
Property shape: datatype property; gmeow:ConceptCategorization -> xsd:decimal
Practical Pattern
Use gmeow:typicality from gmeow:ConceptCategorization to xsd:decimal when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Conceptual Change
- Source:
slices/core/concepts/examples/conceptual-change.ttl - Examples catalog: open in catalog#example-slices-core-concepts-examples-conceptual-change
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/concepts/conceptual-change/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ex:plutoCategorizationIAU a gmeow:ConceptCategorization ;
rdfs:label "Pluto categorized as a planet from the IAU 2006 standpoint"@en ;
gmeow:vantage ex:iau2006 ;
gmeow:observedFeature ex:pluto ;
gmeow:observationResult ex:planet ;
gmeow:observationMethod gmeow:methodExpertJudgement ;
gmeow:typicality "0.3"^^xsd:decimal ;
gmeow:claimModality gmeow:conceivable ;
gmeow:confidence "0.95"^^xsd:decimal .
ex:plutoCategorizationTextbook a gmeow:ConceptCategorization ;
rdfs:label "Pluto categorized as a planet in school textbooks"@en ;
gmeow:vantage ex:schoolTextbook ;
gmeow:observedFeature ex:pluto ;
gmeow:observationResult ex:planet ;
gmeow:observationMethod gmeow:methodExpertJudgement ;
gmeow:typicality "0.85"^^xsd:decimal ;
gmeow:claimModality gmeow:probable ;
gmeow:accordingTo ex:schoolTextbook .
Common Companion Terms
Usage Advice
Use when
- Use to record graded membership of an entity under a prototype-theoretic concept when the degree itself is first-class.
Avoid when
- Avoid on the flat
gmeow:instanceOfConceptshortcut (promote to aConceptCategorizationfirst) and avoid conflating it withgmeow:confidence(our certainty about the claim) orgmeow:claimModality(the standpoint's qualitative stance).
How to use
- Attach one or more xsd:decimal values in [0,1] to a
gmeow:ConceptCategorization; pair withgmeow:claimModalityon the linkedStandpointClaimfor qualitative categorization stance.
Examples
- ex:whaleCategorization
gmeow:typicality"0.95"^^xsd:decimal.