@prefix accommodation: <https://purl.org/ctdl/vocabs/accommodation/> .
@prefix actionStat: <https://purl.org/ctdl/vocabs/actionStat/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix agentSector: <https://purl.org/ctdl/vocabs/agentSector/> .
@prefix alignment: <https://purl.org/ctdl/vocabs/alignment/> .
@prefix array: <https://purl.org/ctdl/vocabs/array/> .
@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 case: <https://purl.imsglobal.org/spec/case/> .
@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 collectionCategory: <https://purl.org/ctdl/vocabs/collectionCategory/> .
@prefix compare: <https://purl.org/ctdl/vocabs/compare/> .
@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 gemq: <http://purl.org/gem/qualifiers/> .
@prefix inputType: <https://purl.org/ctdl/vocabs/inputType/> .
@prefix learnMethod: <https://purl.org/ctdl/vocabs/learnMethod/> .
@prefix lifeCycle: <https://purl.org/ctdl/vocabs/lifeCycle/> .
@prefix logic: <https://purl.org/ctdl/vocabs/logic/> .
@prefix lrmi: <http://purl.org/dcx/lrmi-terms/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix odrl2: <https://www.w3.org/ns/odrl/2/> .
@prefix orgType: <https://purl.org/ctdl/vocabs/orgType/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 residency: <https://purl.org/ctdl/vocabs/residency/> .
@prefix scheduleFrequency: <https://purl.org/ctdl/vocabs/scheduleFrequency/> .
@prefix scheduleTiming: <https://purl.org/ctdl/vocabs/scheduleTiming/> .
@prefix schema: <https://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 support: <https://purl.org/ctdl/vocabs/support/> .
@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#> .

ceterms:LearningMethod a skos:ConceptScheme ;
	rdfs:label "Learning Method"@en-US ;
	rdfs:comment "Types of methods used to conduct the learning opportunity."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/ceterms/LearningMethod/json> ;
	meta:hasConcept learnMethod:Applied, learnMethod:Apprenticeship, learnMethod:AugmentedReality, learnMethod:ClinicalRotation, learnMethod:CohortBased, learnMethod:ElectronicMediaBased, learnMethod:Gaming, learnMethod:Internship, learnMethod:Laboratory, learnMethod:Lecture, learnMethod:MedicalResidency, learnMethod:Prerecorded, learnMethod:SelfPaced, learnMethod:Seminar, learnMethod:Simulation, learnMethod:WorkBased ;
	skos:hasTopConcept learnMethod:Applied, learnMethod:AugmentedReality, learnMethod:CohortBased, learnMethod:ElectronicMediaBased, learnMethod:Gaming, learnMethod:Laboratory, learnMethod:Lecture, learnMethod:Prerecorded, learnMethod:SelfPaced, learnMethod:Seminar, learnMethod:Simulation, learnMethod:WorkBased .

learnMethod:Applied a skos:Concept ;
	skos:prefLabel "Applied Instruction"@en-US ;
	skos:definition "Provides learning opportunities in the context of real world examples, cases, and applications."@en-US ;
	dct:description "Applies to methods such as contextual learning, applied academics, academic-technical integration, problem-based learning, project-based learning, and case methods."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Applied/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Apprenticeship a skos:Concept ;
	skos:prefLabel "Apprenticeship"@en-US ;
	skos:definition "Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Apprenticeship/json> ;
	skos:broader learnMethod:WorkBased ;
	skos:inScheme ceterms:LearningMethod .

learnMethod:AugmentedReality a skos:Concept ;
	skos:prefLabel "Augmented Reality"@en-US ;
	skos:definition "Provides interactive learning experience through technology that superimposes a computer-generated image on a user's view of the real world, thus providing a composite view."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/AugmentedReality/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:ClinicalRotation a skos:Concept ;
	skos:prefLabel "Clinical Rotation"@en-US ;
	skos:definition "Learning through real-world work experience in a medical context under the direct supervision of a qualified practitioner."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/ClinicalRotation/json> ;
	skos:broader learnMethod:WorkBased ;
	skos:inScheme ceterms:LearningMethod .

learnMethod:CohortBased a skos:Concept ;
	skos:prefLabel "Cohort-Based"@en-US ;
	skos:definition "Format in which people  progress as a group."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/CohortBased/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Gaming a skos:Concept ;
	skos:prefLabel "Gaming"@en-US ;
	skos:definition "Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition."@en-US ;
	dct:description "Individual or group games that have cognitive, social, behavioral, and/or emotional dimensions which are related to educational objectives."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Gaming/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Internship a skos:Concept ;
	skos:prefLabel "Internship"@en-US ;
	skos:definition "Work position that is intended to provide a learner with an opportunity to gain experience but that is not structured around learning and does not itself lead to a credential recognized by a relevant authority."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Internship/json> ;
	skos:broader learnMethod:WorkBased ;
	skos:inScheme ceterms:LearningMethod .

learnMethod:Laboratory a skos:Concept ;
	skos:prefLabel "Laboratory"@en-US ;
	skos:definition "Hands-on individual or group experiences for applied learning concepts and methods, procedures and protocols with equipment and technologies."@en-US ;
	dct:description "Applies to clinical practice and methods such as physical and/or virtual simulation or participation, whether direct or indirect."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Laboratory/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Lecture a skos:Concept ;
	skos:prefLabel "Lecture"@en-US ;
	skos:definition "Primary method is presentation by an instructor of learning material and may include student discussion."@en-US ;
	dct:description "Lecture courses may involve student questions and answers, but the role of the instructor is clearly differentiated from that of the students."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Lecture/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:MedicalResidency a skos:Concept ;
	skos:prefLabel "Medical Residency"@en-US ;
	skos:definition "Learning through real-world work experience at the graduate level in a medical context where a qualified participant works under the direct supervision of a senior practicioner."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/MedicalResidency/json> ;
	skos:broader learnMethod:WorkBased ;
	skos:inScheme ceterms:LearningMethod .

learnMethod:Prerecorded a skos:Concept ;
	skos:prefLabel "Prerecorded"@en-US ;
	skos:definition "Learning by using video, audio, or other prerecorded content."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Prerecorded/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:SelfPaced a skos:Concept ;
	skos:prefLabel "Self Paced"@en-US ;
	skos:definition "Provides for personalization and flexibility in the timing and progression of learning for individual learners based on their preferences and needs, prior learning experiences, and ability to progress through learning opportunities."@en-US ;
	dct:description "Applies to methods such as competency-based education, open-entry/open exit, independent study, private study, and correspondence."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/SelfPaced/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Seminar a skos:Concept ;
	skos:prefLabel "Seminar"@en-US ;
	skos:definition "Primary method is active student discussion leading to advancement of the topic and facilitated by an instructor."@en-US ;
	dct:description "Seminars typically involve small groups to facilitate equal opportunity with the instructor and colleagues to be engaged and occasionally may include students leading discussions."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Seminar/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:Simulation a skos:Concept ;
	skos:prefLabel "Simulation"@en-US ;
	skos:definition "Provides interactive learning experience through imitation of a situation or process."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/Simulation/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod .

learnMethod:WorkBased a skos:Concept ;
	skos:prefLabel "Work Based"@en-US ;
	skos:definition "Provides real-world work experiences that may be paid or unpaid and provided in group or individual formats normally outside the classroom."@en-US ;
	dct:description "Applies to methods such as apprenticeships, internships, externships, work study, clinical rotations, residencies, practicums, field study, team projects, and cooperative education."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/learnMethod/WorkBased/json> ;
	skos:inScheme ceterms:LearningMethod ;
	skos:topConceptOf ceterms:LearningMethod ;
	skos:narrower learnMethod:Apprenticeship, learnMethod:ClinicalRotation, learnMethod:Internship, learnMethod:MedicalResidency .

