@prefix actionStat: <https://purl.org/ctdl/vocabs/actionStat/> .
@prefix agentSector: <https://purl.org/ctdl/vocabs/agentSector/> .
@prefix asn: <http://purl.org/ASN/schema/core/> .
@prefix assessMethod: <https://purl.org/ctdl/vocabs/assessMethod/> .
@prefix assessUse: <https://purl.org/ctdl/vocabs/assessUse/> .
@prefix audience: <https://purl.org/ctdl/vocabs/audience/> .
@prefix audLevel: <https://purl.org/ctdl/vocabs/audLevel/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceds: <https://ceds.ed.gov/element/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix claimType: <https://purl.org/ctdl/vocabs/claimType/> .
@prefix costType: <https://purl.org/ctdl/vocabs/costType/> .
@prefix credentialStat: <https://purl.org/ctdl/vocabs/credentialStat/> .
@prefix creditUnit: <https://purl.org/ctdl/vocabs/creditUnit/> .
@prefix cs: <http://vocab.org/changeset/schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix deliveryType: <https://purl.org/ctdl/vocabs/deliveryType/> .
@prefix financialAid: <https://purl.org/ctdl/vocabs/financialAid/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix inputType: <https://purl.org/ctdl/vocabs/inputType/> .
@prefix learnMethod: <https://purl.org/ctdl/vocabs/learnMethod/> .
@prefix lrmi: <http://purl.org/dcx/lrmi-terms/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix orgType: <https://purl.org/ctdl/vocabs/orgType/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix purpose: <https://purl.org/ctld/vocabs/purpose/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix residency: <https://purl.org/ctdl/vocabs/residency/> .
@prefix schema: <http://schema.org/> .
@prefix score: <https://purl.org/ctdl/vocabs/score/> .
@prefix serviceType: <https://purl.org/ctdl/vocabs/serviceType/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:ctid a rdf:Property ;
	rdfs:label "CTID"@en-US ;
	rdfs:comment "Globally unique Credential Transparency Identifier (CTID) by which the creator, owner or provider of a resource recognizes it in transactions with the external environment (e.g., in verifiable claims involving the resource)."@en-US ;
	dct:description "The CTID is the equivalent of a version identifier for the resource. Different versions of a resource are considered distinct expressions and each must be assigned its own CTID. Each version of a resource can have only one CTID assigned. However, a single version of a resource may have distinct identifier values for both the ctid property and the credentialId property. In such a case both identifiers will be recognized by the resource creator/owner/provider in transactions with the external environment."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/ceterms/ctid/json> ;
	rdfs:subPropertyOf ceterms:credentialId ;
	schema:domainIncludes ceasn:Competency, ceasn:CompetencyFramework, ceterms:ApprenticeshipCertificate, ceterms:AssessmentComponent, ceterms:AssessmentProfile, ceterms:AssociateDegree, ceterms:BachelorDegree, ceterms:Badge, ceterms:BasicComponent, ceterms:Certificate, ceterms:CertificateOfCompletion, ceterms:Certification, ceterms:CocurricularComponent, ceterms:CompetencyComponent, ceterms:ConditionManifest, ceterms:CostManifest, ceterms:CourseComponent, ceterms:Credential, ceterms:CredentialComponent, ceterms:CredentialOrganization, ceterms:Degree, ceterms:DigitalBadge, ceterms:Diploma, ceterms:DoctoralDegree, ceterms:ExtracurricularComponent, ceterms:GeneralEducationDevelopment, ceterms:JobComponent, ceterms:JourneymanCertificate, ceterms:LearningOpportunityProfile, ceterms:License, ceterms:MasterCertificate, ceterms:MasterDegree, ceterms:MicroCredential, ceterms:OpenBadge, ceterms:Pathway, ceterms:PathwaySet, ceterms:ProfessionalDoctorate, ceterms:QACredentialOrganization, ceterms:QualityAssuranceCredential, ceterms:ResearchDoctorate, ceterms:SecondarySchoolDiploma, ceterms:TransferValueProfile, ceterms:WorkExperienceComponent, skos:Concept, skos:ConceptScheme ;
	schema:rangeIncludes xsd:string .

