community level
- CURIE:
gmeow:communityLevel - IRI: https://blackcatinformatics.ca/gmeow/communityLevel
- Category: property
- Defined by:
gmeow:slices/graphrag - Box roles: RBox role (What is this?)
The hierarchy level of this community (0 = leaf clustering).
Structure
Property shape: datatype property; gmeow:Community -> xsd:nonNegativeInteger
Practical Pattern
Use gmeow:communityLevel from gmeow:Community to xsd:nonNegativeInteger 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:community-infra a gmeow:Community ;
rdfs:label "infrastructure community"@en ;
gmeow:contentDigest "blake3:6666777788889999000011112222333344445555aaaabbbbccccddddeeeeff44" ;
gmeow:communityLevel "0"^^xsd:nonNegativeInteger ;
gmeow:communityMember ex:desc-mara, ex:desc-buildsys ;
gmeow:wasGeneratedBy ex:cluster-run .