fills post
- CURIE:
gmeow:fillsPost - IRI: https://blackcatinformatics.ca/gmeow/fillsPost
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
Relates a membership to the post (seat) the member occupies. The sitter is the member via gmeow:membershipMember; the seat is the Post. Non-functional: a joint appointment may fill one post with several memberships, and competing standpoint-indexed claims coexist.
Structure
Property shape: object property; gmeow:Membership -> gmeow:Post
Practical Pattern
Use gmeow:fillsPost from gmeow:Membership to gmeow:Post 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
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: the seat is not the sitter. GMEOW de-conflates the two
# things surface vocabularies collapse into "CFO": the gmeow:Post (the seat, a
# RoleMixin that exists whether or not anyone fills it) and the gmeow:Membership
# (a person's tenure occupying it). The membership gmeow:fillsPost the post, so a
# vacancy (a Post with no Membership) and a succession (two Memberships filling
# one Post) are both expressible. organizationType is an open VALUE (a company is
# a company by value, not by subclass), and subOrganizationOf decomposes the org
# structurally — distinct from "is a member of".
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/organization/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ex:danaTenure a gmeow:Membership ;
gmeow:membershipMember ex:dana ;
gmeow:membershipOrganization ex:acme ;
gmeow:fillsPost ex:cfoPost .
Common Companion Terms
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:fillsPost |
equivalence | - |
skos:closeMatch | org:holds | gmeow-properties.sssom.tsv; gmeow:eqProperties062; confidence 0.8 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:fillsPost |
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 seat the member of a
gmeow:Membershipin a holder-independentgmeow:Post— recording who currently occupies a named chair so vacancy and succession stay queryable.
Avoid when
- Avoid attaching it to the agent directly (it rides the
gmeow:Membershiprelator) and avoid using it for a role with no fixed organization — that isgmeow:hasRolepointing at a baregmeow:Role.
How to use
- Add
gmeow:fillsPostto agmeow:Membershipreferencing thegmeow:Post; carry the tenure with gmeow:validFrom/validUntil on the relator so a succession is a sequence of period-scoped memberships filling the same post.
Examples
- ex:emp
gmeow:fillsPostex:cfoPost.