@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/dataWithholding/DataSuppressed/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/dataWithholding/DataSuppressed/turtle/0c5b605f-3c2f-4d7d-b63b-8f8b0a54496b> .

#----------------------------
# CHANGE SET
<https://credreg.net/qdata/termhistory/dataWithholding/DataSuppressed/turtle/0c5b605f-3c2f-4d7d-b63b-8f8b0a54496b> a cs:ChangeSet ;
	cs:subjectOfChange dataWithholding:DataSuppressed ;
	cs:createdDate 30/01/2026 ;
	cs:changeReason "New term"@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/Schema-Development/issues/641> ;
	cs:addition _:ChangeStatement_cb122764-8788-4cda-bf5a-c8d46225f655 ;
	cs:addition _:ChangeStatement_f6bd59ca-cacd-40cd-ba8d-f67f57562504 ;
	cs:addition _:ChangeStatement_89946eb1-8a5d-4832-8b6c-a09c499085d7 ;
	cs:addition _:ChangeStatement_d6126ae2-5d26-42a5-8c6c-d34167a451a4 .


# ADD TRIPLE
_:ChangeStatement_cb122764-8788-4cda-bf5a-c8d46225f655 a cs:Statement ;
	rdf:subject dataWithholding:DataSuppressed ;
	rdf:predicate vs:term_status ;
	rdf:object vs:stable .

# ADD TRIPLE
_:ChangeStatement_f6bd59ca-cacd-40cd-ba8d-f67f57562504 a cs:Statement ;
	rdf:subject dataWithholding:DataSuppressed ;
	rdf:predicate skos:definition ;
	rdf:object "Select information withheld or removed to protect the identities of subjects."@en-US .

# ADD TRIPLE
_:ChangeStatement_89946eb1-8a5d-4832-8b6c-a09c499085d7 a cs:Statement ;
	rdf:subject dataWithholding:DataSuppressed ;
	rdf:predicate skos:prefLabel ;
	rdf:object "Data Suppressed"@en-US .

# ADD TRIPLE
_:ChangeStatement_d6126ae2-5d26-42a5-8c6c-d34167a451a4 a cs:Statement ;
	rdf:subject dataWithholding:DataSuppressed ;
	rdf:predicate skos:inScheme ;
	rdf:object qdata:DataWithholdingCategory .


