Credential

An educational or occupational credential held by an agent — a degree, certification, badge, license, or other attestation of qualification. Its issuer is gmeow:credentialIssuer, its subject matter is gmeow:credentialFor, and its verification is borne by a gmeow:Attestation (Principle 4).

Structure

Subclass of: gmeow:Entity

Practical Pattern

Use gmeow:Credential as a specialized kind of gmeow:Entity. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Skill Proficiency

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: skill, proficiency, and credentials. A flat gmeow:hasSkill
# says an agent HAS a skill; the reified gmeow:SkillProficiency says HOW WELL, and
# crucially on WHICH SCALE — a proficiency level is meaningless without the scale
# it is read against (P11 in spirit: a value carries its frame). A gmeow:Credential
# is a separate, independently-issued attestation OF a skill, by an issuer — having
# a credential and being proficient are distinct facts. ProficiencyLevel, scale,
# Skill and Occupation are open vocabularies, minted as needed.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/expertise/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

# --- A credential: an independent attestation OF the skill, by an issuer. A
#     verifiable credential references a gmeow:Attestation that signs it (the
#     expertise↔attestation seam): the credential is a CLAIM, the attestation
#     makes it checkable.
ex:cert a gmeow:Credential ;
    gmeow:credentialFor    ex:python ;
    gmeow:credentialIssuer ex:psf ;
    gmeow:hasAttestation   ex:certAttestation .

Common Companion Terms

gmeow:Entity

Projects To

Profile External Targets
schema-org schema

External Equivalences

Equivalent or closely aligned targets: ceterms, schema, wd

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:Credential equivalence - owl:equivalentClass ceterms:Credential gmeow-classes.sssom.tsv; gmeow:eqClasses054; confidence 0.9
gmeow:Credential equivalence - owl:equivalentClass schema:EducationalOccupationalCredential gmeow-classes.sssom.tsv; gmeow:eqClasses044; confidence 1
gmeow:Credential equivalence - skos:closeMatch wd:Q5158833 gmeow-wikidata.sssom.tsv; gmeow:eqWikidata046; confidence 0.8

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Credential projection schema-org projects to / <= schema:competencyRequired gmeow:mapSchemaCredentialFor; confidence 0.8; lossy: the Skill/Occupation distinction in credentialFor collapses to schema:competencyRequired
gmeow:Credential projection schema-org projects to / <= schema:recognizedBy gmeow:mapSchemaCredentialIssuer; confidence 0.8; lossy: the issuer organization relator collapses to a flat schema:recognizedBy edge

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchwd:Q5158833
equivalentClassceterms:Credential
equivalentClassschema:EducationalOccupationalCredential