@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <http://credreg.net/qdata/vocabs/collectionMethod/> .
@prefix dataWithholding: <https://credreg.net/qdata/vocabs/dataWithholding/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix incomeDetermination: <http://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sourceCoverage: <http://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <http://credreg.net/qdata/vocabs/subjectCategory/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:Credential a rdfs:Class ;
	rdfs:label "Credential"@en-US ;
	rdfs:comment "Qualification, achievement, personal or organizational quality, or aspect of an identity typically used to indicate suitability."@en-US ;
	dct:description "The ceterms:Credential class is broadly defined to encompass credentials used across domains and communities of practice. The class should be used only when speaking of credentials in general. Subclasses of ceterms:Credential as defined by Credential Engine (or other communities) should be used when referencing specific types of credentials."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/ceterms/Credential/json> ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass obi:BadgeClass ;
	meta:domainFor ceterms:earnings, ceterms:employmentOutcome .

