holds credential
- CURIE:
gmeow:holdsCredential - IRI: https://blackcatinformatics.ca/gmeow/holdsCredential
- Category: property
- Defined by:
gmeow:slices/expertise - Box roles: RBox role (What is this?)
Relates an agent to a credential it holds. Non-functional — an agent may hold many credentials, and a single credential may be held by many agents (shared license, group certification).
Structure
Property shape: object property; gmeow:Agent -> gmeow:Credential
Practical Pattern
Use gmeow:holdsCredential from gmeow:Agent to gmeow:Credential 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.
Skill Proficiency
- Source:
slices/core/expertise/examples/skill-proficiency.ttl - Examples catalog: open in catalog#example-slices-core-expertise-examples-skill-proficiency
ex:dana a gmeow:Person ;
gmeow:name "Dana Reyes"@en ;
gmeow:hasSkill ex:python ;
gmeow:hasOccupation ex:engineer ;
gmeow:holdsCredential ex:cert .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: schema
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:holdsCredential |
equivalence | - |
owl:equivalentProperty | schema:hasCredential | gmeow-properties.sssom.tsv; gmeow:eqProperties070; confidence 1 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:holdsCredential |
projection | schema-org |
projects to / = | schema:hasCredential | gmeow:mapSchemaHasCredential; confidence 0.9 |
Usage Advice
Use when
- Use to state that an agent holds a credential — a degree, certification, badge, or license — when the bare holding relation is what matters.
Avoid when
- Avoid for the issuing organization (
gmeow:credentialIssuer) or the certified subject matter (gmeow:credentialFor), and avoid treating it as proof of validity — verification is agmeow:Attestationover the credential (Principle 4).
How to use
- Assert the agent → credential triple; many-to-many is allowed (shared licenses, group certifications), and a signed
gmeow:Attestationcarries whether the holding is verified rather than this property asserting it.
Examples
- ex:alice
gmeow:holdsCredentialex:rnLicense.