@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/metricCat/StudentSatisfaction/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/metricCat/StudentSatisfaction/turtle/c96b2930-97b6-4bda-b8b4-67f4c577e8d3> .

#----------------------------
# CHANGE SET
<https://credreg.net/qdata/termhistory/metricCat/StudentSatisfaction/turtle/c96b2930-97b6-4bda-b8b4-67f4c577e8d3> a cs:ChangeSet ;
	cs:subjectOfChange metricCat:StudentSatisfaction ;
	cs:createdDate 30/01/2026 ;
	cs:changeReason "New Concept."@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/Schema-Development/issues/941> ;
	cs:addition _:ChangeStatement_acb405b2-1919-4bc2-a273-aa2ac2234261 ;
	cs:addition _:ChangeStatement_e169a2ae-51ec-464f-8790-2270abad0e55 ;
	cs:addition _:ChangeStatement_25be434b-91c4-49ef-8084-155ef3ea38c2 ;
	cs:addition _:ChangeStatement_f47b476c-d3c4-465f-a89f-237056acad16 ;
	cs:addition _:ChangeStatement_2c7f4a7b-6e2f-4e48-a2b4-96f8f6fe4301 .


# ADD TRIPLE
_:ChangeStatement_acb405b2-1919-4bc2-a273-aa2ac2234261 a cs:Statement ;
	rdf:subject metricCat:StudentSatisfaction ;
	rdf:predicate vs:term_status ;
	rdf:object vs:unstable .

# ADD TRIPLE
_:ChangeStatement_e169a2ae-51ec-464f-8790-2270abad0e55 a cs:Statement ;
	rdf:subject metricCat:StudentSatisfaction ;
	rdf:predicate skos:inScheme ;
	rdf:object qdata:MetricCategory .

# ADD TRIPLE
_:ChangeStatement_25be434b-91c4-49ef-8084-155ef3ea38c2 a cs:Statement ;
	rdf:subject metricCat:StudentSatisfaction ;
	rdf:predicate skos:prefLabel ;
	rdf:object "Student Satisfaction"@en-US .

# ADD TRIPLE
_:ChangeStatement_f47b476c-d3c4-465f-a89f-237056acad16 a cs:Statement ;
	rdf:subject metricCat:StudentSatisfaction ;
	rdf:predicate skos:definition ;
	rdf:object "Measurement of the level of satisfaction subjects have with their educational or work preparation programs."@en-US .

# ADD TRIPLE
_:ChangeStatement_2c7f4a7b-6e2f-4e48-a2b4-96f8f6fe4301 a cs:Statement ;
	rdf:subject metricCat:StudentSatisfaction ;
	rdf:predicate skos:broader ;
	rdf:object metricCat:Performance .


