post in
- CURIE:
gmeow:postIn - IRI: https://blackcatinformatics.ca/gmeow/postIn
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
The organization a post belongs to. Functional — a post concerns exactly one organization.
Structure
Property shape: object property; gmeow:Post -> gmeow:Organization; functional
Practical Pattern
Use gmeow:postIn from gmeow:Post to gmeow:Organization 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.
Post And Membership
- Source:
slices/core/organization/examples/post-and-membership.ttl - Examples catalog: open in catalog#example-slices-core-organization-examples-post-and-membership
# --- The CFO Post: the seat, defined independently of who holds it.
ex:cfoPost a gmeow:Post ;
rdfs:label "Chief Financial Officer"@en ;
gmeow:postIn ex:acme .
Common Companion Terms
gmeow:Post, gmeow:Organization
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: org
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:postIn |
equivalence | - |
owl:equivalentProperty | org:postIn | gmeow-properties.sssom.tsv; gmeow:eqProperties061; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:postIn |
projection | schema-org |
projects to / <= | schema:roleName | gmeow:mapSchemaPostRole; confidence 0.7; lossy: the Post (seat ⟂ holder) and Membership relator collapse to a flat schema:roleName; contested membership claims are not distinguished; transform gmeow:fnPostToOrganizationRole |
Usage Advice
Use when
- Use to bind a
gmeow:Postto the one organization whose seat it is.
Avoid when
- Avoid pointing it at a person (a post's organization is not its incumbent) and avoid more than one organization per post — it is functional; a seat that spans organizations is a different
Postin each.
How to use
- Set
gmeow:postInonce pergmeow:Post(functional) to thegmeow:Organization, pairing it withgmeow:hasRole; an EL restriction already guarantees everyPostmediates at least one organization.
Examples
- ex:cfoPost
gmeow:postInex:acme.