Extracted Entity
- CURIE:
gmeow:ExtractedEntity - IRI: https://blackcatinformatics.ca/gmeow/ExtractedEntity
- Category: class
- Defined by:
gmeow:slices/graphrag - Box roles: TBox role (What is this?)
A model-extracted entity DESCRIPTION — an information object about a putative entity, derived from source chunks. Deliberately NOT the entity itself: promotion to a first-class gmeow:Entity (with coreference by reference, never owl:sameAs — P5) is a separate, attributable curation act.
Structure
Subclass of: gmeow:InformationObject
Practical Pattern
Use gmeow:ExtractedEntity as a specialized kind of gmeow:InformationObject. 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.
Lillith Pipeline
- Source:
slices/extensions/graphrag/examples/lillith-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-pipeline
ex:desc-mara a gmeow:ExtractedEntity ;
rdfs:label "extracted: 'Mara' (maintainer?)"@en ;
gmeow:contentDigest "blake3:3333444455556666777788889999000011112222aaaabbbbccccddddeeeeff11" ;
gmeow:wasDerivedFrom ex:chunk-7 ;
gmeow:wasGeneratedBy ex:invocation-44 .
ex:desc-buildsys a gmeow:ExtractedEntity ;
rdfs:label "extracted: 'the build system'"@en ;
gmeow:contentDigest "blake3:4444555566667777888899990000111122223333aaaabbbbccccddddeeeeff22" ;
gmeow:wasDerivedFrom ex:chunk-7 ;
gmeow:wasGeneratedBy ex:invocation-44 .