@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix asn: <http://purl.org/ASN/schema/core/> .
@prefix asnPublicationStatus: <http://purl.org/asn/scheme/ASNPublicationStatus/> .
@prefix asnscheme: <http://purl.org/asn/scheme/> .
@prefix case: <https://purl.imsglobal.org/spec/case/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix cs: <http://vocab.org/changeset/schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix evalCat: <https://purl.org/ctdlasn/vocabs/evalCat/> .
@prefix gem: <http://purl.org/gem/elements/> .
@prefix gemq: <http://purl.org/gem/qualifiers/> .
@prefix loc: <http://www.loc.gov/loc.terms/> .
@prefix locr: <http://www.loc.gov/loc.terms/relators/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix publicationStatus: <http://purl.org/ctdlasn/vocabs/publicationStatus/> .
@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: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# CHANGE HISTORY
<https://credreg.net/ctdlasn/termhistory/ceasn/competencyLabel/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/ceasn/competencyLabel/turtle/8b0043c4-6c76-420d-be73-e5da209903c7> .

#----------------------------
# CHANGE SET
<https://credreg.net/ctdlasn/termhistory/ceasn/competencyLabel/turtle/8b0043c4-6c76-420d-be73-e5da209903c7> a cs:ChangeSet ;
	cs:subjectOfChange ceasn:competencyLabel ;
	cs:createdDate 2025-12-19 ;
	cs:changeReason "Enables providing the short name or label for a competency"@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/vocabularies/issues/627> ;
	cs:addition _:ChangeStatement_e470c5d3-ceab-40e7-9b19-f2f7ebc23bc8 ;
	cs:addition _:ChangeStatement_cd40021d-9ff0-4ddd-9763-021642ba7214 ;
	cs:addition _:ChangeStatement_ca51ca51-e42e-433f-ab39-17a415be8dea ;
	cs:addition _:ChangeStatement_a349fd4c-30ff-4ebd-b022-011683d16316 ;
	cs:addition _:ChangeStatement_8e1fb4a9-ad35-4f51-9a45-6d251cd36249 ;
	cs:addition _:ChangeStatement_4966ac81-53d6-4c5a-affc-48d4764e5b9e ;
	cs:addition _:ChangeStatement_84f06c2f-8079-458c-a0eb-6552a307e45e .


# ADD TRIPLE
_:ChangeStatement_e470c5d3-ceab-40e7-9b19-f2f7ebc23bc8 a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate rdfs:subPropertyOf ;
	rdf:object schema:name .

# ADD TRIPLE
_:ChangeStatement_cd40021d-9ff0-4ddd-9763-021642ba7214 a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate rdfs:comment ;
	rdf:object "Short identifying phrase or name applied to a competency by the creator of the competency framework."@en-US .

# ADD TRIPLE
_:ChangeStatement_ca51ca51-e42e-433f-ab39-17a415be8dea a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate schema:rangeIncludes ;
	rdf:object rdf:langString .

# ADD TRIPLE
_:ChangeStatement_a349fd4c-30ff-4ebd-b022-011683d16316 a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate rdfs:subPropertyOf ;
	rdf:object ceasn:name .

# ADD TRIPLE
_:ChangeStatement_8e1fb4a9-ad35-4f51-9a45-6d251cd36249 a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate rdfs:label ;
	rdf:object "Competency Label"@en-US .

# ADD TRIPLE
_:ChangeStatement_4966ac81-53d6-4c5a-affc-48d4764e5b9e a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate vann:usageNote ;
	rdf:object "Where such a label is the sole expression of the competency, enter the text as competencyText as opposed to competencyLabel."@en-US .

# ADD TRIPLE
_:ChangeStatement_84f06c2f-8079-458c-a0eb-6552a307e45e a cs:Statement ;
	rdf:subject ceasn:competencyLabel ;
	rdf:predicate schema:domainIncludes ;
	rdf:object ceasn:Competency .


