@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:CreditUnit a skos:ConceptScheme ;
	rdfs:label "Credit Unit"@en-US ;
	rdfs:comment "Types of credit associated with degree and non-degree learning opportunities."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/ceterms/CreditUnit/json> ;
	meta:hasConcept creditUnit:CertificateCredit, creditUnit:ContinuingEducationUnit, creditUnit:DegreeCredit, creditUnit:SecondaryDiplomaCredit ;
	skos:hasTopConcept creditUnit:CertificateCredit, creditUnit:ContinuingEducationUnit, creditUnit:DegreeCredit, creditUnit:SecondaryDiplomaCredit .

creditUnit:CertificateCredit a skos:Concept ;
	skos:prefLabel "Certificate Credit"@en-US ;
	skos:definition "Credit that is issued or accepted for certificates."@en-US ;
	dct:description "Includes credits earned while enrolled in a certificate program."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/creditUnit/CertificateCredit/json> ;
	skos:inScheme ceterms:CreditUnit ;
	skos:topConceptOf ceterms:CreditUnit .

creditUnit:ContinuingEducationUnit a skos:Concept ;
	skos:prefLabel "Continuing Education Unit"@en-US ;
	skos:definition "Credit that is issued or is accepted as education units for meeting professional development requirements."@en-US ;
	dct:description "Based on international standards, continuing education units are based on contact hours that may be converted to other units of measurement, such as professional development hours (PDH), continuing education credits (CEU), and continuing professional credits (CPC)."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/creditUnit/ContinuingEducationUnit/json> ;
	skos:inScheme ceterms:CreditUnit ;
	skos:topConceptOf ceterms:CreditUnit .

creditUnit:DegreeCredit a skos:Concept ;
	skos:prefLabel "Degree Credit"@en-US ;
	skos:definition "Credit that is issued or is accepted as credit for earning a college-level degree."@en-US ;
	dct:description "Includes credits earned while enrolled in a postsecondary program for a college-level degree."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/creditUnit/DegreeCredit/json> ;
	skos:inScheme ceterms:CreditUnit ;
	skos:topConceptOf ceterms:CreditUnit .

creditUnit:SecondaryDiplomaCredit a skos:Concept ;
	skos:prefLabel "Secondary Diploma Credit"@en-US ;
	skos:definition "Credit that is issued or accepted for a secondary diploma."@en-US ;
	dct:description "Includes credits earned while enrolled in a secondary diploma program that meet graduation requirements."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/creditUnit/SecondaryDiplomaCredit/json> ;
	skos:inScheme ceterms:CreditUnit ;
	skos:topConceptOf ceterms:CreditUnit .

