@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <https://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 demoCat: <https://credreg.net/qdata/vocabs/demoCat/> .
@prefix incomeDetermination: <https://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <https://credreg.net/meta/terms/> .
@prefix metricCat: <https://credreg.net/qdata/vocabs/metricCat/> .
@prefix obi: <https://w3id.org/openbadges#> .
@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 sourceCoverage: <https://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <https://credreg.net/qdata/vocabs/subjectCategory/> .
@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.com/qdata/termhistory/demoCat/EducationLevel/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/demoCat/EducationLevel/turtle/4ec09b51-e2d8-4bd4-84fd-009e09a0801b> .

#----------------------------
# CHANGE SET
<https://credreg.net/qdata/termhistory/demoCat/EducationLevel/turtle/4ec09b51-e2d8-4bd4-84fd-009e09a0801b> a cs:ChangeSet ;
	cs:subjectOfChange demoCat:EducationLevel ;
	cs:createdDate 30/01/2026 ;
	cs:changeReason "New Concept."@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/Schema-Development/issues/941> ;
	cs:addition _:ChangeStatement_38ff5cc2-2ef5-4cb5-a1fa-56642ef61b02 ;
	cs:addition _:ChangeStatement_e3b0c712-f58e-4ed7-9d35-a6b9351318bf ;
	cs:addition _:ChangeStatement_ab83fd1c-2f76-4f06-9881-221b28deda98 ;
	cs:addition _:ChangeStatement_fffdacdd-da46-4488-aae0-84544f58b5cc ;
	cs:addition _:ChangeStatement_e3428fda-35e5-482b-bd6b-5face73c77df .


# ADD TRIPLE
_:ChangeStatement_38ff5cc2-2ef5-4cb5-a1fa-56642ef61b02 a cs:Statement ;
	rdf:subject demoCat:EducationLevel ;
	rdf:predicate skos:prefLabel ;
	rdf:object "Education Level"@en-US .

# ADD TRIPLE
_:ChangeStatement_e3b0c712-f58e-4ed7-9d35-a6b9351318bf a cs:Statement ;
	rdf:subject demoCat:EducationLevel ;
	rdf:predicate skos:definition ;
	rdf:object "Means of indicating the highest level of education completed by subjects."@en-US .

# ADD TRIPLE
_:ChangeStatement_ab83fd1c-2f76-4f06-9881-221b28deda98 a cs:Statement ;
	rdf:subject demoCat:EducationLevel ;
	rdf:predicate skos:related ;
	rdf:object metricCat:EducationLevel .

# ADD TRIPLE
_:ChangeStatement_fffdacdd-da46-4488-aae0-84544f58b5cc a cs:Statement ;
	rdf:subject demoCat:EducationLevel ;
	rdf:predicate skos:inScheme ;
	rdf:object qdata:DemographicCategory .

# ADD TRIPLE
_:ChangeStatement_e3428fda-35e5-482b-bd6b-5face73c77df a cs:Statement ;
	rdf:subject demoCat:EducationLevel ;
	rdf:predicate vs:term_status ;
	rdf:object vs:unstable .


