relationship target
- CURIE:
gmeow:relationshipTarget - IRI: https://blackcatinformatics.ca/gmeow/relationshipTarget
- Category: property
- Defined by:
gmeow:slices/graphrag - Box roles: RBox role (What is this?)
The extracted-entity description at the head of this extracted relationship.
Structure
Property shape: object property; gmeow:ExtractedRelationship -> gmeow:ExtractedEntity; functional
Practical Pattern
Use gmeow:relationshipTarget from gmeow:ExtractedRelationship to gmeow:ExtractedEntity 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.
Lillith Pipeline
- Source:
slices/extensions/graphrag/examples/lillith-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-pipeline
ex:rel-maintains a gmeow:ExtractedRelationship ;
rdfs:label "extracted: Mara maintains the build system"@en ;
gmeow:contentDigest "blake3:5555666677778888999900001111222233334444aaaabbbbccccddddeeeeff33" ;
gmeow:relationshipSource ex:desc-mara ;
gmeow:relationshipTarget ex:desc-buildsys ;
gmeow:wasDerivedFrom ex:chunk-7 ;
gmeow:wasGeneratedBy ex:invocation-44 .