@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/evalCat/Automated/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/evalCat/Automated/turtle/a91edd2e-1c38-43a7-a9d4-48b839524cdb> .

#----------------------------
# CHANGE SET
<https://credreg.net/ctdlasn/termhistory/evalCat/Automated/turtle/a91edd2e-1c38-43a7-a9d4-48b839524cdb> a cs:ChangeSet ;
	cs:subjectOfChange evalCat:Automated ;
	cs:createdDate 2025-12-19 ;
	cs:changeReason "New Concept"@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/Schema-Development/issues/892> ;
	cs:addition _:ChangeStatement_b55cccf6-c666-4422-8fa6-34d551512c73 ;
	cs:addition _:ChangeStatement_875d71c0-565c-4640-a1f4-29951f62aee4 ;
	cs:addition _:ChangeStatement_468230c7-f736-46c4-83e5-f3a4f0206f2c ;
	cs:addition _:ChangeStatement_076ea840-a70f-47c3-b2ac-97948c3b411a .


# ADD TRIPLE
_:ChangeStatement_b55cccf6-c666-4422-8fa6-34d551512c73 a cs:Statement ;
	rdf:subject evalCat:Automated ;
	rdf:predicate skos:inScheme ;
	rdf:object ceasn:EvaluatorCategory .

# ADD TRIPLE
_:ChangeStatement_875d71c0-565c-4640-a1f4-29951f62aee4 a cs:Statement ;
	rdf:subject evalCat:Automated ;
	rdf:predicate skos:prefLabel ;
	rdf:object "Automated"@en-US .

# ADD TRIPLE
_:ChangeStatement_468230c7-f736-46c4-83e5-f3a4f0206f2c a cs:Statement ;
	rdf:subject evalCat:Automated ;
	rdf:predicate vs:term_status ;
	rdf:object vs:unstable .

# ADD TRIPLE
_:ChangeStatement_076ea840-a70f-47c3-b2ac-97948c3b411a a cs:Statement ;
	rdf:subject evalCat:Automated ;
	rdf:predicate skos:definition ;
	rdf:object "Evaluator is an automated agent or process."@en-US .


