membership organization
- CURIE:
gmeow:membershipOrganization - IRI: https://blackcatinformatics.ca/gmeow/membershipOrganization
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
The organization a gmeow:Membership is in. Functional — a membership concerns one organization (which may be a department, i.e. a gmeow:subOrganizationOf a larger org).
Structure
Property shape: object property; gmeow:Membership -> gmeow:Organization; functional
Practical Pattern
Use gmeow:membershipOrganization from gmeow:Membership 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
ex:danaTenure a gmeow:Membership ;
gmeow:membershipMember ex:dana ;
gmeow:membershipOrganization ex:acme ;
gmeow:fillsPost ex:cfoPost .
Employment Contract
- Source:
slices/core/agreements/examples/employment-contract.ttl - Examples catalog: open in catalog#example-slices-core-agreements-examples-employment-contract
# --- The employment Membership is FOUNDED ON the contract: it exists because of
# it, so the grounding relator points at the agreement rather than assuming it.
ex:employment a gmeow:Membership ;
gmeow:membershipMember ex:dana ;
gmeow:membershipOrganization ex:acme ;
gmeow:foundedOn ex:contract .
Common Companion Terms
gmeow:Membership, gmeow:Organization
Projects To
| Profile | External Targets |
|---|---|
org |
org, rdf |
resume |
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:membershipOrganization |
equivalence | - |
owl:equivalentProperty | org:organization | gmeow-properties.sssom.tsv; gmeow:eqProperties075; confidence 0.95 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:membershipOrganization |
projection | org |
projects to / = | org:Membership, org:member, org:organization, org:role, rdf:type | gmeow:mapOrgMembership; confidence 0.95; lossy: statement-level provenance (accordingTo, validity clocks) on the membership drops |
gmeow:membershipOrganization |
projection | resume |
projects to / <= | schema:worksFor | gmeow:mapResumeWorksFor; confidence 0.9; lossy: the Employment relator and its contested claims collapse to a flat schema:worksFor edge |
Usage Advice
Use when
- Use to bind the organization player of a
gmeow:Membership— which organization (or department) the reified affiliation is in.
Avoid when
- Avoid using it as the flat affiliation edge (that is
gmeow:memberOf) and avoid attaching it to anything but agmeow:Membership; point it at a department directly when the membership is departmental.
How to use
- Set
gmeow:membershipOrganizationonce perMembership(functional), pairing it withgmeow:membershipMember; target agmeow:subOrganizationOfdepartment directly so the property chain infers membership in the parent organization.
Examples
- ex:emp
gmeow:membershipOrganizationex:acmeFinance.