Entity

Anything in the GMEOW universe of discourse that persists in time and can bear properties: an agent, a document, a contact point, and so on.

Structure

Subclass of: gufo:Endurant

Practical Pattern

Use gmeow:Entity as a specialized kind of gufo:Endurant. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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#> .



# --- The entity being categorized -------------------------------------------------
ex:pluto a gmeow:Entity ;
    rdfs:label "Pluto"@en .

Open Question And Resolution

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/inquiry/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .



ex:hookLocation a gmeow:Entity ;
    rdfs:label "the hook by the door"@en .

External Equivalences

Equivalent or closely aligned targets: prov

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Entity equivalence - skos:closeMatch prov:Entity gmeow-classes.sssom.tsv; gmeow:eqClasses046; confidence 0.7

Usage Advice

Use when

Avoid when

How to use

Examples