├── CourseProgramExamples ├── example1.json ├── programWithLifeCycle.json └── README.md ├── .DS_Store ├── Rubrics ├── domainModel.png ├── Examples │ ├── Single_CliterionLevel.json │ ├── Breakfast_Holistic.json │ ├── ClassifyingCriteria.json │ ├── Reuse_RubricCriteria.json │ ├── Simplified_Rubric.json │ ├── Elumen_Activity.json │ └── Moodle.json ├── asnNotesAndQueries.txt ├── DESMmapping │ └── desmRubricAbstractClass.ttl └── readme.md ├── README.md ├── CredentialTypes ├── Diagrams │ ├── domainModel.png │ ├── CredentialTypes-Example1-BasicDescription.png │ ├── CredentialTypes-Example2-FrameworkLevels.png │ └── CredentialTypes-Example3-CredentialComparison.png └── readme.md ├── EEOMetrics ├── Diagrams │ ├── fullDomainModel.png │ └── simplifiedModel.png ├── Examples │ ├── readme.md │ ├── handbookQDataServiceDistrib.json │ ├── handbookQDataSimpleExample.json │ └── simpler.json └── readme.md ├── PriorLearningRecognition ├── Diagrams │ ├── TA-Model.png │ ├── TV-Model.png │ └── Policy-Model.png ├── Examples │ ├── ta-example.png │ ├── tv-example.png │ ├── policy-Example.png │ ├── policy-example.json │ ├── ta-example.json │ └── tv-example.json └── readme.md ├── QualificationsFramework ├── Diagrams │ ├── simpleOverview.png │ └── fullDomainModel.png ├── readme.md └── Examples │ └── NLQF.json ├── Employment and Training to Jobs Examples ├── NICE Example SP-RSK-001_pb.png ├── Work Activities │ └── ONET Work Activities Concept Scheme.json └── Archive │ └── NICE Sample.json ├── PathwaysConditionsAndConstraints └── Pathway-Examples │ ├── UseCaseExamples │ ├── UC12.ttl │ ├── UC10.ttl │ ├── UC18.ttl │ ├── UC19.ttl │ ├── UC17.ttl │ ├── UC19.jsonld │ ├── UC12.jsonld │ ├── UC10.jsonld │ ├── UC18 (1).jsonld │ ├── UC18.jsonld │ ├── UC26.ttl │ └── UC26.jsonld │ ├── HeriotWatt │ ├── credits.spql │ ├── components.spql │ ├── vcred.ttl │ └── vcred.json │ ├── PathwayBuilder │ ├── Constraints-CTDL.json │ └── Constraints-API.json │ └── termScheduleType.json ├── HandbookExamples ├── QualificationsFramework │ ├── credentialLevel.json │ ├── basicDescription.json │ └── frameworkAlignment.json ├── CredentialTypes │ ├── basicDescription.json │ └── credentialComparison.json └── degreeWithConcentration.json ├── SchedulePatterns ├── readme.md └── scheduleExample1.json ├── CTDLinLERs_VCs_OpenBadges_CLRs ├── s1_1_DegreeInRegistry.json ├── s1_3_LinkToDegreeInRegistry.json ├── s_2_1_StandaloneCompetence.json ├── s_4_1_AssessmentAccreditation.json ├── s_2_2_CompetenceAndDegree.json ├── s1_2_DegreeInRegistryAndVC.json └── s_3_1_CoursesFromDifferntOrgs.json ├── Certificates └── readme.md ├── CreativeWorks └── README.md ├── Aggregate Performance Data Examples ├── Pro Path │ ├── Kansas Degree Stats full.json │ ├── Kansas Degree Stats example simpler.json │ ├── Aggregate Data Profile - Handbook Example │ ├── Career Bridge - Performance Results.json │ └── Career Bridge - Statewide Earnings and Employment Trends.json ├── Texas │ ├── Year-1-programs-no-bnode.json │ └── Year-1-programs.json └── Indiana │ └── ROI Example 1.json ├── Transfer Value Profile ├── CTDL - Course - Elon University - Accounting 1.json ├── CTDL - Course - Elon University - Accounting 2.json ├── CTDL - Course - KBOR - Infantryman Level 10.json ├── Archive │ ├── CTDL - ACE - Simplified Example.json │ ├── Assistant API - ACE - Packet Switched Networks (With New Properties).json │ └── Assistant API - ACE - Packet Switched Networks (With Current Properties).json ├── Assistant API - Indiana CHE - Introduction to Business.json ├── Assistant API - Assessment - Certified Administrative Secretary Part 3 (With Current Properties).json ├── CTDL - Course - KBOR - Infantryman Level 30.json └── CTDL - Course - KBOR - SWT Transfer - Accounting.json ├── JDX ├── WorkHours.json ├── JobTerm.json └── JobSchedule.json ├── deprecated ├── revocationCriteria.ttl ├── assessmentDelivery.ttl ├── claimType.ttl ├── evaluationMethod.ttl ├── learningSchedule.ttl ├── assessmentModality.ttl ├── credentialStatusType.ttl ├── educationLevel.ttl ├── intendedPurpose.ttl ├── costType.ttl ├── residency.ttl ├── agentSector.ttl ├── processMethod.ttl ├── audience.ttl └── learningDelivery.ttl ├── SupportServicesTaskGroup └── Examples │ └── SNHU.json ├── Contextualized-Competency-Statements ├── CSCTG - OSMT Examples.json ├── Collection and RSD Sample.json └── CSCTG - Aspiration Example (WorkforceDemandAction).json ├── Credential Approval Lists ├── ProPath via Collection with Date Range.json └── ProPath via Member Class.json └── Code-Samples └── lifeCycleExample.json /CourseProgramExamples/example1.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/.DS_Store -------------------------------------------------------------------------------- /Rubrics/domainModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/Rubrics/domainModel.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Schema-Development 2 | Supporting the development of, samples of, and issues for the CTDL and CTDL-ASN schemas. 3 | -------------------------------------------------------------------------------- /CredentialTypes/Diagrams/domainModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/CredentialTypes/Diagrams/domainModel.png -------------------------------------------------------------------------------- /EEOMetrics/Diagrams/fullDomainModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/EEOMetrics/Diagrams/fullDomainModel.png -------------------------------------------------------------------------------- /EEOMetrics/Diagrams/simplifiedModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/EEOMetrics/Diagrams/simplifiedModel.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Diagrams/TA-Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Diagrams/TA-Model.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Diagrams/TV-Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Diagrams/TV-Model.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/ta-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Examples/ta-example.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/tv-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Examples/tv-example.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Diagrams/Policy-Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Diagrams/Policy-Model.png -------------------------------------------------------------------------------- /QualificationsFramework/Diagrams/simpleOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/QualificationsFramework/Diagrams/simpleOverview.png -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/policy-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/PriorLearningRecognition/Examples/policy-Example.png -------------------------------------------------------------------------------- /QualificationsFramework/Diagrams/fullDomainModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/QualificationsFramework/Diagrams/fullDomainModel.png -------------------------------------------------------------------------------- /CredentialTypes/Diagrams/CredentialTypes-Example1-BasicDescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/CredentialTypes/Diagrams/CredentialTypes-Example1-BasicDescription.png -------------------------------------------------------------------------------- /CredentialTypes/Diagrams/CredentialTypes-Example2-FrameworkLevels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/CredentialTypes/Diagrams/CredentialTypes-Example2-FrameworkLevels.png -------------------------------------------------------------------------------- /Employment and Training to Jobs Examples/NICE Example SP-RSK-001_pb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/Employment and Training to Jobs Examples/NICE Example SP-RSK-001_pb.png -------------------------------------------------------------------------------- /CredentialTypes/Diagrams/CredentialTypes-Example3-CredentialComparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CredentialEngine/Schema-Development/HEAD/CredentialTypes/Diagrams/CredentialTypes-Example3-CredentialComparison.png -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC12.ttl: -------------------------------------------------------------------------------- 1 | res:UC12 a _:ComponentCondition ; 2 | :description "Must not be repeatable." ; 3 | :hasConstraint 4 | [ a _:Constraint ; 5 | :leftSource :repeatability ; 6 | :comparator :eq ; 7 | :rightSource false 8 | ] . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC10.ttl: -------------------------------------------------------------------------------- 1 | res:UC10 a _:ComponentCondition ; 2 | :description "Must be repeatable 3 or fewer times." ; 3 | :hasConstraint 4 | [ a _:Constraint ; 5 | :leftSource :repeatability ; 6 | :comparator :lteq ; 7 | :rightSource 3 8 | ] . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC18.ttl: -------------------------------------------------------------------------------- 1 | res:UC18 a _:ComponentCondition ; 2 | :description "Must be repeatable 3 times or more." ; 3 | :hasConstraint 4 | [ a _:Constraint ; 5 | :leftSource :repeatability ; 6 | :comparator :gteq ; 7 | :rightSource 3 8 | ] . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC19.ttl: -------------------------------------------------------------------------------- 1 | res:UC19 a _:ComponentCondition ; 2 | :description "Requires at least 3 years of experience." ; 3 | :hasConstraint 4 | [ a _:Constraint ; 5 | :leftSource :experienceTime ; 6 | :comparator :gteq ; 7 | :rightSource P3Y 8 | ] . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC17.ttl: -------------------------------------------------------------------------------- 1 | res:UC17 a _:ComponentCondition ; 2 | :description "Requires at least 500 hours of experience" ; 3 | :hasConstraint 4 | [ a _:Constraint ; 5 | :leftSource :experienceTime ; 6 | :comparator :gteq ; 7 | :rightSource PT500H 8 | ] . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC19.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC19", 3 | "@type": "_:ComponentCondition", 4 | ":description": { "en": "Requires at least 3 years of experience." }, 5 | ":hasConstraint": [ 6 | { 7 | "@type": "_:Constraint", 8 | ":leftSource": ":repeatability", 9 | ":comparator": "gteq", 10 | ":rightSource": "P3Y" 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC12.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC12", 3 | "@type": "_:ComponentCondition", 4 | ":description": { "en": "Must not be repeatable." }, 5 | ":hasConstraint": [ 6 | { 7 | "@type": "_:Constraint", 8 | ":leftSource": ":repeatability", 9 | ":comparator": ":eq", 10 | ":rightSource": false 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC10.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC10", 3 | "@type": "_:ComponentCondition", 4 | ":description": { "en": "Must be repeatable 3 or fewer times." }, 5 | ":hasConstraint": [ 6 | { 7 | "@type": "_:Constraint", 8 | ":leftSource": ":repeatability", 9 | ":comparator": ":lteq", 10 | ":rightSource": 3 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC18 (1).jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC18", 3 | "@type": "_:ComponentCondition", 4 | ":description": { "en": "Must be repeatable 3 times or more." }, 5 | ":hasConstraint": [ 6 | { 7 | "@type": "_:Constraint", 8 | ":leftSource": ":repeatability", 9 | ":comparator": ":gteq", 10 | ":rightSource": 3 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC18.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC18", 3 | "@type": "_:ComponentCondition", 4 | ":description": { "en": "Must be repeatable 3 times or more." }, 5 | ":hasConstraint": [ 6 | { 7 | "@type": "_:Constraint", 8 | ":leftSource": ":repeatability", 9 | ":comparator": ":gteq", 10 | ":rightSource": 3 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/HeriotWatt/credits.spql: -------------------------------------------------------------------------------- 1 | # to calculate how many credits are offered at SCQF level 9 2 | # tested on HW pathway data 3 | prefix ceterms: 4 | prefix res: 5 | prefix scqflevel: 6 | prefix scqfcredits: 7 | prefix hwusubjects: 8 | 9 | SELECT (SUM(?value) AS ?totalValue) 10 | where { 11 | ?c a ceterms:CourseComponent ; 12 | ceterms:name ?cname ; 13 | ceterms:creditValue ?cred . 14 | ?cred ceterms:creditLevelType scqflevel:9 ; 15 | ceterms:value ?value ; 16 | ceterms:subject hwusubjects:ComputerScience . 17 | } 18 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC26.ttl: -------------------------------------------------------------------------------- 1 | res:UC26 a _:CredentialComponent ; 2 | :hasCondition res:UC26A,res:UC26A ; 3 | :description "Must be in-person and be tied to a state/local grant, loan, or scholarship 4 | with a value of $1,000 or more."@en-us . 5 | 6 | res:UC26A a _:ComponentCondition 7 | :logicalOperator :and ; 8 | :hasConstraint 9 | [ a _:Constraint ; 10 | :leftSource :deliveryType ; 11 | :comparator :eq ; 12 | :rightSource :inPerson 13 | ] , 14 | [ a _:Constraint ; 15 | :leftSource :financialAssistanceType ; 16 | :comparator :eq ; 17 | :rightSource :StateLocalGrant, :StateLocalLoan, :StateLocalScholarship ; 18 | :rightAction :anyOf 19 | ] . -------------------------------------------------------------------------------- /Rubrics/Examples/Single_CliterionLevel.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceasn:RubricCriterion", 5 | "@id": "_:criterion1", 6 | "ceasn:name": { "en": "State a position" }, 7 | "ceterms:weight": 0.5, 8 | "ceasn:hasCriterionLevel": [ 9 | "_:c1l1" 10 | ] 11 | }, 12 | { 13 | "@type": "ceasn:RubricLevel", 14 | "@id": "_:level1", 15 | "ceasn:name": { "en": "Excellent" }, 16 | "ceasn:hasCriterionLevel": [ 17 | "_:c1l1" 18 | ] 19 | }, 20 | { 21 | "@type": "ceasn:CriterionLevel", 22 | "@id": "_:c1l1", 23 | "ceasn:benchmarkText": { "en": "Makes a strong stand and defines the context in the introductory paragraph. Position is restated throughout and reinforced with examples and included in the conclusion." }, 24 | "qdata:percentage": 100 25 | } 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /HandbookExamples/QualificationsFramework/credentialLevel.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@type": "ceterms:Certificate", 6 | "@id": "res:ce-b85a2faa-da27-4a89-a725-b2a5a91080f0", 7 | "ceterms:name": { 8 | "en": "Certificate in Dental Technology" 9 | }, 10 | "ceterms:atLevel": { 11 | "@type": "ceterms:CredentialAlignmentObject", 12 | "ceterms:framework": "res:ce-b3fcd2f2-2ff7-4623-8ed3-c2790e9112db", 13 | "ceterms:targetNode": "res:ce-0a8de4f6-0fd8-4b44-b8f9-81849de880ba", 14 | "ceterms:frameworkName": "Erewhon Qualification Levels", 15 | "ceterms:targetName": "Level 3" 16 | } 17 | 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Rubrics/asnNotesAndQueries.txt: -------------------------------------------------------------------------------- 1 | 2 | asn:hasCriterion 3 | rdfs:label "Has Criterion" 4 | rdfs:description "RubricCriterian referenced by the Rubric that defining criterion to be met to demonstrate quality in execution in performance of a task or obtaining an objectivetask." 5 | 6 | -- what is objectivetask ? 7 | 8 | asn:criterionFor 9 | rdfs:label "Criterian For" 10 | rdfs:description "Reference to the asn:Rubric to which the asn:RubricCriteria being described belongs." 11 | 12 | -- spelling in label "Criterian" 13 | -- should it be asn:RubricCriterion? or Rubric Criterion 14 | 15 | asn:levelFor 16 | rdfs:label "Level For" 17 | rdfs:description "Reference to the asn:RubricCriterian to which the asn:CriterionLevel being described belongs." 18 | 19 | -- spelling "Criterian" 20 | -- should it be asn:RubricCriterion? or Rubric Criterion 21 | -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/policy-example.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "http://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "http://example.org/resources/" 6 | } 7 | ], 8 | "@graph": [ 9 | { 10 | "@id": "res:ce-56615a9f-256c-4557-8554-ce4df58905fa", 11 | "@type": "ceterms:PriorLearningPolicy", 12 | "ceterms:learningRecognitionMethodType": "lrMethod:IPLA", 13 | "ceterms:hasStatement": { 14 | "@type": "ceterms:StructuredStatement", 15 | "ceterms:statementText": { 16 | "en": "Prospective students will be assessed individually in order to place them at an appropriate stage of the program...." 17 | }, 18 | "ceterms:statementType": "statementCat:LRMethod" 19 | } 20 | } 21 | ] 22 | } -------------------------------------------------------------------------------- /SchedulePatterns/readme.md: -------------------------------------------------------------------------------- 1 | ## Scheduling Patterns for Learning Opportunities and Assessments 2 | 3 | [Issue #778](https://github.com/CredentialEngine/Schema-Development/issues/778) 4 | 5 | - [x] [Proposal to TAG](https://docs.google.com/document/d/1onMYNgr7VWTqbhTe2USD8To3NjTLAhF-nfSH7-cm_pA/edit) (Google doc) 6 | - [x] [Diagram](https://app.diagrams.net/#G1y-jRHU9mtB9POU4yGGxnD7VCH92etsH6) (diagrams.net), 7 | - [Domain Model](https://drive.google.com/file/d/1q6sBuuW9OwKtkzBLFktb0oOOUZBfnGn4/view?usp=sharing)(png export) 8 | - [x] Examples: 9 | - [scheduleExample1.json](scheduleExample1.json), [diagram](https://drive.google.com/file/d/1IP7PqLXyxMgZPjCHjlHPhY0y_LbSey56/view?usp=sharing) (png export) 10 | - [scheduleExample2.json](scheduleExample2.json) [diagram](https://drive.google.com/file/d/1Cr_iNr1MqZYFrvSUBTPaXjdchUt6lGk2/view?usp=sharing) (png export) 11 | - [x] [terms proposal](proposal.txt) 12 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/HeriotWatt/components.spql: -------------------------------------------------------------------------------- 1 | # to retrieve pathway components 2 | # tested on HW pathway data 3 | # won't work if child components are in a list 4 | prefix ceterms: 5 | prefix ceasn: 6 | prefix qdata: 7 | prefix schema: 8 | prefix skos: 9 | prefix rdf: 10 | prefix rdfs: 11 | prefix res: 12 | prefix xsd: 13 | 14 | select ?pwName ?cName where { 15 | ?pathway a ceterms:Pathway ; 16 | ceterms:name ?pwName ; 17 | ceterms:hasDestinationComponent / ceterms:precededBy* / ceasn:hasChild* ?component . 18 | ?component ceterms:name ?cName . 19 | 20 | } 21 | -------------------------------------------------------------------------------- /CredentialTypes/readme.md: -------------------------------------------------------------------------------- 1 | ## Credential Types 2 | 3 | This folder if for materials relating to the proposal to extend data capabilities relating to Credential Types. 4 | 5 | ### Background Docs and Folders 6 | - Focus Group [meetings and shared documents](https://drive.google.com/drive/folders/1v8foCL9CDQoiAdzuYjyLWi1OlpZJ6oNJ?usp=drive_link) 7 | 8 | ### Required Documentation 9 | 10 | - [Use cases](https://docs.google.com/spreadsheets/d/1o5a-DFEt8Ct7u8WB2RqpTp5fdnib05EHm-UjNi4wH_c/edit?usp=drive_link) 11 | 12 | ### Proposal 13 | - Domain model 14 | - [Overview](Diagrams/domainModel.png) 15 | - [Source](https://drive.google.com/file/d/1YRyvcS8s6QXErz7Ts5qHFB-or4I3udm1/view?usp=drive_link) (restricted access). 16 | - [Terms proposal (doc)](https://docs.google.com/document/d/1L70xv0irGD7oDtvbvFEtqoU8sZqa2KHEFnzBY8nGEU0/edit?usp=drive_link) 17 | - [Issue 992: technical proposal and discussion](https://github.com/CredentialEngine/Schema-Development/issues/992) -------------------------------------------------------------------------------- /CourseProgramExamples/programWithLifeCycle.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": { 3 | "ceterms": "https://purl.org/ctdl/terms/", 4 | "ceasn": "https://purl.org/ctdlasn/terms/", 5 | "res": "http://example.edu/resources/", 6 | "lifeCycle": "https://purl.org/ctdl/terms/LifeCycleStatus/" 7 | }, 8 | "@id": "res:1ca80f84-9331-4855-a746-13613a08c101", 9 | "@type": "ceterms:LearningProgram", 10 | "ceterms:name": { 11 | "en-US": "Applied Data Science" 12 | }, 13 | "ceterms:description": { 14 | "en-US": "The applied data science program leads to the Masters degree in Applied Data Science..." 15 | }, 16 | "ceterms:subjectWebpage": "https://example.edu/Programs/AppliedDataScience/", 17 | "ceterms:inLanguage": "en-US", 18 | "ceterms:lifeCycleStatusType": { 19 | "@type": "ceterms:CredentialAlignmentObject", 20 | "ceterms:targetNode": { 21 | "@id": "lifeCycle:Ceased" 22 | }, 23 | "ceterms:targetName": { 24 | "en-US": "Ceased" 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s1_1_DegreeInRegistry.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "new": "http://example.org/new/", 11 | "achievement": { 12 | "@id": "new:achievement" 13 | } 14 | } 15 | ], 16 | "id": "http://example.edu/credentials/3732", 17 | "type": "VerifiableCredential", 18 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 19 | "issuanceDate": "2010-01-01T00:00:00Z", 20 | "credentialSubject": { 21 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 22 | "achievement": { 23 | "id": "res:ce-49247727-7cbd-4f0e-8179-e51036d1f14a", 24 | "type": "ceterms:BachelorDegree", 25 | "ceterms:name": { 26 | "en-US": "Bachelor’s Degree" 27 | } 28 | } 29 | }, 30 | "proof": {} 31 | } 32 | -------------------------------------------------------------------------------- /Certificates/readme.md: -------------------------------------------------------------------------------- 1 | ## Certificates 2 | 3 | This folder is for material relating extension of CTDL Certificates class. 4 | 5 | ### Background docs and folders 6 | 7 | * Main tracking issue [#914 Certificates Task Group Proposal](https://github.com/CredentialEngine/Schema-Development/issues/914) 8 | * Earlier discussion [#836 Types of Certificate](https://github.com/CredentialEngine/Schema-Development/issues/836) 9 | 10 | ### Task Group 11 | 12 | * [Charter](https://docs.google.com/document/d/1i9485h6LQwL_efZXPPhRxndWy868q2mU6zBKuYtZXSg/edit?usp=sharing) 13 | * [Meetings and associated documents](https://drive.google.com/drive/folders/1Ugs2Wdc4apRFmLWDiy5bt2TEMpWyqDSd?usp=drive_link) (Google Folder) 14 | * [Use cases](https://docs.google.com/spreadsheets/d/12u4gO3uBPiTJ9JTN8Qgc-do-y9NwgRl9alU6sNvgjkk/edit?usp=sharing) 15 | * [Shared Resources](https://drive.google.com/drive/folders/1btFae5W7q_v2oyk4WB7t_goXuSI0yXhH?usp=drive_link) 16 | * [Proposal](https://docs.google.com/document/d/1GdTnh_qv2TsL2jwTTLky2FchWhLjEEau2m7MTuiwmbo/edit?usp=drive_link) (Google doc) 17 | -------------------------------------------------------------------------------- /EEOMetrics/Examples/readme.md: -------------------------------------------------------------------------------- 1 | ## JSON-LD Examples illustrating data for Educational and Occupational Outcomes 2 | 3 | The following are used as examples in the QData Handbook 4 | 5 | - handbookSimpleExample.json 6 | - handbookQDataMultiDim.json 7 | - handbookQDataServcieDistribution.json 8 | 9 | hanbookMultiDim.json is drafted for inclusion as an advanced example. 10 | 11 | ### Examples based on PASSHE Workforce Outcomes Data 12 | These are older examples and may not reflect the final changes made as a result of the EEOM task group. 13 | 14 | Source data in the registry: https://credentialfinder.org/outcomeData/8433/PASSHE_Workforce_Outcomes_Data 15 | 16 | - simpler.json : Uses BNodes and no dimensions, not quite the simplest possible. 17 | - simple.json : Uses named metrics which can be reused for different credentials, time periods, locations. 18 | - smart.json : Uses dimensions and metrics to publish data for many credentials according to the same metric. 19 | - tooSn.json : Uses dimensions for credentials and cohort year to publish longitudinal data (TooSmart by half) 20 | -------------------------------------------------------------------------------- /CourseProgramExamples/README.md: -------------------------------------------------------------------------------- 1 | ## Learning Program and Course Examples ## 2 | 3 | Examples of new terms and concepts proposed Sept 2021. 4 | 5 | ### Examples 6 | New terms and concepts are _emphasized_ 7 | 8 | 1. __programWithCourses.json__ a graph showing a Credential (a masters degree), _LearningProgram_ that students must take to earn the credential, and the _Courses_ that are parts of this program. The LearningProgram and Courses are offered by the institution that owns the Credential at that institutions main campus. 9 | 10 | 2. __courseWithLifeCycle.json__ a single course with _lifeCycleStatusType_ of _lifeCycle:Ceased_ showing that it is no longer offered. 11 | 12 | The next two examples show alternative approaches to modelling schedule patterns, one is simple and the other is complex. 13 | 14 | 3. __scheduleExample1__ a single course with _typicalSchedule_ with _scheduleFrequency->Weekly_ and _scheduleTiming->Daytime_ showing it is offered on a weekly basis during the day. 15 | 16 | 3. __scheduleExample2__ a single course offered in two places with different _typicalSchedule_ for each place. 17 | -------------------------------------------------------------------------------- /CreativeWorks/README.md: -------------------------------------------------------------------------------- 1 | # List of properties that should be considered for any creative work 2 | 3 | [propertiesForCreativeWorks.csv](./propertiesForCreativeWorks.csv) is a list properties that may be useful for any type of "creative work", i.e. any document, report, policy or the like. 4 | 5 | The idea is not that all the properties are used automatically, but that this list is pruned to those that are applicable. To that end the CSV can be imported into a spread sheet and columns added with notes as to their suitability. In particular, where there are similar properties in the ceterms: and ceasn: namespaces be careful not to use both without a clear reason. 6 | 7 | Before using, make sure that this list has been updated to reflect recent changes in CTDL. 8 | 9 | Points to remember: 10 | - Some of the property definitions will need changin if their domain is extended. 11 | - Several of the properties have inverse properties that should be considered for addition to other entity types when applicable. 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /HandbookExamples/QualificationsFramework/basicDescription.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://credreg.net/ctdl/schema/context/json", 4 | {"res": "https://example.org/resources/"} 5 | ], 6 | "@graph": [ 7 | { 8 | "@type": "ceterms:QualificationsFramework", 9 | "@id": "res:ce-488c5056-6b75-4db3-95d2-403262f4a5a4", 10 | "ceterms:name": { "en": "The Erewhon Qualifications Framework"}, 11 | "ceterms:description": { "en": "The Erewhon Qualifications Framework aims to ..." }, 12 | "ceterms:ctid" : "ce-488c5056-6b75-4db3-95d2-403262f4a5a4", 13 | "ceterms:identifier": { 14 | "@type": "ceterms:IdentiferValue", 15 | "ceterms:identifierTypeName": "EWN", 16 | "ceterms:identifierValueCode": "1234r2" 17 | }, 18 | "ceasn:publicationStatusType": { 19 | "@type": "ceterms:CredentialAlignmentObject", 20 | "ceterms:targetNode": "publicationStatus:Published" 21 | }, 22 | "ceterms:inLanguage": "en", 23 | "ceterms:dateEffective": "2025-01-15", 24 | "ceterms:ownedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 25 | "ceterms:approvedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 26 | "ceterms:jurisdiction": "res:ce-e6ce7f93-5fca-4048-a85b-2202da791bc5", 27 | "ceterms:subjectWebpage": "https://example.edu/erewhonQF" 28 | } 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s1_3_LinkToDegreeInRegistry.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "owl": "http://www.w3.org/2002/07/owl#", 8 | "owl:sameAs": { 9 | "@type": "@id" 10 | } 11 | }, 12 | { 13 | "res": "https://credentialengineregistry.org/resources/" 14 | }, 15 | { 16 | "new": "http://example.org/new/", 17 | "achievement": { 18 | "@id": "new:achievement" 19 | } 20 | } 21 | ], 22 | "id": "http://example.edu/credentials/3732", 23 | "type": "VerifiableCredential", 24 | "issuer": { 25 | "id": "did:example:4bc4ba39fc280d2549863dc74f6", 26 | "owl:sameAs": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50" 27 | }, 28 | "issuanceDate": "2010-01-01T00:00:00Z", 29 | "credentialSubject": { 30 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 31 | "achievement": { 32 | "id": "http://inludo.docemus.edu/creds/BSSciArt", 33 | "type": "ceterms:BachelorDegree", 34 | "owl:sameAs": "res:ce-49247727-7cbd-4f0e-8179-e51036d1f14a", 35 | "ceterms:name": { 36 | "en-US": "Bachelor’s Degree" 37 | } 38 | } 39 | }, 40 | "proof": {} 41 | } 42 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Pro Path/Kansas Degree Stats full.json: -------------------------------------------------------------------------------- 1 | //https://ksdegreestats.org/ProspectusController?app=prospectus&ficeInstId=001910&programNbr=283 2 | { 3 | "@type": "ceterms:AssociateDegree", 4 | "ceterms:employmentOutcome": [ 5 | "https://.../ce-abc" 6 | ] 7 | } 8 | 9 | { 10 | "@id": "https://.../ce-abc", 11 | "@type": "ceterms:EmploymentOutcomeProfile", 12 | "ceterms:ctid": "ce-abc", 13 | "qdata:relevantDataSet": [ 14 | "https://.../ce-123" 15 | ] 16 | } 17 | 18 | { 19 | "@id": "https://.../ce-123", 20 | "@type": "qdata:DataSetProfile", 21 | "ceterms:ctid": "ce-123", 22 | "qdata:dataSetTimePeriod": [ 23 | { 24 | "@type": "qdata:DataSetTimeFrame", 25 | "qdata:dataAttributes": [ 26 | { 27 | "@type": "qdata:DataProfile", 28 | "qdata:employmentRate": [ 29 | { 30 | "@type": "schema:QuantitativeValue", 31 | "qdata:percentage": 88.0 32 | } 33 | ], 34 | "qdata:earningsAmount": [ 35 | { 36 | "@type": "schema:MonetaryAmount", 37 | "schema:value": 44439, 38 | "schema:description": { "en": "Upon Entry" }, 39 | "schema:currency": "USD" 40 | }, 41 | { 42 | "@type": "schema:MonetaryAmount", 43 | "schema:value": 49333, 44 | "schema:description": { "en": "After 5 years" }, 45 | "schema:currency": "USD" 46 | } 47 | ] 48 | } 49 | ] 50 | } 51 | ] 52 | } 53 | -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s_2_1_StandaloneCompetence.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "new": "http://example.org/new/", 11 | "achievement": { 12 | "@id": "new:achievement" 13 | } 14 | } 15 | ], 16 | "id": "http://example.edu/credentials/3732", 17 | "type": "VerifiableCredential", 18 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 19 | "issuanceDate": "2010-01-01T00:00:00Z", 20 | "credentialSubject": { 21 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 22 | "achievement": [ 23 | { 24 | "type": "ceasn:Competency", 25 | "id": "res:ce-84958217-1323-46fe-87c8-652120800190", 26 | "ceasn:codedNotation": "EXKSCI1", 27 | "ceasn:competencyLabel": "Knowledge of Science", 28 | "ceasn:competencyText": "Demonstrate a good knowledge of science…" 29 | }, 30 | { 31 | "type": "ceasn:Competency", 32 | "id": "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c", 33 | "ceasn:codedNotation": "EXKART1", 34 | "ceasn:competencyLabel": "Knowledge of Arts", 35 | "ceasn:competencyText": "Demonstrate a good knowledge of arts…" 36 | } 37 | ] 38 | }, 39 | "proof": {} 40 | } 41 | -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/ta-example.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "http://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "http://example.org/resources/" 6 | } 7 | ], 8 | "@graph": [ 9 | { 10 | "@id": "res:ce-56615a9f-256c-4557-8554-ce4df58905fa", 11 | "@type": "ceterms:TransferAgreement", 12 | "ceasn:creator": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 13 | "ceterms:sendingOrganization": "res:ce-8be8cbc5-7764-4339-9c2b-82cda031dd1c", 14 | "ceterms:receivingOrganization": "res:ce-e12beb02-b506-401b-a898-f5de69a072c0", 15 | "ceterms:sendingDepartment": "res:ce-ad7df1a4-2829-4eb4-a23a-79b7e0fd0eba", 16 | "ceterms:receivingDepartment": "res:ce-b662de80-7ae2-4e53-a8ca-5cf4856e7e23", 17 | "ceterms:sendingProgram": "res:ce-79c8319b-35f8-4b5b-87c9-51df174febf3", 18 | "ceterms:receivingProgram": "res:ce-8e3d83ee-bf56-439c-98d8-0f269dafd3a5", 19 | "ceterms:hasTransferValueProfile": [ 20 | "res:ce-ecdf8840-2222-4832-bed0-0af77d7a4a0c", 21 | "res:ce-f26b1a44-cd78-4987-94cc-48179152e444", 22 | "res:ce-0fc28030-93af-4c26-b5f2-330e2115588b", 23 | "res:ce-293f4b50-f608-4602-b8bf-89e744f12f0f" 24 | ], 25 | "ceterms:hasSupportService": "res:ce-7544deb5-dd0b-4d6e-afdb-690fb9289061" 26 | } 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Pro Path/Kansas Degree Stats example simpler.json: -------------------------------------------------------------------------------- 1 | //https://ksdegreestats.org/ProspectusController?app=prospectus&ficeInstId=001910&programNbr=283 2 | { 3 | "@type": "ceterms:AssociateDegree", 4 | "ceterms:employmentOutcome": [ 5 | { 6 | "@type": "ceterms:EmploymentOutcomeProfile", 7 | "qdata:relevantDataSet": [ 8 | "https://.../ce-123" 9 | ] 10 | } 11 | ], 12 | "ceterms:earnings": [ 13 | { 14 | "@type": "ceterms:EarningsProfile", 15 | "qdata:relevantDataSet": [ 16 | "https://.../ce-123" 17 | ] 18 | } 19 | ] 20 | } 21 | 22 | { 23 | "@id": "https://.../ce-123", 24 | "@type": "qdata:DataSetProfile", 25 | "qdata:dataSetTimePeriod": [ 26 | { 27 | "@type": "qdata:DataSetTimeFrame", 28 | "qdata:dataAttributes": [ 29 | { 30 | "@type": "qdata:DataProfile", 31 | "qdata:employmentRate": [ 32 | { 33 | "@type": "schema:QuantitativeValue", 34 | "qdata:percentage": 88.0 35 | } 36 | ], 37 | "qdata:earningsAmount": [ 38 | { 39 | "@type": "schema:MonetaryAmount", 40 | "schema:value": 44439, 41 | "schema:description": { "en": "Upon Entry" }, 42 | "schema:currency": "USD" 43 | }, 44 | { 45 | "@type": "schema:MonetaryAmount", 46 | "schema:value": 49333, 47 | "schema:description": { "en": "After 5 years" }, 48 | "schema:currency": "USD" 49 | } 50 | ] 51 | } 52 | ] 53 | } 54 | ] 55 | } 56 | -------------------------------------------------------------------------------- /EEOMetrics/readme.md: -------------------------------------------------------------------------------- 1 | ## Educational and Employment Outcomes Metrics 2 | 3 | This folder if for materials relating to the proposal to extend data capabilities relating to educational and employment outcomes metrics in CTDL QDATA. 4 | 5 | ### Background Docs and Folders 6 | 7 | - Issue [941](https://github.com/CredentialEngine/Schema-Development/issues/941) Includes links to several related issues. 8 | - Task Group [meetings and shared documents](https://drive.google.com/drive/folders/1qIADDZMS3eiUKYtGjd6rCOEtc9Esbkts?usp=drive_link). 9 | 10 | ### Required Documentation 11 | 12 | - [Task Group charter](https://docs.google.com/document/d/1Nbi7D7G-UcW2YLCEBFd_6PhSrQDyW2S-A52ASJgNyD0/edit?usp=drive_link) including scope. 13 | - [Use cases](https://docs.google.com/spreadsheets/d/1BVU88vlwRXrJNWSfAOsFQiU9TdtTsfXQSXwd2GQaqIw/edit?usp=sharing) spreadsheet with analysis. 14 | - [Contributed data examples](https://drive.google.com/drive/folders/17pIvsmRGzbJsUXMs5-wX-i65V6kt1AZq?usp=drive_link). 15 | 16 | ### Proposal 17 | - Data Model 18 | - [Simple overview](Diagrams/simplifiedModel.png). 19 | - [Full model](Diagrams/fullDomainModel.png). 20 | - [Source](https://drive.google.com/file/d/1RCbWSgWNxJmJ1iPrFLibJmixvnAyZ9Gp/view?usp=drive_link) (restricted access). 21 | - [Terms proposal (doc)](https://docs.google.com/document/d/1pxFdK1bGktQz-xAUbNrYljhfK3dfmoLkmONcvsKDg2c/edit?usp=sharing). 22 | - [Changes (code)](https://github.com/CredentialEngine/Schema-Development/issues/941). 23 | - [Code Examples](Examples/). 24 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Pro Path/Aggregate Data Profile - Handbook Example: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:ce-c69e4932-0fdd-4b8a-9ba7-f4470e2cfdae", 3 | "@type": "ceterms:AssociateDegree", 4 | "ceterms:aggregateData": [ 5 | { 6 | "@type": "ceterms:AggregateDataProfile", 7 | "ceterms:dateEffective": "2018-01-01", 8 | "ceterms:name": { 9 | "en": "2017 Aggregate Data" 10 | }, 11 | "ceterms:description": { 12 | "en": "Aggregate data for the period of 2017-01-01 through 2017-12-31" 13 | }, 14 | "ceterms:postReceiptMonths": 12, 15 | "ceterms:highEarnings": 89051, 16 | "ceterms:medianEarnings": 62083, 17 | "ceterms:lowEarnings": 45633, 18 | "ceterms:currency": "USD", 19 | "ceterms:numberAwarded": 1210, 20 | "ceterms:jobsObtained": 984, 21 | "ceterms:demographicInformation": { 22 | "en": "The enrolled student population at the College is 47.9% White, 34.3% Hispanic or Latino, 5.25% Two or More Races..." 23 | }, 24 | "ceterms:jurisdiction": [ 25 | { 26 | "@type": "ceterms:JurisdictionProfile", 27 | "ceterms:mainJurisdiction": { 28 | "@type": "ceterms:Place", 29 | "ceterms:name": { 30 | "en": "Sonoma County, California" 31 | }, 32 | "ceterms:latitude": 38.52529, 33 | "ceterms:longitude": -122.92254, 34 | "ceterms:geoURL": "https://sws.geonames.org/5397100" 35 | } 36 | } 37 | ], 38 | "qdata:relevantDataSet": [ 39 | "https://credentialengineregistry.org/resources/ce-61803143-1c5f-41c7-875c-6cfd4bfcc6d7" 40 | ] 41 | } 42 | ] 43 | } 44 | -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s_4_1_AssessmentAccreditation.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "new": "http://example.org/new/", 11 | "achievement": { 12 | "@id": "new:achievement" 13 | } 14 | } 15 | ], 16 | "id": "http://example.edu/credentials/3732", 17 | "type": "VerifiableCredential", 18 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 19 | "issuanceDate": "2010-01-01T00:00:00Z", 20 | "credentialSubject": { 21 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 22 | "achievement": [ 23 | { 24 | "id": "res:ce-122e67dd-2a5f-4bdf-845d-3d0e2a5feca4", 25 | "type": "ceterms:AssessmentProfile", 26 | "ceterms:name": { 27 | "en-US": "Examination in Science and Arts" 28 | }, 29 | "ceterms:offeredBy": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 30 | "ceterms:accreditedBy": { 31 | "id": "res:ce-959dd970-e319-4057-8f7c-afe2fc293ba9", 32 | "ceterms:name": { 33 | "en-US": "Supreme Council for Science and Arts" 34 | } 35 | }, 36 | "ceterms:assesses": [ 37 | "res:ce-84958217-1323-46fe-87c8-652120800190", 38 | "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c" 39 | ] 40 | } 41 | ] 42 | }, 43 | "proof": {} 44 | } 45 | -------------------------------------------------------------------------------- /Transfer Value Profile/CTDL - Course - Elon University - Accounting 1.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-fc0db2c2-86b8-4a7c-8034-4d81041e0c33", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:name": "Transfer Course Equivalencies", 7 | "ceterms:subjectWebpage": "https://www.elon.edu/transferarticulation/", 8 | "ceterms:ownedBy": [ 9 | "https://credentialengineregistry.org/resources/ce-33b14188-1871-4d75-b065-45cf7edeece4" 10 | ], 11 | "ceterms:transferValue": [ 12 | { 13 | "@type": "ceterms:ValueProfile", 14 | "schema:value": 4.0, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ] 18 | } 19 | ], 20 | "ceterms:transferValueFrom": [ 21 | "_:LOP_ACC120" 22 | ], 23 | "ceterms:transferValueFor": [ 24 | "https://credentialengineregistry.org/resources/ce-5452eac8-7cbd-4d94-a5b6-a01b80554ac1" 25 | ] 26 | }, 27 | { 28 | "@id": "_:LOP_ACC120", 29 | "@type": "ceterms:LearningOpportunityProfile", 30 | "ceterms:name": { "en": "Prin of Financial Accounting" }, 31 | "ceterms:identifier": [ 32 | { 33 | "@type": "ceterms:IdentifierValue", 34 | "ceterms:identifierValueCode": "ACC120" 35 | } 36 | ], 37 | "ceterms:ownedBy": [ 38 | "_:Org_Alamance" 39 | ], 40 | "ceterms:offeredBy": [ 41 | "_:Org_Alamance" 42 | ] 43 | }, 44 | { 45 | "@id": "_:Org_Alamance", 46 | "@type": "ceterms:CredentialOrganization", 47 | "ceterms:name": { "en": "Alamance Community College" } 48 | } 49 | ] 50 | } 51 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/UseCaseExamples/UC26.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:UC26", 3 | "@type": "_:CredentialComponent", 4 | ":description": { "en": "Must be in-person and be tied to a state/local grant,loan, or scholarship with a value of $1,000 or more." }, 5 | ":hasCondition": [ 6 | "res:UC26A", "res:UC26B" 7 | ] 8 | }, 9 | 10 | { 11 | "@id": "res:UC26A", 12 | "@type": "_:ComponentCondition", 13 | ":logicalOperator": ":and", 14 | ":hasConstraint": [ 15 | { 16 | "@type": "_:Constraint", 17 | ":leftSource": ":deliveryType", 18 | ":comparator": ":eq", 19 | ":rightSource": ":InPerson" 20 | }, 21 | 22 | { 23 | "@type": "_:Constraint", 24 | ":leftSource": ":financialAssistanceType", 25 | ":comparator": ":eq", 26 | ":rightAction": ":anyOf", 27 | ":rightSource": [ 28 | ":StateLocalGrant", ":StateLocalLoan", ":StateLocalScholarship" 29 | ] 30 | } 31 | ] 32 | }, 33 | 34 | { 35 | "@id": "res:UC26B", 36 | "@type": "_:ComponentCondition", 37 | ":logicalOperator": ":and", 38 | ":hasConstraint": [ 39 | { 40 | "@type": "_:Constraint", 41 | ":leftSource": ":financialAssistanceValue", 42 | ":comparator": ":gteq", 43 | ":rightSource": 1000 44 | }, 45 | { 46 | "@type": "_:Constraint", 47 | ":leftSource": ":unitType", 48 | ":comparator": ":eq", 49 | ":rightSource": ":USD" 50 | } 51 | ] 52 | } -------------------------------------------------------------------------------- /JDX/WorkHours.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://jobdataexchange.org/jdxcontext.json", 3 | "@graph": [ 4 | { 5 | "@id": "https://jobdataexchange.org/jdx/vocabs/workHours/", 6 | "@type": "skos:ConceptScheme", 7 | "name": {"en-us": "Work Hours"}, 8 | "description": {"en-us": "Type of scheduled hours."}, 9 | "inLanguage": ["en-US"], 10 | "publisherName": {"en-us": "Credential Engine"}, 11 | "hasTopConcept": [ 12 | "https://jobdataexchange.org/jdx/vocabs/workHours/510cd708-a6e7-45c4-b03d-7a6060aa4f5e", 13 | "https://jobdataexchange.org/jdx/vocabs/workHours/5e3b62b7-b41e-4053-899b-9112e3db4224" 14 | ] 15 | }, 16 | { 17 | "@id": "https://jobdataexchange.org/jdx/vocabs/workHours/510cd708-a6e7-45c4-b03d-7a6060aa4f5e", 18 | "@type": "skos:Concept", 19 | "prefLabel": {"en-us": "Normal"}, 20 | "definition": {"en-us": "TBD"}, 21 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/workHours/", 22 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/workHours/" 23 | }, 24 | { 25 | "@id": "https://jobdataexchange.org/jdx/vocabs/workHours/5e3b62b7-b41e-4053-899b-9112e3db4224", 26 | "@type": "skos:Concept", 27 | "prefLabel": {"en-us": "Flexible Work Hours"}, 28 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/workHours/", 29 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/workHours/" 30 | } 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /HandbookExamples/QualificationsFramework/frameworkAlignment.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@id": "res:5d8e4a04-8cf8-4355-ab52-d48354ab5fc2", 6 | "@type": "ceterms:AlignmentMap", 7 | "ceterms:name": { 8 | "en": "Erewhon to Utopia Qualifications Framework Alignment." 9 | }, 10 | "ceterms:description": { 11 | "en": "Alignment mapping from the levels in the Erewhon Qualificaitons Framework to those in the Utopia Regional Qualifications Framework." 12 | }, 13 | "ceterms:source": "https:/example.edu/alignment", 14 | "ceterms:date": "2025-01-20", 15 | "ceasn:publisher": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 16 | "schema:about": [ 17 | "res:ce-488c5056-6b75-4db3-95d2-403262f4a5a4", 18 | "res:ce-84a6294a-5cb2-4c53-84be-5534fab076fa" 19 | ], 20 | "ceterms:compares": [ 21 | "res:ce-b3fcd2f2-2ff7-4623-8ed3-c2790e9112db", 22 | "res:ce-8a517432-0ca1-479f-9d3c-46a44072b4df" 23 | ], 24 | "ceterms:hasPart": [ 25 | { 26 | "@type": "ceterms:AlignmentObject", 27 | "ceterms:sourceNode": "res:ce-d2edcf17-81ee-4f6b-b29c-8b3a7ab466b7", 28 | "ceterms:targetNode": "res:ce-916e175b-e6ab-423d-8cb6-dd798054dc46", 29 | "ceterms:alignmentType": "skos:exactMatch" 30 | } 31 | ] 32 | } 33 | ] 34 | } 35 | 36 | 37 | -------------------------------------------------------------------------------- /QualificationsFramework/readme.md: -------------------------------------------------------------------------------- 1 | ## Qualification Frameworks as data 2 | 3 | This folder if for materials relating to the proposal to extend data capabilities relating to Qualification Frameworks. 4 | 5 | ### Background Docs and Folders 6 | 7 | - Issue [970](https://github.com/CredentialEngine/Schema-Development/issues/970) Proposal and discussion. 8 | - Issues labelled as relating to [Qualifications Frameworks](https://github.com/CredentialEngine/Schema-Development/labels/Qualifications%20Framework) 9 | - Task Group [meetings and shared documents](https://drive.google.com/drive/folders/1kZPgi1HqL_kikIHkZ_22h8LGjaXcuvJg?usp=drive_link). 10 | 11 | ### Required Documentation 12 | 13 | - [Task Group charter](https://docs.google.com/document/d/1PL7aOEh-nFqP-qLmw5XK94QcmZDv1bsgh55N3nTVe0g/edit?usp=sharing) including scope. 14 | - [Use cases](https://docs.google.com/spreadsheets/d/1zwGvkV3gXw7DeXRiZm-lzvzpNC4fPt_O3KErfOZWx5M/edit?usp=drive_link) spreadsheet with analysis. 15 | 16 | ### Proposal 17 | - Data Model 18 | - [Simple overview](Diagrams/simpleOverview.png). 19 | - [Full model](Diagrams/fullDomainModel.png). 20 | - [Source](https://drive.google.com/file/d/1szUEGm4Ic9t283InbBwmjCSuX1S0xch0/view?usp=drive_link) (restricted access). 21 | - [Terms proposal (doc)](https://docs.google.com/document/d/1QzRBjZFhGLC5SRKEufU0dO9bfPKIR8HijoDqh2pw-TA/edit?usp=drive_link). 22 | - [Master sheet for proposal](https://docs.google.com/spreadsheets/d/1xVxGOtmjEow41aVWwBoPcNGQ02RRwJR_R6DcPr5vlkA/edit?usp=sharing) (restricted access). 23 | - [Changes (code)](https://github.com/CredentialEngine/Schema-Development/issues/970). 24 | - [Code Examples](Examples/). 25 | -------------------------------------------------------------------------------- /deprecated/revocationCriteria.ttl: -------------------------------------------------------------------------------- 1 | @prefix revokeCriteria: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # REVOCATION CRITERIA VOCABULARY DESCRIPTION 14 | revokeCriteria: a skos:ConceptScheme; 15 | dc:title "CTI Cost Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the revocation criteria types."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: ABANDONMENT 23 | revokeCriteria:Abandonment a skos:Concept; 24 | skos:prefLabel "Abandonment"@en-US; 25 | skos:definition "Failure to continue working in the profession/occupation addressed in the credential."@en-US; 26 | skos:inScheme revokeCriteria: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: RULE VIOLATION 30 | revokeCriteria:Violation a skos:Concept; 31 | skos:prefLabel "Violation"@en-US; 32 | skos:definition "Failure to maintain good standing in the occupation/profession (disciplinary action)."@en-US; 33 | skos:inScheme revokeCriteria: ; 34 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /SchedulePatterns/scheduleExample1.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "http://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "http://example.edu/resources/", 6 | "frequency": "https://purl.org/ctdl/vocabs/ScheduleFrequency/", 7 | "timing": "https://purl.org/ctdl/vocabs/ScheduleTiming/" 8 | } 9 | ], 10 | "@graph": [ 11 | { 12 | "@id": "res:ce-1ca80f84-9331-4855-a746-13613a08c201", 13 | "@type": "ceterms:Course", 14 | "ceterms:name": { 15 | "en": "Data Analysis with Python" 16 | }, 17 | "ceterms:description": { 18 | "en": "Students will learn how to perform statistical analysis using the Python programming language..." 19 | }, 20 | "ceterms:availableAt": { 21 | "@type": "ceterms:Place", 22 | "ceterms:name": { 23 | "en": "Main Campus" 24 | }, 25 | "ceterms:streetAddress": { 26 | "en": "Campus St" 27 | }, 28 | "ceterms:addressLocality": { 29 | "en": "Sunnydale" 30 | }, 31 | "ceterms:addressRegion": { 32 | "en": "CA" 33 | } 34 | }, 35 | "ceterms:offerFrequencyType": { 36 | "@type": "ceterms:CredentialAlignmentObject", 37 | "ceterms:targetNode": "frequency:Annually", 38 | "ceterms:targeName": "Annually" 39 | }, 40 | "ceterms:scheduleFrequencyType": { 41 | "@type": "ceterms:CredentialAlignmentObject", 42 | "ceterms:targetNode": "frequency:Weekly", 43 | "ceterms:targeName": "Weekly" 44 | }, 45 | "ceterms:scheduleTimingType": { 46 | "@type": "ceterms:CredentialAlignmentObject", 47 | "ceterms:targetNode": "timing:Daytime", 48 | "ceterms:targeName": "Daytime" 49 | } 50 | } 51 | ] 52 | } 53 | -------------------------------------------------------------------------------- /PriorLearningRecognition/readme.md: -------------------------------------------------------------------------------- 1 | ## Prior Learning Recognition Agreements and Policies 2 | 3 | This folder is for materials relating to the proposal to extend data capabilities relating to recognition of prior learning, transfer articulation and agreements and policies regarding credit transfer. 4 | 5 | ### Github Issues 6 | - Label [Prior Learning Recognition](https://github.com/CredentialEngine/Schema-Development/issues?q=is%3Aissue%20label%3A%22Prior%20Learning%20Recognition%22) 7 | - [Tracking issue](https://github.com/CredentialEngine/Schema-Development/issues/1008) 8 | 9 | ### Task Group Documents 10 | 11 | - Task Group [charter and scope](https://docs.google.com/document/d/1iJkhEjH-kfj1JHQxsUfoR0qtABchddMTBSTU7pippGg/edit?usp=sharing). 12 | - Task Group [meetings and shared documents](https://drive.google.com/drive/folders/1Yamt-xTLBRXSfGOIhoGNHQvGSVA_QGyd?usp=drive_link). 13 | - [Use cases spreadsheet with analysis](https://docs.google.com/spreadsheets/d/1sNoKinGkrJFEbnLBnJo6xfVN5BI0oyyEiXR40jSZ-9Y/edit?usp=sharing). 14 | 15 | 16 | ### Proposal 17 | 18 | - Domain model (divided in three parts for ease of viewing). 19 | - [Transfer Agreements](Diagrams/TA-Model.png) 20 | - [Policies](Diagrams/Policy-Model.png) 21 | - [Transfer Value](Diagrams/TV-Model.png) 22 | - [Source](https://drive.google.com/file/d/1QxCkGTC-PbeEmaDAh0MUAr-mr2oRNPaf/view?usp=drive_link) (restricted access). 23 | - [Terms proposal (doc)](https://docs.google.com/document/d/1TLt0HHNkz8IgdcW3AkwjkJXIMAcdyK70KW1XEfJhY4c/edit?usp=drive_link) 24 | - Technical proposals and discussion 25 | - [for StructuredStatements](https://github.com/CredentialEngine/Schema-Development/issues/1001#issuecomment-3206619380) 26 | - for Policy documents (TBD) 27 | - for TransferAgreement documents (TBD) 28 | 29 | [TBD = To be Done] 30 | -------------------------------------------------------------------------------- /PriorLearningRecognition/Examples/tv-example.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "http://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "http://example.org/resources/" 6 | } 7 | ], 8 | "@graph": [ 9 | { 10 | "@id": "res:ce-ecdf8840-2222-4832-bed0-0af77d7a4a0c", 11 | "@type": "ceterms:TransferValueProfile", 12 | "ceterms:ownedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 13 | "ceterms:evaluationProcess": { 14 | "@type": "ceterms:ProcessProfile", 15 | "ceterms:processMethod": "http://example.org/processes/001#method", 16 | "ceterms:processStandards": "http://example.org/Pprocesses/001#standards", 17 | "ceterms:processingAgent": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4" 18 | }, 19 | "ceterms:evaluationEvidence": { 20 | "@type": "ceterms:EvaluationOutcome", 21 | "ceterms:subjectWebPage": "http://example.org/evidenceOutcome/001", 22 | "ceterms:hasStatement": { 23 | "@type": "ceterms:StructuredStatement", 24 | "ceterms:statementText": { 25 | "en": "..." 26 | } 27 | } 28 | }, 29 | "ceterms:transferValueFrom": "res:ce-4a96e17f-aba7-41a2-b4ae-df88ba23dee6", 30 | "ceterms:transferValueFor": "res:ce-dab6c03f-4209-4310-8723-40ef7f25a2cb", 31 | "ceterms:transferValue": { 32 | "@type": "ceterms:ValueProfile", 33 | "ceterms:value": 15, 34 | "ceterms:creditUnitType": "creditUnit:DegreeCredit", 35 | "ceterms:credtiLevelType": "audLevel:UpperDivisionLevel" 36 | } 37 | } 38 | ] 39 | } -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s_2_2_CompetenceAndDegree.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "new": "http://example.org/new/", 11 | "achievement": { 12 | "@id": "new:achievement" 13 | } 14 | } 15 | ], 16 | "id": "http://example.edu/credentials/3732", 17 | "type": "VerifiableCredential", 18 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 19 | "issuanceDate": "2010-01-01T00:00:00Z", 20 | "credentialSubject": { 21 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 22 | "achievement": [ 23 | { 24 | "id": "res:ce-49247727-7cbd-4f0e-8179-e51036d1f14a", 25 | "type": "ceterms:BachelorDegree", 26 | "ceterms:name": { 27 | "en-US": "Bachelor’s Degree" 28 | }, 29 | "ceterms:requires": [ 30 | "res:ce-84958217-1323-46fe-87c8-652120800190", 31 | "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c" 32 | ] 33 | }, 34 | { 35 | "id": "res:ce-84958217-1323-46fe-87c8-652120800190", 36 | "type": "ceasn:Competency", 37 | "ceasn:codedNotation": "EXKSCI1", 38 | "ceasn:competencyLabel": "Knowledge of Science", 39 | "ceasn:competencyText": "Demonstrate a good knowledge of science…" 40 | }, 41 | { 42 | "id": "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c", 43 | "type": "ceasn:Competency", 44 | "ceasn:codedNotation": "EXKART1", 45 | "ceasn:competencyLabel": "Knowledge of Arts", 46 | "ceasn:competencyText": "Demonstrate a good knowledge of arts…" 47 | } 48 | ] 49 | }, 50 | "proof": {} 51 | } 52 | -------------------------------------------------------------------------------- /EEOMetrics/Examples/handbookQDataServiceDistrib.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "https://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@id": "res:43545db0-02c4-4bfd-9c94-6af856e26c0c", 6 | "@type": "qdata:DataSetProfile", 7 | "ceterms:name": { 8 | "en": "National Educational Achievement Dataset" 9 | }, 10 | "qdata:hasDataSetService": { 11 | "@type": "qdata:DataSetService", 12 | "ceterms:name": { 13 | "en": "National Educational Achievement Analytics Service" 14 | }, 15 | "ceasn:rights": { 16 | "en": "Data is owned by the National Education Board..." 17 | }, 18 | "ceterms:subjectWebpage": "http://example.com/NEAAS/dashboard/" 19 | }, 20 | "qdata:hasDataSetDistribution": [ 21 | { 22 | "@type": "qdata:DataSetDistribution", 23 | "ceterms:name": { 24 | "en": "National Educational Achievement Dataset (CSV)" 25 | }, 26 | "qdata:mediaType": "text/csv", 27 | "ceterms:source": "http://example.edu/NEAAS/downloads/nead.csv" 28 | }, 29 | { 30 | "@type": "qdata:DataSetDistribution", 31 | "ceterms:name": { 32 | "en": "National Educational Achievement Dataset (rdf/turtle)" 33 | }, 34 | "qdata:mediaType": "text/turtle", 35 | "qdata:conformsTo": "https://credreg.net/qdata/", 36 | "ceterms:source": "http://example.edu/NEAAS/downloads/nead.ttl" 37 | } 38 | ] 39 | } 40 | ] 41 | } 42 | -------------------------------------------------------------------------------- /EEOMetrics/Examples/handbookQDataSimpleExample.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "https://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@id": "res:0175d37f-44cc-460b-9045-c5d01f9018b2", 6 | "@type": "ceterms:LearningProgram", 7 | "ceterms:name": { 8 | "en": "Accounting Assistant" 9 | }, 10 | "ceterms:offeredBy": "res:ab39eb19-eb0b-4aaf-8bdf-fde524fcf14b", 11 | "qdata:relevantDataSet": "res:43545db0-02c4-4bfd-9c94-6af856e26c0c" 12 | }, 13 | { 14 | "@id": "res:43545db0-02c4-4bfd-9c94-6af856e26c0c", 15 | "@type": "qdata:DataSetProfile", 16 | "qdata:hasMetric": "res:040c8cfc-9d44-4fe6-b1c1-452535f152a3", 17 | "qdata:hasObservation": "res:dc9796b7-e7d2-4bde-a2c6-37963daa902a", 18 | "qdata:dataProvider": "res:ab39eb19-eb0b-4aaf-8bdf-fde524fcf14b" 19 | }, 20 | { 21 | "@id": "res:040c8cfc-9d44-4fe6-b1c1-452535f152a3", 22 | "@type": "qdata:Metric", 23 | "ceterms:name": { 24 | "en": "Completion Rate" 25 | }, 26 | "ceterms:description": { 27 | "en": "The percentage of enrolled students who reach the end of the program, regardless of whether they pass." 28 | } 29 | }, 30 | { 31 | "@id": "res:dc9796b7-e7d2-4bde-a2c6-37963daa902a", 32 | "@type": "qdata:Observation", 33 | "qdata:isObservationOf": "res:040c8cfc-9d44-4fe6-b1c1-452535f152a3", 34 | "qdata:percentage": 80, 35 | "qdata:sizeOfPopulation": 145, 36 | "qdata:sizeOfData": 145 37 | }, 38 | { 39 | "@id": "res:ab39eb19-eb0b-4aaf-8bdf-fde524fcf14b", 40 | "@type": "ceterms:CredentialOrganization" 41 | } 42 | ] 43 | } -------------------------------------------------------------------------------- /deprecated/assessmentDelivery.ttl: -------------------------------------------------------------------------------- 1 | @prefix assessDelivery: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # ASSESSMENT DELIVERY TYPE VOCABULARY DESCRIPTION 14 | assessDelivery: a skos:ConceptScheme; 15 | dc:title "CTI Assessment Delivery Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines assessment delivery types."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: IN-PERSON 23 | assessDelivery:InPerson a skos:Concept; 24 | skos:prefLabel "In-Person"@en-US; 25 | skos:definition "Assessments taken via physical presence of the instructor."@en-US; 26 | skos:inScheme assessDelivery: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: ONLINE 30 | assessDelivery:Online a skos:Concept; 31 | skos:prefLabel "Online"@en-US; 32 | skos:definition "Assessments taken via the Internet."@en-US; 33 | skos:inScheme assessDelivery: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: PROCTORED 37 | assessDelivery:Proctored a skos:Concept; 38 | skos:prefLabel "Proctored"@en-US; 39 | skos:definition "The assessment is administered in a proctored setting."@en-US; 40 | skos:inScheme assessDelivery: ; 41 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Employment and Training to Jobs Examples/Work Activities/ONET Work Activities Concept Scheme.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "@id": "https://credentialengineregistry.org/resources/ce-45d31087-1970-435d-89f6-e5ff330f4ef2", 4 | "@type": "skos:ConceptScheme", 5 | "ceterms:ctid": "ce-45d31087-1970-435d-89f6-e5ff330f4ef2", 6 | "ceasn:name": { "en": "O*NET Work Activities" }, 7 | "skos:hasTopConcept": [ 8 | "https://credentialengineregistry.org/resources/ce-a83e9936-3513-44a1-a770-b453999ebc1e", 9 | "https://credentialengineregistry.org/resources/ce-2f404483-1688-4515-969a-159158002336", 10 | "https://credentialengineregistry.org/resources/ce-0d2ed739-78a5-46c4-ad3c-064dc2c021bf" 11 | ] 12 | }, 13 | { 14 | "@id": "https://credentialengineregistry.org/resources/ce-a83e9936-3513-44a1-a770-b453999ebc1e", 15 | "@type": "skos:Concept", 16 | "ceterms:ctid": "ce-a83e9936-3513-44a1-a770-b453999ebc1e", 17 | "skos:prefLabel": { "en": "General Work Activity" }, 18 | "skos:altLabel": { "en": "GWA" }, 19 | "skos:inScheme": [ 20 | "https://credentialengineregistry.org/resources/ce-45d31087-1970-435d-89f6-e5ff330f4ef2" 21 | ] 22 | }, 23 | { 24 | "@id": "https://credentialengineregistry.org/resources/ce-2f404483-1688-4515-969a-159158002336", 25 | "@type": "skos:Concept", 26 | "ceterms:ctid": "ce-2f404483-1688-4515-969a-159158002336", 27 | "skos:prefLabel": { "en": "Intermediate Work Activity" }, 28 | "skos:altLabel": { "en": "IWA" }, 29 | "skos:inScheme": [ 30 | "https://credentialengineregistry.org/resources/ce-45d31087-1970-435d-89f6-e5ff330f4ef2" 31 | ] 32 | }, 33 | { 34 | "@id": "https://credentialengineregistry.org/resources/ce-0d2ed739-78a5-46c4-ad3c-064dc2c021bf", 35 | "@type": "skos:Concept", 36 | "ceterms:ctid": "ce-0d2ed739-78a5-46c4-ad3c-064dc2c021bf", 37 | "skos:prefLabel": { "en": "Direct Work Activity" }, 38 | "skos:altLabel": { "en": "DWA" }, 39 | "skos:inScheme": [ 40 | "https://credentialengineregistry.org/resources/ce-45d31087-1970-435d-89f6-e5ff330f4ef2" 41 | ] 42 | } 43 | ] 44 | -------------------------------------------------------------------------------- /Rubrics/Examples/Breakfast_Holistic.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "@type": "ceasn:Rubric", 4 | "@id": "res:ce-9b6111ab-c591-4d0d-a819-43de1555de27", 5 | "ceasn:name": { "en": "Breakfast in Bed: Holistic Rubric" }, 6 | "ceterms:subjectWebpage": "https://www.cultofpedagogy.com/holistic-analytic-single-point-rubrics/", 7 | "ceasn:hasRubricCriterion": [ 8 | "res:ce-bb031091-dc5c-4b74-ae85-9ce599d8b102" 9 | ] 10 | }, 11 | { 12 | "@type": "ceasn:RubricCriterion", 13 | "@id": "res:ce-bb031091-dc5c-4b74-ae85-9ce599d8b102", 14 | "ceasn:name": { "en": "Score and Description" }, 15 | "ceasn:hasCriterionLevel": [ 16 | "res:ce-2fb71c70-a993-4b92-9e24-274f2e81c3fd", 17 | "res:ce-161749af-e31f-4e0d-9ae5-2bc9c6a83b5d", 18 | "res:ce-b9c3c5c8-fe71-4fe1-8760-7ad459d2e910", 19 | "res:ce-4a8e3507-3896-4b3b-bb99-ab1c4d22c54b" 20 | ] 21 | }, 22 | { 23 | "@type": "ceasn:CriterionLevel", 24 | "@id": "res:ce-2fb71c70-a993-4b92-9e24-274f2e81c3fd", 25 | "ceasn:description": { "en": "All food is perfectly cooked, presentation surpasses expectations, and recipient is kept exceptionally comfortable throughout the meal." }, 26 | "schema:value": 4 27 | }, 28 | { 29 | "@type": "ceasn:CriterionLevel", 30 | "@id": "res:ce-161749af-e31f-4e0d-9ae5-2bc9c6a83b5d", 31 | "ceasn:description": { "en": "Food is cooked perfectly, the meal is presented in a clean and well-organized manner, and the recipient is kept comfortable throughout the meal." }, 32 | "schema:value": 3 33 | }, 34 | { 35 | "@type": "ceasn:CriterionLevel", 36 | "@id": "res:ce-b9c3c5c8-fe71-4fe1-8760-7ad459d2e910", 37 | "ceasn:description": { "en": "Some food is cooked poorly, some aspects of presentation are sloppy or unclean, or the recipient is uncomfortable at times." }, 38 | "schema:value": 2 39 | }, 40 | { 41 | "@type": "ceasn:CriterionLevel", 42 | "@id": "res:ce-4a8e3507-3896-4b3b-bb99-ab1c4d22c54b", 43 | "ceasn:description": { "en": "Most of the food is cooked poorly, the presentation is sloppy or unclean, and the recipient is uncomfortable most of the time." }, 44 | "schema:value": 1 45 | } 46 | ] 47 | -------------------------------------------------------------------------------- /Transfer Value Profile/CTDL - Course - Elon University - Accounting 2.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-fef7f51a-7c7a-481a-8a4a-67e297863c12", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:name": "Transfer Course Equivalencies", 7 | "ceterms:subjectWebpage": "https://www.elon.edu/transferarticulation/", 8 | "ceterms:ownedBy": [ 9 | "https://credentialengineregistry.org/resources/ce-33b14188-1871-4d75-b065-45cf7edeece4" 10 | ], 11 | "ceterms:transferValue": [ 12 | { 13 | "@type": "ceterms:ValueProfile", 14 | "schema:value": 3.0, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ] 18 | } 19 | ], 20 | "ceterms:transferValueFrom": [ 21 | "_:LOP_ACC122" 22 | ], 23 | "ceterms:transferValueFor": [ 24 | "_:LOP_ACC2XX" 25 | ] 26 | }, 27 | { 28 | "@id": "_:LOP_ACC122", 29 | "@type": "ceterms:LearningOpportunityProfile", 30 | "ceterms:name": { "en": "Prin of Financial Account II" }, 31 | "ceterms:identifier": [ 32 | { 33 | "@type": "ceterms:IdentifierValue", 34 | "ceterms:identifierValueCode": "ACC122" 35 | } 36 | ], 37 | "ceterms:ownedBy": [ 38 | "_:Org_Alamance" 39 | ], 40 | "ceterms:offeredBy": [ 41 | "_:Org_Alamance" 42 | ] 43 | }, 44 | { 45 | "@id": "_:LOP_ACC2XX", 46 | "@type": "ceterms:LearningOpportunityProfile", 47 | "ceterms:name": { "en": "ACC Elective Course" }, 48 | "ceterms:identifier": [ 49 | { 50 | "@type": "ceterms:IdentifierValue", 51 | "ceterms:identifierValueCode": "ACC*2XX" 52 | } 53 | ], 54 | "ceterms:ownedBy": [ 55 | "https://credentialengineregistry.org/resources/ce-33b14188-1871-4d75-b065-45cf7edeece4" 56 | ], 57 | "ceterms:offeredBy": [ 58 | "https://credentialengineregistry.org/resources/ce-33b14188-1871-4d75-b065-45cf7edeece4" 59 | ] 60 | }, 61 | { 62 | "@id": "_:Org_Alamance", 63 | "@type": "ceterms:CredentialOrganization", 64 | "ceterms:name": { "en": "Alamance Community College" } 65 | } 66 | ] 67 | } 68 | -------------------------------------------------------------------------------- /deprecated/claimType.ttl: -------------------------------------------------------------------------------- 1 | @prefix claimType: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # COST TYPE VOCABULARY DESCRIPTION 14 | claimType: a skos:ConceptScheme; 15 | dc:title "CTI Claim Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of claims made."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: VERIFIED CLAIM 23 | claimType:VerifiedClaim a skos:Concept; 24 | skos:prefLabel "Verified Claim"@en-US; 25 | skos:definition "Verifiable representation of the credential holder's credential that is controlled by the credentialing organization."@en-US; 26 | skos:inScheme claimType: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: BADGE CLAIM 30 | claimType:BadgeClaim a skos:Concept; 31 | skos:prefLabel "Badge Claim"@en-US; 32 | skos:definition "Verifiable representation of a credential holder’s badge that is controlled by the credentialing organization."@en-US; 33 | skos:inScheme claimType: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: TRANSCRIPT CLAIM 37 | claimType:TranscriptClaim a skos:Concept; 38 | skos:prefLabel "Transcript Claim"@en-US; 39 | skos:definition "Verifiable representation of postsecondary courses and degrees that is controlled by the credentialing organization."@en-US; 40 | skos:inScheme claimType: ; 41 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Rubrics/Examples/ClassifyingCriteria.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "@graph": [ 3 | { 4 | "@type": "skos:ConceptScheme", 5 | "@id": "res:ConceptScheme", 6 | "skos:hasTopConcept": [ 7 | "res:see", 8 | "res:communicate", 9 | "res:navigate" 10 | ] 11 | }, 12 | { 13 | "@type": "skos:Concept", 14 | "@id": "res:see", 15 | "skos:prefLabel": { "en": "See" } 16 | }, 17 | { 18 | "@type": "skos:Concept", 19 | "@id": "res:communicate", 20 | "skos:prefLabel": { "en": "Communicate" } 21 | }, 22 | { 23 | "@type": "skos:Concept", 24 | "@id": "res:navigate", 25 | "skos:prefLabel": { "en": "Navigate" } 26 | } 27 | ] 28 | }, 29 | { 30 | "@graph": [ 31 | { 32 | "@type": "ceasn:Rubric", 33 | "@id": "_:Rubric", 34 | "ceasn:name": { "en": "Soldier Training Tracker (Common Task Skill Level 1)" }, 35 | "ceasn:hasCriterionCategorySet": "res:ConceptScheme", 36 | "ceasn:hasRubricCriterion": [ 37 | "_:criterion1", 38 | "_:criterion2", 39 | "_:criterion3", 40 | "_:criterion4" ] 41 | }, 42 | { 43 | "@type": "ceasn:RubricCriterion", 44 | "@id": "_:criterion1", 45 | "ceasn:description": { "en": "Report Information Of Potential Intelligence Value." }, 46 | "ceasn:codedNotation": "301-348-1050", 47 | "ceasn:hasCriterionCategory": "res:see" 48 | }, 49 | { 50 | "@type": "ceasn:RubricCriterion", 51 | "@id": "_:criterion2", 52 | "ceasn:description": { "en": "Perform Voice Communications." }, 53 | "ceasn:codedNotation": "113-571-1022", 54 | "ceasn:hasCriterionCategory": "res:communicate" 55 | }, 56 | { 57 | "@type": "ceasn:RubricCriterion", 58 | "@id": "_:criterion3", 59 | "ceasn:description": { "en": "Identify Topographic Symbols On A Military Map." }, 60 | "ceasn:codedNotation": "071-329-1000", 61 | "ceasn:hasCriterionCategory": "res:navigate" 62 | }, 63 | { 64 | "@type": "ceasn:RubricCriterion", 65 | "@id": "_:criterion4", 66 | "ceasn:description": { "en": "Identify Terrain Features On A Military Map." }, 67 | "ceasn:codedNotation": "071-329-1001", 68 | "ceasn:hasCriterionCategory": "res:navigate" 69 | } 70 | ] 71 | } 72 | ] 73 | -------------------------------------------------------------------------------- /deprecated/evaluationMethod.ttl: -------------------------------------------------------------------------------- 1 | @prefix evaluationMethod: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # STAFF EVALUATION METHOD VOCABULARY DESCRIPTION 14 | evaluationMethod: a skos:ConceptScheme; 15 | dc:title "CTI Cost Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines methods of staff evaluation."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: INTERNAL STAFF EVALUATION 23 | evaluationMethod:InternalStaffEvaluation a skos:Concept; 24 | skos:prefLabel "Internal Staff Evaluation"@en-US; 25 | skos:definition "Relevant staff are subject to internal evaluation."@en-US; 26 | skos:inScheme evaluationMethod: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: EXTERNAL STAFF EVALUATION 30 | evaluationMethod:ExternalStaffEvaluation a skos:Concept; 31 | skos:prefLabel "External Staff Evaluation"@en-US; 32 | skos:definition "Relevant staff are subject to external evaluation by customers."@en-US; 33 | skos:inScheme evaluationMethod: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: STAFF PEER REVIEW 37 | evaluationMethod:StaffPeerReview a skos:Concept; 38 | skos:prefLabel "Staff Peer Review"@en-US; 39 | skos:definition "Relevant staff are subject evaluation through peer review mechanisms."@en-US; 40 | skos:inScheme evaluationMethod: ; 41 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/HeriotWatt/vcred.ttl: -------------------------------------------------------------------------------- 1 | @prefix ceterms: . 2 | @prefix ceasn: . 3 | @prefix qdata: . 4 | @prefix schema: . 5 | @prefix skos: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix res: . # for made up/example resources 9 | @prefix xsd: . 10 | @prefix hwuawards: . 11 | @prefix person: . 12 | @prefix exterms: . # for made up/experimental terms 13 | @prefix vcterms: . 14 | 15 | hwuawards:001 a vcterms:VerifiableCredential ; 16 | vcterms:issuer res:hwu ; 17 | vcterms:issuanceDate "2010-01-01"^^xsd:date ; 18 | vcterms:credentialSubject person:pat . 19 | 20 | person:pat a schema:Person ; 21 | exterms:achievement res:2640de62-c440-46e3-8638-adfe187a7512 , 22 | res:b1e6f9a0-cc7e-410f-8a5c-dc90b2545b69 , 23 | res:f36868ea-9e76-4fb1-b53e-eecb837ba9d6 , 24 | res:183a1296-464c-4fa0-a93f-e5c0e6f1d905 , 25 | res:87de039c-3147-4082-8601-1c6e78376605 , 26 | res:ff83f280-260d-4479-aac8-ce5030f7748a , 27 | res:135a6735-7af0-4ea1-842a-401b27371b93 , 28 | res:7ab9e8bb-1436-4927-a05e-271d4f7e29aa . 29 | 30 | hwuawards:002 a vcterms:VerifiableCredential ; 31 | vcterms:issuer res:hwu ; 32 | vcterms:issuanceDate "2010-01-01"^^xsd:date ; 33 | vcterms:credentialSubject person:bryan . 34 | 35 | person:bryan a schema:Person ; 36 | exterms:achievement res:2640de62-c440-46e3-8638-adfe187a7512 , 37 | res:b1e6f9a0-cc7e-410f-8a5c-dc90b2545b69 , 38 | res:f36868ea-9e76-4fb1-b53e-eecb837ba9d6 , 39 | res:7ab9e8bb-1436-4927-a05e-271d4f7e29aa , 40 | res:be67a3a4-def2-49e2-b9b1-8b392876bbd1 , 41 | res:301a0e59-7714-4d04-a014-47e866a30dd7 , 42 | res:92bca3a8-79d3-4d48-b7e4-0c23e3540b55 . 43 | -------------------------------------------------------------------------------- /deprecated/learningSchedule.ttl: -------------------------------------------------------------------------------- 1 | @prefix learnSchedule: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # LEARNING SCHEDULE TYPE VOCABULARY DESCRIPTION 14 | learnSchedule: a skos:ConceptScheme; 15 | dc:title "CTI Learning Schedule Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of learning schedule."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:modified "2016-09-30"^^xsd:date ; 20 | dct:license . 21 | 22 | # CONCEPT: FULL-TIME 23 | learnSchedule:FullTime a skos:Concept; 24 | skos:prefLabel "Full-Time"@en-US; 25 | skos:definition "A full-time learning schedule supports a focus on academic and skills development that is intensive and without interruption."@en-US; 26 | skos:inScheme learnSchedule: . 27 | 28 | # CONCEPT: PART-TIME 29 | learnSchedule:PartTime a skos:Concept; 30 | skos:prefLabel "Part-Time"@en-US; 31 | skos:definition "A part-time learning schedule supports academic and skills development that is less than full-time and shares focus with other activities such as work and family commitments."@en-US; 32 | skos:inScheme learnSchedule: . 33 | 34 | # CONCEPT: SELF-PACED 35 | learnSchedule:SelfPaced@ a skos:Concept; 36 | skos:prefLabel "Self-Paced@"@en-US; 37 | skos:definition "A self-paced learning schedule supports academic and skills development based on the needs of individual learner."@en-US; 38 | skos:inScheme learnSchedule: . 39 | -------------------------------------------------------------------------------- /SupportServicesTaskGroup/Examples/SNHU.json: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "res:ce-0f0d84f5-5c32-4526-ad39-1db0adbdbe93", 3 | "@type": "ceterms:CredentialOrganization", 4 | "ceterms:name": { "en": "SNHU" }, 5 | "ceterms:offers": [ 6 | "res:ce-abc", 7 | "res:ce-def", 8 | "res:ce-ghi" 9 | ] 10 | } 11 | 12 | { 13 | "@id": "res:ce-abc", 14 | "@type": "ceterms:SupportService", 15 | "ceterms:supportServiceType": [ 16 | "support:AcademicGuidance", 17 | "support:ImmigrationService", 18 | "support:TransportationService", 19 | "support:LegalService" 20 | ] 21 | }, 22 | 23 | { 24 | "@id": "res:ce-def", 25 | "@type": "ceterms:SupportService", 26 | "ceterms:accommodationType": [ 27 | "accommodation:ClearSignage", 28 | "accommodation:PhysicalAccessibility", 29 | "accommodation:AlternativeFormats", 30 | "accommodation:HousingAccommodation", 31 | "accommodation:MealPlanAccommodation" 32 | ], 33 | "ceterms:supportServiceType": [ 34 | "support:AudiologicalService", 35 | "support:VisionService", 36 | "support:TestAssistance", 37 | "support:HealthcareService", 38 | "support:MentalHealthService", 39 | "support:SecurityService" 40 | ], 41 | "ceterms:availableAt": [ 42 | { 43 | "@type": "ceterms:Place", 44 | "ceterms:name": { "en": "Main Campus" }, 45 | "ceterms:streetAddress": { "en": "2500 North River Road" }, 46 | "ceterms:addressLocality": { "en": "Manchester" }, 47 | "ceterms:addressRegion": { "en": "NH" }, 48 | "ceterms:postalCode": "03106" 49 | } 50 | ] 51 | } 52 | 53 | { 54 | "@id": "res:ce-def", 55 | "@type": "ceterms:SupportService", 56 | "ceterms:supportServiceType": [ 57 | "support:TutoringService", 58 | "support:StudySkillsService", 59 | "support:PeerService", 60 | "support:MentoringService", 61 | "support:LearningResourceService" 62 | ], 63 | "ceterms:availableAt": [ 64 | { 65 | "@type": "ceterms:Place", 66 | "ceterms:name": { "en": "Shapiro Library" }, 67 | "ceterms:streetAddress": { "en": "2515 North River Road" }, 68 | "ceterms:addressLocality": { "en": "Manchester" }, 69 | "ceterms:addressRegion": { "en": "NH" }, 70 | "ceterms:postalCode": "03106" 71 | } 72 | ] 73 | } 74 | -------------------------------------------------------------------------------- /Contextualized-Competency-Statements/CSCTG - OSMT Examples.json: -------------------------------------------------------------------------------- 1 | //OSMT - Collection and Competency Example 2 | //Example based on OSMT sample data 3 | //First, a collection that is a flat list of competencies 4 | //Second, one of the competencies from that collection, with a robust set of contextualizing properties 5 | { 6 | "@id": "https://credentialengineregistry.org/resources/ce-f1f441aa-b20d-4536-8c3a-2a22d2058767", 7 | "@type": "ceterms:Collection", 8 | "ceterms:name": { "en": "Cybersecurity Collection" }, 9 | "ceterms:hasMember": [ 10 | "https://credentialengineregistry.org/resources/ce-225b5dfb-7fac-404d-aae4-3f2040fff9c2", 11 | "https://credentialengineregistry.org/resources/ce-092b17ec-e427-4648-9ec9-1b23b66d52ce", 12 | "https://credentialengineregistry.org/resources/ce-9b24884a-6c91-4dad-86d0-7008af248139", 13 | "..." 14 | ] 15 | } 16 | 17 | { 18 | "@id": "https://credentialengineregistry.org/resources/ce-225b5dfb-7fac-404d-aae4-3f2040fff9c2", 19 | "@type": "ceasn:Competency", 20 | "ceasn:competencyLabel": { "en": "Access Creation" }, 21 | "ceasn:competencyText": { "en": "Create group and system authentication access." }, 22 | "ceasn:exactAlignment": [ "https://staging.osmt.dev/api/skills/3ac23770-5d0b-49c7-8dca-f891c2868e37" ], 23 | "ceterms:occupationType": [ 24 | { 25 | "@type": "ceterms:CredentialAlignmentObject", 26 | "ceterms:codedNotation": "11-0000", 27 | "ceterms:frameworkName": { "en": "BLS" } 28 | }, 29 | { 30 | "@type": "ceterms:CredentialAlignmentObject", 31 | "ceterms:codedNotation": "11-3000", 32 | "ceterms:frameworkName": { "en": "BLS" } 33 | }, 34 | "..." 35 | ], 36 | "ceterms:industryType": [ 37 | { 38 | "@type": "ceterms:CredentialAlignmentObject", 39 | "ceterms:codedNotation": "541511", 40 | "ceterms:frameworkName": { "en": "NAICS" } 41 | } 42 | ], 43 | "ceasn:license": "http://creativecommons.org/licenses/by/4.0/", 44 | "ceasn:substantiatingCredential": [ "https://credentialengineregistry.org/resources/ce-8050ae26-859a-462a-8e89-de5696f8c475" ], 45 | "ceasn:substantiatingJob": [ "https://credentialengineregistry.org/resources/ce-05a91343-f562-4d09-8fc5-19a4353ef89d" ] 46 | } 47 | -------------------------------------------------------------------------------- /deprecated/assessmentModality.ttl: -------------------------------------------------------------------------------- 1 | @prefix assessMode: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # ASSESSMENT MODALITY VOCABULARY DESCRIPTION 14 | assessMode: a skos:ConceptScheme; 15 | dc:title "CTI Assessment Modality Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the modalities of assessment."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:modified "2016-09-30"^^xsd:date ; 20 | dct:license . 21 | 22 | # CONCEPT: DIAGNOSTIC 23 | assessMode:diagnostic a skos:Concept; 24 | skos:prefLabel "Diagnostic Assessment"@en-US; 25 | skos:definition "An assessment before beginning a learning activity to determine a learner's prior knowledge and misconceptions."@en-US; 26 | skos:inScheme assessMode: . 27 | 28 | # CONCEPT: FORMATIVE 29 | assessMode:Formative a skos:Concept; 30 | skos:prefLabel "Formative Assessment"@en-US; 31 | skos:definition "Formal and informal assessment procedures conducted during the learning process to support intentional modification in teaching and learning activities in order to improve learner attainment."@en-US ; 32 | skos:inScheme assessMode: . 33 | 34 | # CONCEPT: SUMMATIVE 35 | assessMode:Summative a skos:Concept ; 36 | skos:prefLabel "Summative Assessment"@en-US ; 37 | skos:definition "Assessment of learning at the end of an instructional activity to determine whether some established standard or benchmark has been achieved."@en-US ; 38 | skos:inScheme assessMode: . -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s1_2_DegreeInRegistryAndVC.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "find": "https://credentialfinder.org/" 11 | }, 12 | { 13 | "new": "http://example.org/new/", 14 | "achievement": { 15 | "@id": "new:achievement" 16 | } 17 | } 18 | ], 19 | "id": "http://example.edu/credentials/3732", 20 | "type": "VerifiableCredential", 21 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 22 | "issuanceDate": "2010-01-01T00:00:00Z", 23 | "credentialSubject": { 24 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 25 | "achievement": { 26 | "id": "res:ce-49247727-7cbd-4f0e-8179-e51036d1f14a", 27 | "type": "ceterms:BachelorDegree", 28 | "ceterms:name": { 29 | "en-US": "Bachelor’s Degree" 30 | }, 31 | "ceterms:description": { 32 | "en-US": "... ... ... " 33 | }, 34 | "ceterms:subjectWebpage": "find:credential/0000/Science_and_Arts", 35 | "ceterms:offeredBy": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 36 | "ceterms:subject": { 37 | "type": "ceterms:AlignmentObject", 38 | "ceterms:targetNodeName": "Science and Arts" 39 | }, 40 | "ceterms:requires": [ 41 | { 42 | "type": "ceasn:Competency", 43 | "id": "res:ce-84958217-1323-46fe-87c8-652120800190", 44 | "ceasn:codedNotation": "EXKSCI1", 45 | "ceasn:competencyLabel": "Knowledge of Science", 46 | "ceasn:competencyText": "Demonstrate a good knowledge of science…" 47 | }, 48 | { 49 | "type": "ceasn:Competency", 50 | "id": "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c", 51 | "ceasn:codedNotation": "EXKART1", 52 | "ceasn:competencyLabel": "Knowledge of Arts", 53 | "ceasn:competencyText": "Demonstrate a good knowledge of arts…" 54 | } 55 | ] 56 | } 57 | }, 58 | "proof": {} 59 | } 60 | -------------------------------------------------------------------------------- /HandbookExamples/CredentialTypes/basicDescription.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://credreg.net/ctdl/schema/context/json", 4 | {"res": "https://example.org/resources/"} 5 | ], 6 | "@graph": [ 7 | { 8 | "@id": "res:ce-12f6f7c3-bfec-4bef-a1dd-0256df5170ce", 9 | "@type": "ceterms:CredentialType", 10 | "ceterms:ctid" : "ce-12f6f7c3-bfec-4bef-a1dd-0256df5170ce", 11 | "ceterms:name": { "en": "Honours Degree"}, 12 | "ceterms:description": { "en": "Undergraduate degree typically requiring four years of higher education including an element of individual research in the final year..." }, 13 | "ceterms:ownedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 14 | "ceterms:regulatedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 15 | "ceterms:jurisdiction": "res:ce-e6ce7f93-5fca-4048-a85b-2202da791bc5", 16 | "ceterms:subclassOf": "ceterms:BachelorDegree", 17 | "ceterms:classification": "res:ce-74227472-0257-407c-8528-53653ae5e13b" 18 | }, 19 | { 20 | "@id": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 21 | "@type": "ceterms:QACredentialOrganization", 22 | "ceterms:name": {"en": "Erewhon Education Agency"}, 23 | "ceterms:jurisdiction": "res:ce-e6ce7f93-5fca-4048-a85b-2202da791bc5", 24 | "ceterms:accredits": "res:ce-181029a3-3a7d-426f-935f-4218e68a09c6" 25 | }, 26 | { 27 | "@id": "res:ce-181029a3-3a7d-426f-935f-4218e68a09c6", 28 | "@type": "ceterms:CredentialOrganization", 29 | "ceterms:name": {"en":"Erewhon University"} 30 | }, 31 | { 32 | "@id": "res:ce-6ca7423e-b67e-466d-9c55-7627b0991cb5", 33 | "@type": "ceterms:BachelorDegree", 34 | "ceterms:name": {"en": "BSc (hons) Accountancy"}, 35 | "ceterms:ownedBy": "res:ce-181029a3-3a7d-426f-935f-4218e68a09c6", 36 | "ceterms:offeredBy": "res:ce-181029a3-3a7d-426f-935f-4218e68a09c6", 37 | "ceterms:credentialType": "res:ce-12f6f7c3-bfec-4bef-a1dd-0256df5170ce" 38 | }, 39 | { 40 | "@id": "res:ce-e6ce7f93-5fca-4048-a85b-2202da791bc5", 41 | "@type": "ceterms:JurisdictionProfile", 42 | "ceterms:name": {"en": "Erewhon"} 43 | }, 44 | { 45 | "@id": "res:ce-74227472-0257-407c-8528-53653ae5e13b", 46 | "@type": "skos:concept", 47 | "skos:prefLabel": "Higher Education" 48 | } 49 | ] 50 | } 51 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/PathwayBuilder/Constraints-CTDL.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceterms:CredentialComponent", 5 | "ceterms:hasCondition": [ 6 | { 7 | "@type": "ceterms:ComponentCondition", 8 | "ceterms:requiredNumber": 2, 9 | "ceterms:logicalOperator": "logic:And", 10 | "ceterms:hasConstraint": [ 11 | { 12 | "@type": "ceterms:Constraint", 13 | "ceterms:leftSource": [ 14 | "ceterms:creditValue" 15 | ], 16 | "ceterms:comparator": "compare:EQ", 17 | "ceterms:rightSource": [ 18 | "10" 19 | ] 20 | }, 21 | { 22 | "@type": "ceterms:Constraint", 23 | "ceterms:leftSource": [ 24 | "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningstudentgrade" 25 | ], 26 | "ceterms:comparator": "compare:GT", 27 | "ceterms:rightSource": [ 28 | "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaninggradelevelc" 29 | ] 30 | }, 31 | { 32 | "@type": "ceterms:Constraint", 33 | "ceterms:leftSource": [ 34 | "ceterms:financialAssistanceType" 35 | ], 36 | "ceterms:comparator": "compare:EQ", 37 | "ceterms:rightAction": "array:AnyOf", 38 | "ceterms:rightSource": [ 39 | "financialAid:FederalGrant", 40 | "financialAid:InstitutionalGrant", 41 | "financialAid:PrivateGrant" 42 | ] 43 | }, 44 | { 45 | "@type": "ceterms:Constraint", 46 | "ceterms:leftAction": "array:AllOf", 47 | "ceterms:leftSource": [ 48 | "User-entered text 1", 49 | "User-entered text 2", 50 | "User-entered text 3" 51 | ], 52 | "ceterms:comparator": "compare:LT", 53 | "ceterms:rightAction": "array:OneOf", 54 | "ceterms:rightSource": [ 55 | "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconcepta", 56 | "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconceptb", 57 | "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconceptc", 58 | ] 59 | } 60 | ] 61 | } 62 | ] 63 | } 64 | ] 65 | } 66 | -------------------------------------------------------------------------------- /deprecated/credentialStatusType.ttl: -------------------------------------------------------------------------------- 1 | @prefix statusType: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # CREDENTIAL STATUS TYPE VOCABULARY DESCRIPTION 14 | statusType: a skos:ConceptScheme; 15 | dc:title "CTI Cost Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the credential status types."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: ACTIVE 23 | statusType:Active a skos:Concept; 24 | skos:prefLabel "Active"@en-US; 25 | skos:definition "Awards of the credential are ongoing."@en-US; 26 | skos:inScheme statusType: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: SUPERCEDED 30 | statusType:Superceded a skos:Concept; 31 | skos:prefLabel "Superceded"@en-US; 32 | skos:definition "The credential is no longer awarded and has been superceded by another credential."@en-US; 33 | skos:inScheme statusType: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: DEPRECATED 37 | statusType:Deprecated a skos:Concept; 38 | skos:prefLabel "Deprecated"@en-US; 39 | skos:definition "The credential is no longer awarded."@en-US; 40 | skos:inScheme statusType: ; 41 | vs:term_status "unstable" . 42 | 43 | # CONCEPT: PROBATIONARY 44 | statusType:Probationary a skos:Concept; 45 | skos:prefLabel "Probationary"@en-US; 46 | skos:definition "The credential award is provisional or temporary; frequently pending further assessment of qualification."@en-US; 47 | skos:inScheme statusType: ; 48 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Rubrics/DESMmapping/desmRubricAbstractClass.ttl: -------------------------------------------------------------------------------- 1 | @prefix dcterms: . 2 | @prefix skos: . 3 | @prefix xsd: . 4 | 5 | a skos:Concept ; 6 | skos:definition "Resource providing guidance in evaluating the quality and level of a person's responses or actions based on an explicit set of criteria."@en-us ; 7 | skos:inScheme ; 8 | skos:topConceptOf ; 9 | skos:prefLabel "Rubric"@en-us . 10 | 11 | a skos:Concept ; 12 | skos:definition "Criterion used in assessing performance."@en-us ; 13 | skos:inScheme ; 14 | skos:topConceptOf ; 15 | skos:prefLabel "Rubric Criterion"@en-us . 16 | 17 | a skos:ConceptScheme ; 18 | dcterms:created "2023-06-21"^^xsd:date ; 19 | dcterms:creator ; 20 | dcterms:description """This concept scheme identifies the abstract class of Rubric and may include any rubric-associated classes beyond an encompassing Rubric such as Criteria, Criteria Levels, and Criteria Categories etc. necessary to the description of a rubric's entities, components and relationships. As used here, the term Rubric explicitly EXCLUDES: (1) the abstract class of Assessment or any other class that may rely on or reference the Rubrics being crosswalked or their components; (2) aspects of the data models being crosswalked that are not central to the rubric domain such as progression models or controlled vocabularies referenced by a Rubric; and (3) Agents being assessed or doing the assessing (including self-assessment) using the rubric. Research reveals three types of rubrics within scope: (1) analytic rubrics, (2) holistic rubrics, and (3) primary trait rubrics. (see, Panulla & Kohler, https://openaccess.uoc.edu/bitstream/10609/5222/6/Panulla.pdf."""@en-us ; 21 | dcterms:title "DESM Schema Abstract Mapping Class for Rubrics"@en-us ; 22 | skos:hasTopConcept , . 23 | -------------------------------------------------------------------------------- /QualificationsFramework/Examples/NLQF.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceterms:QualificationsFramework", 5 | "@id": "res:framework", 6 | "ceterms:name": { 7 | "nl-nl": "Nederlandskwalificatieraamwerk", 8 | "en": "Dutch National Qualifications Framework" 9 | }, 10 | "ceterms:description": { 11 | "en": "The Dutch Qualifications Framework (NLQF) is a way of describing Dutch qualification levels. It is a systematic organisation of all existing qualification levels in The Netherlands, from Level 1 basic education to the Master’s degree at level 7 and a Doctorate's degree at level 8. Qualifications are classified in NLQF levels and are given a level indication." 12 | }, 13 | "ceterms:codedNotation": "NLQF", 14 | "ceasn:creator": [ 15 | "res:ministry" 16 | ], 17 | "asn:hasProgressionModel": [ 18 | "res:levels" 19 | ] 20 | }, 21 | { 22 | "@type": "ceterms:Organization", 23 | "@id": "res:ministry", 24 | "ceterms:name": { "en": "Ministry of Education, Culture and Science of the Netherlands" } 25 | }, 26 | { 27 | "@type": "asn:ProgressionModel", 28 | "@id": "res:levels", 29 | "ceasn:name": { "en": "NLQF Levels" }, 30 | "ceasn:description": { "en": "The levels are based on descriptions of what someone knows and is able to do after completion of a learning process, regardless of where and, to an extent, in what timeframe this took place. These descriptions of the levels of knowledge, skills, autonomy and responsibility are referred to as learning outcomes. Higher general secondary education (Havo), for example, is classified at NLQF Level 4 and Master programmes at NLQF Level 7." }, 31 | "asn:hasProgressionLevel": [ 32 | "res:levelentry", 33 | "res:level1", 34 | "etc" 35 | ] 36 | }, 37 | { 38 | "@type": "asn:ProgressionLevel", 39 | "@id": "res:levelentry", 40 | "skos:prefLabel": { "en": "Entry Level" }, 41 | "skos:definition": { "en": "Basic Education 1 (for adults)" } 42 | }, 43 | { 44 | "@type": "asn:ProgressionLevel", 45 | "@id": "res:level1", 46 | "skos:prefLabel": { "en": "NLQF Level 1" }, 47 | "skos:definition": { "en": "Basic Education 2 (for adults); pre-vocational secondary education - basic vocational pathway (vmbo bb); VET level 1 (MBO1)" } 48 | } 49 | ] 50 | } 51 | -------------------------------------------------------------------------------- /JDX/JobTerm.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://jobdataexchange.org/jdxcontext.json", 3 | "@graph": [ 4 | { 5 | "@id": "https://jobdataexchange.org/jdx/vocabs/jobTerm/", 6 | "@type": "skos:ConceptScheme", 7 | "name": {"en-us": "Job Term Vocabulary"}, 8 | "description": {"en-us": "Type of employment term."}, 9 | "inLanguage": ["en-US"], 10 | "publisherName": {"en-us": "Credential Engine"}, 11 | "hasTopConcept": [ 12 | "https://jobdataexchange.org/jdx/vocabs/jobTerm/ff7c95de-b6d8-4155-9baa-408f1746c160", 13 | "https://jobdataexchange.org/jdx/vocabs/jobTerm/aee9609e-d254-4e17-8ecc-8288de219f2b", 14 | "https://jobdataexchange.org/jdx/vocabs/jobTerm/918132a8-28d1-488a-b1e5-09f111ff0cb9" 15 | ] 16 | }, 17 | { 18 | "@id": "https://jobdataexchange.org/jdx/vocabs/jobTerm/ff7c95de-b6d8-4155-9baa-408f1746c160", 19 | "@type": "skos:Concept", 20 | "prefLabel": {"en-us": "Regular"}, 21 | "definition": {"en-us": "Position available for full employment."}, 22 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/jobTerm/", 23 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/jobTerm/" 24 | }, 25 | { 26 | "@id": "https://jobdataexchange.org/jdx/vocabs/jobTerm/aee9609e-d254-4e17-8ecc-8288de219f2b", 27 | "@type": "skos:Concept", 28 | "prefLabel": {"en-us": "Seasonal"}, 29 | "definition": {"en-us": "Position available only for seasonal employment."}, 30 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/jobTerm/", 31 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/jobTerm/" 32 | }, 33 | { 34 | "@id": "https://jobdataexchange.org/jdx/vocabs/jobTerm/918132a8-28d1-488a-b1e5-09f111ff0cb9", 35 | "@type": "skos:Concept", 36 | "prefLabel": {"en-us": "Temporary"}, 37 | "definition": {"en-us": "Position available only for temporary employment."}, 38 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/jobTerm/", 39 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/jobTerm/" 40 | } 41 | ] 42 | } 43 | -------------------------------------------------------------------------------- /Transfer Value Profile/CTDL - Course - KBOR - Infantryman Level 10.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-de321c5b-4b98-4622-a654-17d64d5e87ee", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:name": "Kansas Credit for Prior Learning Task Force", 7 | "ceterms:subjectWebpage": "https://military.kansasregents.org/MAP/course_info/001902/25", 8 | "ceterms:ownedBy": [ 9 | "https://credentialengineregistry.org/resources/ce-e4c8e9bd-88bd-4704-9e3a-78faebdca59d" 10 | ], 11 | "ceterms:transferValue": [ 12 | { 13 | "@type": "ceterms:ValueProfile", 14 | "schema:value": 1.0, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ] 18 | } 19 | ], 20 | "ceterms:transferValueFrom": [ 21 | "_:Occ_11B_10" 22 | ], 23 | "ceterms:transferValueFor": [ 24 | "_:Lopp_ALH5211" 25 | ] 26 | }, 27 | { 28 | "@id": "_:Occ_11B_10", 29 | "@type": "ceterms:Occupation", 30 | "ceterms:name": { "en": "Infantryman Level 10" }, 31 | "ceterms:occupationType": [ 32 | { 33 | "@type": "ceterms:CredentialAlignmentObject", 34 | "ceterms:frameworkName": { "en": "US Army MOS Codes" }, 35 | "ceterms:targetNodeName": { "en": "INFANTRYMAN" }, 36 | "ceterms:codedNotation": "11B", 37 | "ceterms:targetNode": "https://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/combat/infantryman-11b.html" 38 | } 39 | ], 40 | "ceterms:classification": [ 41 | "_:Concept_SL10" 42 | ] 43 | }, 44 | { 45 | "@id": "_:Lopp_ALH5211", 46 | "@type": "ceterms:LearningOpportunityProfile", 47 | "ceterms:name": { "en": "Basic First Aid" }, 48 | "ceterms:identifier": [ 49 | { 50 | "@type": "ceterms:IdentifierValue", 51 | "ceterms:identifierValueCode": "ALH5211" 52 | } 53 | ], 54 | "ceterms:ownedBy": [ 55 | "https://credentialengineregistry.org/resources/ce-1ce888e7-18d4-42fd-9a13-ef693631409b" 56 | ], 57 | "ceterms:offeredBy": [ 58 | "https://credentialengineregistry.org/resources/ce-1ce888e7-18d4-42fd-9a13-ef693631409b" 59 | ] 60 | }, 61 | { 62 | "@id": "_:Concept_SL10", 63 | "@type": "skos:Concept", 64 | "skos:prefLabel": { "en": "Service Level" }, 65 | "skos:codedNotation": "10" 66 | } 67 | ] 68 | } 69 | -------------------------------------------------------------------------------- /Rubrics/Examples/Reuse_RubricCriteria.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceasn:Rubric", 5 | "@id": "_:Rubric", 6 | "ceasn:name": { "en": "Soldier Training Tracker (Common Task Skill Level 1)" }, 7 | "ceasn:hasRubricCriterion": [ 8 | "_:criterion1", 9 | "_:criterion2", 10 | "_:criterion3", 11 | "_:criterion4" 12 | ], 13 | "ceasn:hasRubricLevel": [ 14 | "_:level1", 15 | "_:level2" 16 | ] 17 | }, 18 | { 19 | "@type": "ceasn:RubricCriterion", 20 | "@id": "_:criterion1", 21 | "ceasn:description": { "en": "Report Information Of Potential Intelligence Value." }, 22 | "ceasn:codedNotation": "301-348-1050", 23 | "ceasn:hasCriterionLevel": [ 24 | "_:criterionLevel_g", 25 | "_:criterionLevel_ng" 26 | ] 27 | }, 28 | { 29 | "@type": "ceasn:RubricCriterion", 30 | "@id": "_:criterion2", 31 | "ceasn:description": { "en": "Perform Voice Communications." }, 32 | "ceasn:codedNotation": "113-571-1022", 33 | "ceasn:hasCriterionLevel": [ 34 | "_:criterionLevel_g", 35 | "_:criterionLevel_ng" 36 | ] 37 | }, 38 | { 39 | "@type": "ceasn:RubricCriterion", 40 | "@id": "_:criterion3", 41 | "ceasn:description": { "en": "Identify Topographic Symbols On A Military Map." }, 42 | "ceasn:codedNotation": "071-329-1000", 43 | "ceasn:hasCriterionLevel": [ 44 | "_:criterionLevel_g", 45 | "_:criterionLevel_ng" 46 | ] 47 | }, 48 | { 49 | "@type": "ceasn:RubricCriterion", 50 | "@id": "_:criterion4", 51 | "ceasn:description": { "en": "Identify Terrain Features On A Military Map." }, 52 | "ceasn:codedNotation": "071-329-1001", 53 | "ceasn:hasCriterionLevel": [ 54 | "_:criterionLevel_g", 55 | "_:criterionLevel_ng" 56 | ] 57 | }, 58 | { 59 | "@type": "ceasn:RubricLevel", 60 | "@id": "_:level1", 61 | "ceasn:name": { "en": "Go" }, 62 | "ceasn:hasCriterionLevel": [ 63 | "_:criterionLevel_g" 64 | ] 65 | }, 66 | { 67 | "@type": "ceasn:RubricLevel", 68 | "@id": "_:level2", 69 | "ceasn:name": { "en": "No-Go" }, 70 | "ceasn:hasCriterionLevel": [ 71 | "_:criterionLevel_ng" 72 | ] 73 | }, 74 | { 75 | "@type": "ceasn:CriterionLevel", 76 | "@id": "_:criterionLevel_g" 77 | }, 78 | { 79 | "@type": "ceasn:CriterionLevel", 80 | "@id": "_:criterionLevel_ng" 81 | } 82 | ] 83 | } -------------------------------------------------------------------------------- /Transfer Value Profile/Archive/CTDL - ACE - Simplified Example.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-fc0db2c2-86b8-4a7c-8034-4d81041e0c33", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:subjectWebpage": "https://www.elon.edu/transferarticulation/", 7 | "ceterms:ownedBy": [ 8 | "_:Org_ACE" 9 | ], 10 | "ceterms:transferValue": [ 11 | { 12 | "@type": "ceterms:ValueProfile", 13 | "schema:value": 3.0, 14 | "schema:description": { "en": "In the upper-division post-baccalaureate, 3 semester hours." }, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ], 18 | "ceterms:creditLevelType": [ 19 | "audLevel:UpperDivisionLevel" 20 | ] 21 | } 22 | ], 23 | "ceterms:transferValueFrom": [ 24 | "_:LOP_VIL84" 25 | ], 26 | "ceterms:transferValueFor": [ 27 | "_:LOP_Warehouse", 28 | "_:LOP_Management" 29 | ] 30 | }, 31 | { 32 | "@id": "_:LOP_VIL84", 33 | "@type": "ceterms:LearningOpportunityProfile", 34 | "ceterms:name": { "en": "Essentials of Business Intelligence" }, 35 | "ceterms:identifer": [ 36 | { 37 | "@type": "ceterms:IdentifierValue", 38 | "ceterms:identifierValueCode": "VIL84" 39 | } 40 | ], 41 | "ceterms:ownedBy": [ 42 | "_:Org_Bisk" 43 | ], 44 | "ceterms:offeredBy": [ 45 | "_:Org_Bisk" 46 | ], 47 | "ceterms:teaches": [ 48 | { 49 | "@type": "ceterms:CredentialAlignmentObject", 50 | "ceterms:targetNodeDescription": { "en": "Measure and improve data quality" } 51 | } 52 | ] 53 | }, 54 | { 55 | "@id": "_:LOP_Warehouse", 56 | "@type": "ceterms:LearningOpportunityProfile", 57 | "ceterms:name": { "en": "Business Intelligence and Data Warehousing" } 58 | }, 59 | { 60 | "@id": "_:LOP_Management", 61 | "@type": "ceterms:LearningOpportunityProfile", 62 | "ceterms:name": { "en": "Management Information Systems" } 63 | }, 64 | { 65 | "@id": "_:Org_ACE", 66 | "@type": "ceterms:CredentialOrganization", 67 | "ceterms:name": { "en": "American Council on Education" }, 68 | "ceterms:alternateName": { "en": "ACE" } 69 | }, 70 | { 71 | "@id": "_:Org_Bisk", 72 | "@type": "ceterms:CredentialOrganization", 73 | "ceterms:name": { "en": "Bisk Education" } 74 | } 75 | ] 76 | } 77 | -------------------------------------------------------------------------------- /CTDLinLERs_VCs_OpenBadges_CLRs/s_3_1_CoursesFromDifferntOrgs.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://www.w3.org/2018/credentials/v1", 4 | "http://credreg.net/ctdl/schema/context/json", 5 | "http://credreg.net/ctdlasn/schema/context/json", 6 | { 7 | "res": "https://credentialengineregistry.org/resources/" 8 | }, 9 | { 10 | "new": "http://example.org/new/", 11 | "achievement": { 12 | "@id": "new:achievement" 13 | } 14 | } 15 | ], 16 | "id": "http://example.edu/credentials/3732", 17 | "type": "VerifiableCredential", 18 | "issuer": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 19 | "issuanceDate": "2010-01-01T00:00:00Z", 20 | "credentialSubject": { 21 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 22 | "achievement": [ 23 | { 24 | "id": "res:ce-fa8eea4f-448a-473b-b3e7-413fd17e96f0", 25 | "type": "ceterms:LearningProgram", 26 | "ceterms:name": { 27 | "en-US": "Degree Program in Science and Arts" 28 | }, 29 | "ceterms:offeredBy": "res:ce-ca493a91-b9ec-4a45-ac6f-a6259656ea50", 30 | "ceterms:hasPart": [ 31 | "res:ce-bfb58e1d-0364-4677-adff-b58230a09d56", 32 | "res:ce-862b6900-5cf9-44e0-b875-969ac8faa0f1" 33 | ], 34 | "ceterms:teaches": [ 35 | "res:ce-84958217-1323-46fe-87c8-652120800190", 36 | "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c" 37 | ] 38 | }, 39 | { 40 | "id": "res:ce-bfb58e1d-0364-4677-adff-b58230a09d56", 41 | "type": "ceterms:Course", 42 | "ceterms:name": { 43 | "en-US": "Physics 101" 44 | }, 45 | "ceterms:teaches": "res:ce-84958217-1323-46fe-87c8-652120800190", 46 | "ceterms:offeredBy": { 47 | "id": "https://tinyurl.com/s7hp6ab6", 48 | "ceterms:name": { 49 | "en-US": "UC Sunnydale" 50 | } 51 | } 52 | }, 53 | { 54 | "id": "res:ce-862b6900-5cf9-44e0-b875-969ac8faa0f1", 55 | "type": "ceterms:Course", 56 | "ceterms:teaches": "res:ce-8aa6b5b5-095c-4152-89b2-06438129002c", 57 | "ceterms:name": { 58 | "en-US": "Literature 101" 59 | }, 60 | "ceterms:offeredBy": { 61 | "id": "https://tinyurl.com/s7hp6ab6", 62 | "ceterms:name": { 63 | "en-US": "UC Sunnydale" 64 | } 65 | } 66 | } 67 | ] 68 | }, 69 | "proof": {} 70 | } 71 | -------------------------------------------------------------------------------- /Transfer Value Profile/Assistant API - Indiana CHE - Introduction to Business.json: -------------------------------------------------------------------------------- 1 | { 2 | "Type": "ceterms:TransferValueProfile", 3 | "Name": "Introduction to Business", 4 | "Description": "IWU, USF, IUSB: Ancilla course will transfer as undistributed credit", 5 | "SubjectWebpage":"https://transferin.net/transfer-resources/transfer-databases/core-transfer-library", 6 | "OwnedBy": [ 7 | "ce-b412e8bc-f1e3-44b3-8785-1195e34caf80" 8 | ], 9 | "TransferValue": [ 10 | { 11 | "Type": "ceterms:ValueProfile", 12 | "Value": 3.0, 13 | "CreditUnitType": [ 14 | "creditUnit:DegreeCredit" 15 | ], 16 | "Subject": [ 17 | "Business" 18 | ] 19 | } 20 | ], 21 | "TransferValueFrom": [ 22 | { 23 | "Type": "ceterms:LearningOpportunityProfile", 24 | "Name": "Introduction to Business", 25 | "Identifier": [ 26 | { 27 | "Type": "ceterms:IdentifierValue", 28 | "IdentifierTypeName": "Course Number", 29 | "IdentifierValueCode": "BADM 100" 30 | } 31 | ], 32 | "OfferedBy": [ 33 | { 34 | "Type": "ceterms:CredentialOrganization", 35 | "Name": "Ancilla College" 36 | } 37 | ] 38 | } 39 | ], 40 | "TransferValueFor": [ 41 | { 42 | "Type": "ceterms:LearningOpportunityProfile", 43 | "Name": "Business, Introduction to", 44 | } 45 | ] 46 | } 47 | 48 | { 49 | "Type": "ceterms:TransferValueProfile", 50 | "Name": "Introduction to Business", 51 | "Description": "IWU, USF, IUSB: Ancilla course will transfer as undistributed credit", 52 | "SubjectWebpage":"https://transferin.net/transfer-resources/transfer-databases/core-transfer-library", 53 | "OwnedBy": [ 54 | "ce-b412e8bc-f1e3-44b3-8785-1195e34caf80" 55 | ], 56 | "TransferValue": [ 57 | { 58 | "Type": "ceterms:ValueProfile", 59 | "Value": 3.0, 60 | "CreditUnitType": [ 61 | "creditUnit:DegreeCredit" 62 | ], 63 | "Subject": [ 64 | "Business" 65 | ] 66 | } 67 | ], 68 | "TransferValueFrom": [ 69 | { 70 | "Type": "ceterms:LearningOpportunityProfile", 71 | "Name": "Business, Introduction to", 72 | } 73 | ], 74 | "TransferValueFor": [ 75 | { 76 | "Type": "ceterms:LearningOpportunityProfile", 77 | "Name": "Introduction to Business", 78 | "Identifier": [ 79 | { 80 | "Type": "ceterms:IdentifierValue", 81 | "IdentifierTypeName": "Course Number", 82 | "IdentifierValueCode": "BADM 100" 83 | } 84 | ], 85 | "OfferedBy": [ 86 | { 87 | "Type": "ceterms:CredentialOrganization", 88 | "Name": "Ancilla College" 89 | } 90 | ] 91 | } 92 | ] 93 | } 94 | 95 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Texas/Year-1-programs-no-bnode.json: -------------------------------------------------------------------------------- 1 | "@graph": [ 2 | { 3 | "@type": "qdata:DataSetProfile", 4 | "ceterms:description": { "en": "First-year wages and loan information for a credential from [offerer name] with CIP code [CIP code] in Texas." }, 5 | "qdata:dataSuppressionPolicy": { "en": "Program years with fewer than 5 graduates are suppressed." }, 6 | "ceterms:source": "https://texaswebsite", 7 | "schema:about": [ "res:ce-ctid-for-the-related-credential" ], 8 | "qdata:dataProvider": [ "res:ce-ctid-for-state-org" ], 9 | "qdata:dataSetTimePeriod": [ 10 | { 11 | "@type": "qdata:DataSetTimeFrame", 12 | "ceterms:startDate": "2019-1-1", 13 | "ceterms:endDate": "2019-12-31", 14 | "qdata:dataAttributes": [ 15 | { 16 | "@type": "qdata:DataProfile", 17 | "qdata:holdersInSet": [ 18 | { 19 | "@type": "schema:QuantitativeValue", 20 | "schema:description": { "en": "Number of graduates." }, 21 | "schema:value": 66 22 | } 23 | ], 24 | "qdata:earningsAmount": [ 25 | { 26 | "@type": "schema:MonetaryAmount", 27 | "schema:value": 33319, 28 | "schema:description": { "en": "The median earnings during the calendar year presented." }, 29 | "schema:currency": "USD" 30 | } 31 | ], 32 | "qdata:subjectValue": [ 33 | { 34 | "@type": "schema:QuantitativeValue", 35 | "schema:description": { "en": "Percent of graduates with loans." }, 36 | "qdata:percentage": 0.61 37 | }, 38 | { 39 | "@type": "schema:QuantitativeValue", 40 | "schema:description": { "en": "Average loan amount at graduation." }, 41 | "schema:value": 19224, 42 | "schema:unitText": "res:ce-ctid-for-concept-representing-USD" 43 | }, 44 | { 45 | "@type": "schema:QuantitativeValue", 46 | "schema:description": { "en": "The percentage of graduates found with wages earned in Texas in the first year after graduation." }, 47 | "schema:percentage": 0.74 48 | }, 49 | { 50 | "@type": "schema:QuantitativeValue", 51 | "schema:description": { "en": "Loan to first wage ratio." }, 52 | "schema:percentage": 0.49 53 | }, 54 | { 55 | "@type": "schema:QuantitativeValue", 56 | "schema:description": { "en": "Degree time to finish" }, 57 | "schema:value": 6.54, 58 | "schema:unitText": "res:ce-ctid-for-concept-representing-years" 59 | } 60 | ] 61 | } 62 | ] 63 | } 64 | ] 65 | } 66 | ] 67 | -------------------------------------------------------------------------------- /deprecated/educationLevel.ttl: -------------------------------------------------------------------------------- 1 | @prefix costType: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix vs: . 11 | 12 | # EDUCATION LEVEL VOCABULARY DESCRIPTION 13 | educationLevel: a skos:ConceptScheme; 14 | dc:title "Education Level Vocabulary" ; 15 | dc:creator "Credential Engine"@en-US ; 16 | dc:description "A vocabulary expressing points in a progression through an educational or training context."@en-US ; 17 | dct:created "2016-10-04"^^xsd:date ; 18 | dct:license . 19 | 20 | # CONCEPT: ASSOCIATE 21 | educationLevel:associate a skos:Concept; 22 | skos:prefLabel "Associate"@en-US; 23 | skos:definition "An education level typically associated with college-level work at lower-division or in the first two years of a four year undergraduate program of study."@en-US; 24 | skos:inScheme educationLevel: . 25 | 26 | # CONCEPT: BACHELOR 27 | educationLevel:bachelor a skos:Concept; 28 | skos:prefLabel "Bachelor"@en-US; 29 | skos:definition "An education level typically associated with college-level work at upper-division or in the last two years of a four year undergraduate program of study."@en-US; 30 | skos:inScheme educationLevel: . 31 | 32 | # CONCEPT: DOCTORAL 33 | educationLevel:doctoral a skos:Concept; 34 | skos:prefLabel "Doctoral"@en-US; 35 | skos:definition "The highest level of postsecondary professional and academic study, typically associated with post-masters level work."@en-US; 36 | skos:inScheme educationLevel: . 37 | 38 | # CONCEPT: HIGH SCHOOL OR EQUIVALENT (SECONDARY SCHOOL) 39 | educationLevel:highSchoolOrEquivalent a skos:Concept; 40 | skos:prefLabel "High School or Equivalent"@en-US; 41 | skos:definition "The secondary school level of professional and academic study."@en-US; 42 | skos:inScheme educationLevel: . 43 | 44 | # CONCEPT: MASTER 45 | educationLevel:master a skos:Concept; 46 | skos:prefLabel "Master"@en-US; 47 | skos:definition "The lowest level of postgraduate professional and academic study."@en-US; 48 | skos:inScheme educationLevel: . -------------------------------------------------------------------------------- /Transfer Value Profile/Archive/Assistant API - ACE - Packet Switched Networks (With New Properties).json: -------------------------------------------------------------------------------- 1 | { 2 | "CTID": "ce-ba971485-e4e6-41a7-bf6d-75b4b98be698", 3 | "Name": "Packet Switched Networks", 4 | "Identifier": [ 5 | { 6 | "IdentifierValueCode": "0015" 7 | } 8 | ], 9 | "TransferValue": [ 10 | { 11 | "Value": 2.0, 12 | "CreditUnitType": [ 13 | "DegreeCredit" 14 | ], 15 | "CreditLevelType": [ 16 | "UpperDivisionLevel" 17 | ], 18 | "Description": "In the upper-division baccalaureate degree category, 2 semester hours in electrical engineering, data communications and networking, telecommunications, or management information systems (11/90)." 19 | } 20 | ], 21 | "TransferValueFrom": [ 22 | { 23 | "Type": "ceterms:LearningOpportunityProfile", 24 | "Name": "Packet Switched Networks", 25 | "Identifier": [ 26 | { 27 | "IdentifierValueCode": "A330" 28 | } 29 | ], 30 | "DateEffective": "1987-05-01", 31 | "ExpirationDate": "2000-10-31", 32 | "Description": "Understanding of terminology and issues and their application in functioning packet switched networks.", 33 | "Subject": [ 34 | "packet switching overview", 35 | "evolution of packet switching and public networks", 36 | "physical level protocols", 37 | "link level protocols", 38 | "packet level protocols", 39 | "network services", 40 | "asynchronous connections", 41 | "BISYNC connections", 42 | "SNA SDLC connections", 43 | "packet switched networks" 44 | ], 45 | "LearningMethodDescription": "Methods of instruction include lecture, discussion, laboratory exercises, videotapes, and a final examination.", 46 | "Teaches": [ 47 | { 48 | "TargetNodeDescription": "Upon successful completion of this course, the student will be able to describe packet technology; and discuss the history of public packet networks--their practical implementation and management issues related to implementation." 49 | } 50 | ], 51 | "OwnedBy": [ 52 | { 53 | "Type": "ceterms:CredentialOrganization", 54 | "Name": "Ameritech", 55 | "SubjectWebpage": "https://www.ameritech.edu/" 56 | } 57 | ], 58 | "EstimatedDuration": [ 59 | { 60 | "Description": "Total Hours", 61 | "ExactDuration": 62 | { 63 | "Hours":40 64 | } 65 | }, 66 | { 67 | "Description": "Overall Length", 68 | "ExactDuration": 69 | { 70 | "Days":4 71 | } 72 | } 73 | ], 74 | "AvailableAt": [ 75 | { 76 | "AddressLocality": "Waukesha", 77 | "AddressRegion": "WI" 78 | } 79 | ] 80 | } 81 | ] 82 | } 83 | -------------------------------------------------------------------------------- /deprecated/intendedPurpose.ttl: -------------------------------------------------------------------------------- 1 | @prefix intendedPurpose: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # INTENDED PURPOSE VOCABULARY DESCRIPTION 14 | intendedPurpose: a skos:ConceptScheme; 15 | dc:title "CTI Intended Purpose Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme describing the intended types of application of the credential by the holder."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: GENERAL EDUCATION 23 | intendedPurpose:GeneralEducation a skos:Concept; 24 | skos:prefLabel "General Education"@en-US; 25 | skos:definition "The purpose of the credential as identified by the relevant agent is for the general education of the holder."@en-US; 26 | skos:inScheme intendedPurpose: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: JOB OR CAREER PREPARATION 30 | intendedPurpose:JobOrCareerPreparation a skos:Concept; 31 | skos:prefLabel "Job/Career Preparation"@en-US; 32 | skos:definition "The purpose of the credential as identified by the relevant agent is for job or career preparation of the holder. "@en-US; 33 | skos:inScheme intendedPurpose: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: PRIOR LEARNING EXPERIENCE 37 | intendedPurpose:priorExperience a skos:Concept; 38 | skos:prefLabel "Prior Learning Experience"@en-US; 39 | skos:definition "The purpose of the credential as identified by the relevant agent is for prior determining learning experience of the holder."@en-US; 40 | skos:inScheme intendedPurpose: ; 41 | vs:term_status "unstable" . 42 | 43 | # CONCEPT: MID-CAREER LEVEL ADVANCEMENT (???) 44 | intendedPurpose:MidCareer a skos:Concept; 45 | skos:prefLabel "Mid-Career Level"@en-US; 46 | skos:definition "The purpose of the credential as identified by the relevant agent is for mid-career preparation and advancement of the holder."@en-US; 47 | skos:inScheme intendedPurpose: ; 48 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /deprecated/costType.ttl: -------------------------------------------------------------------------------- 1 | @prefix costType: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix vs: . 11 | 12 | # COST TYPE VOCABULARY DESCRIPTION 13 | costType: a skos:ConceptScheme; 14 | dc:title "CTI Cost Type Vocabulary" ; 15 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 16 | dc:description "A concept scheme that defines the types of costs of a resource."@en-US ; 17 | dct:created "2016-09-07"^^xsd:date ; 18 | dct:modified "2016-09-28"^^xsd:date ; 19 | dct:license . 20 | 21 | # CONCEPT: AGGREGATE COST 22 | costType:AggregateCost a skos:Concept; 23 | skos:prefLabel "Aggregate Cost"@en-US; 24 | skos:definition "The sum of direct costs."@en-US; 25 | skos:inScheme costType: . 26 | 27 | # CONCEPT: APPLICATION 28 | costType:Application a skos:Concept; 29 | skos:prefLabel "Application"@en-US; 30 | skos:definition "Direct cost of applying for a learning opportunity (including programs of study), credential, assessment, or required task."@en-US; 31 | skos:inScheme costType: . 32 | 33 | # CONCEPT: BACKGROUND CHECK 34 | costType:BackgroundCheck a skos:Concept; 35 | skos:prefLabel "Background Check"@en-US; 36 | skos:definition "Direct cost for performance of a required backgroung check."@en-US; 37 | skos:inScheme costType: . 38 | 39 | # CONCEPT: LEARNING RESOURCE 40 | costType:LearningResource a skos:Concept; 41 | skos:prefLabel "Learning Resource"@en-US; 42 | skos:definition "Direct costs for learning resources such as textbooks, workbooks, labratory fees, and related supplies."@en-US; 43 | skos:inScheme costType: . 44 | 45 | # CONCEPT: STANDALONE/EXTRA ASSESSMENT 46 | costType:StandaloneAssessment a skos:Concept; 47 | skos:prefLabel "Standalone/Extra Assessment"@en-US; 48 | skos:definition "Direct costs of assessments not included as part of a learning opportunity,"@en-US; 49 | skos:inScheme costType: . 50 | 51 | # CONCEPT: TUITION 52 | costType:Tuition a skos:Concept; 53 | skos:prefLabel "Tuition"@en-US; 54 | skos:definition "Direct costs charged for teaching or instruction by a school, college, or university."@en-US; 55 | skos:inScheme costType: . 56 | -------------------------------------------------------------------------------- /deprecated/residency.ttl: -------------------------------------------------------------------------------- 1 | @prefix residency: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # RESIDENCY TYPE TYPE VOCABULARY DESCRIPTION 14 | residency: a skos:ConceptScheme; 15 | dc:title "CTI Cost Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of legal residency or domicile of learners."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: IN-STATE 23 | residency:InState a skos:Concept; 24 | skos:prefLabel "In-State"@en-US; 25 | skos:definition "The legal residency or domicile status of the agent is the state or province of the relevant activity."@en-US; 26 | skos:inScheme residency: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: INTERNATIONAL 30 | residency:International a skos:Concept; 31 | skos:prefLabel "International"@en-US; 32 | skos:definition "The legal residency, domicile, or citizen status of the agent is the foreign nation."@en-US; 33 | skos:inScheme residency: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: LOCAL 37 | residency:Local a skos:Concept; 38 | skos:prefLabel "Local"@en-US; 39 | skos:definition "The legal residency or domicile status of the agent is local."@en-US; 40 | skos:inScheme residency: ; 41 | vs:term_status "unstable" . 42 | 43 | # CONCEPT: OUT-OF-STATE 44 | residency:OutOfState a skos:Concept; 45 | skos:prefLabel "Out-of-State"@en-US; 46 | skos:definition "The legal residency or domicile status of the agent is a state or province different from the state or provincial locus of the relevant activity."@en-US; 47 | skos:inScheme residency: ; 48 | vs:term_status "unstable" . 49 | 50 | # CONCEPT: REGIONAL 51 | residency:Regional a skos:Concept; 52 | skos:prefLabel "Regional"@en-US; 53 | skos:definition "The legal residency or domicile status of the agent is the same geopolitical region as that of the relevant activity."@en-US; 54 | skos:inScheme residency: ; 55 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Texas/Year-1-programs.json: -------------------------------------------------------------------------------- 1 | "@graph": [ 2 | { 3 | "@type": "qdata:DataSetProfile", 4 | "ceterms:description": { "en": "First-year wages and loan information for a credential from [offerer name] with CIP code [CIP code] in Texas." }, 5 | "qdata:dataSuppressionPolicy": { "en": "Program years with fewer than 5 graduates are suppressed." }, 6 | "ceterms:source": "https://texaswebsite", 7 | "schema:about": [ "_:credential" ], 8 | "qdata:dataProvider": [ "res:ce-ctid-for-state-org" ], 9 | "qdata:dataSetTimePeriod": [ 10 | { 11 | "@type": "qdata:DataSetTimeFrame", 12 | "ceterms:startDate": "2019-1-1", 13 | "ceterms:endDate": "2019-12-31", 14 | "qdata:dataAttributes": [ 15 | { 16 | "@type": "qdata:DataProfile", 17 | "qdata:holdersInSet": [ 18 | { 19 | "@type": "schema:QuantitativeValue", 20 | "schema:description": { "en": "Number of graduates." }, 21 | "schema:value": 66 22 | } 23 | ], 24 | "qdata:earningsAmount": [ 25 | { 26 | "@type": "schema:MonetaryAmount", 27 | "schema:value": 33319, 28 | "schema:description": { "en": "The median earnings during the calendar year presented." }, 29 | "schema:currency": "USD" 30 | } 31 | ], 32 | "qdata:subjectValue": [ 33 | { 34 | "@type": "schema:QuantitativeValue", 35 | "schema:description": { "en": "Percent of graduates with loans." }, 36 | "qdata:percentage": 0.61 37 | }, 38 | { 39 | "@type": "schema:QuantitativeValue", 40 | "schema:description": { "en": "Average loan amount at graduation." }, 41 | "schema:value": 19224, 42 | "schema:unitText": "res:ce-ctid-for-concept-representing-USD" 43 | }, 44 | { 45 | "@type": "schema:QuantitativeValue", 46 | "schema:description": { "en": "The percentage of graduates found with wages earned in Texas in the first year after graduation." }, 47 | "schema:percentage": 0.74 48 | }, 49 | { 50 | "@type": "schema:QuantitativeValue", 51 | "schema:description": { "en": "Loan to first wage ratio." }, 52 | "schema:percentage": 0.49 53 | } 54 | ] 55 | } 56 | ] 57 | } 58 | ] 59 | }, 60 | { 61 | "@id": "_:credential", 62 | "@type": "ceterms:MasterDegree", 63 | "ceterms:offeredBy": [ "res:ce-ctid-for-offering-org-looked-up-via-fice_code" ], 64 | "ceterms:instructionalProgramType": [ 65 | { 66 | "@type": "ceterms:CredentialAlignmentObject", 67 | "ceterms:codedNotation": "3099" 68 | } 69 | ], 70 | "ceterms:estimatedDuration": [ 71 | { 72 | "@type": "ceterms:DurationProfile", 73 | "ceterms:description": { "en": "Degree Time to Finish" } 74 | "ceterms:exactDuration": "P6.54Y" 75 | } 76 | ] 77 | } 78 | ] 79 | -------------------------------------------------------------------------------- /Credential Approval Lists/ProPath via Collection with Date Range.json: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "https://sandbox.credentialengineregistry.org/graph/ce-760dd799-0a6a-4834-83f0-8a829f6ab3bd", 3 | "@graph": [ 4 | { 5 | "@id": "https://sandbox.credentialengineregistry.org/resources/ce-760dd799-0a6a-4834-83f0-8a829f6ab3bd", 6 | "@type": "ceterms:Collection", 7 | "ceterms:name": { "en": "Pro Path Courses" }, 8 | "ceterms:hasMember": [ 9 | "https://sandbox.credentialengineregistry.org/resources/ce-a81a0019-6853-4cc9-b47d-5c1b908cdbfe", 10 | "https://sandbox.credentialengineregistry.org/resources/ce-997d2f36-ced6-4856-a062-77f997f01995", 11 | "..." 12 | ] 13 | } 14 | ] 15 | } 16 | 17 | { 18 | "@id": "https://sandbox.credentialengineregistry.org/graph/ce-a81a0019-6853-4cc9-b47d-5c1b908cdbfe" 19 | "@graph": [ 20 | { 21 | "@id": "https://sandbox.credentialengineregistry.org/resources/ce-a81a0019-6853-4cc9-b47d-5c1b908cdbfe", 22 | "@type": "ceterms:Collection", 23 | "ceterms:name": { "en": "Pro Path Courses for 2021" }, 24 | "ceterms:startDate": "2021-01-01", 25 | "ceterms:endDate": "2022-01-01", 26 | "ceterms:hasMember": [ 27 | "https://sandbox.credentialengineregistry.org/resources/ce-c7b9a991-7a8f-43d6-b865-0b4ad5234f60", 28 | "https://sandbox.credentialengineregistry.org/resources/ce-4aee2d61-9b22-44bd-b6f1-e72f2eaaafab", 29 | "_:8c1a16e4-3c21-4f34-b2cd-c5ac32ae1554" 30 | ] 31 | }, 32 | { 33 | "@id": "_:8c1a16e4-3c21-4f34-b2cd-c5ac32ae1554", 34 | "@type": "ceterms:License", 35 | "ceterms:industryType": [ 36 | { 37 | "@type": "ceterms:CredentialAlignmentObject", 38 | "ceterms:targetNodeName": { "en": "General Freight Trucking, Long-Distance, Truckload" }, 39 | "ceterms:codedNotation": "484121", 40 | "ceterms:targetNode": "https://www.naics.com/naics-code-description/?code=484121" 41 | } 42 | ], 43 | "ceterms:sameAs": [ 44 | "https://sandbox.credentialengineregistry.org/resources/ce-5c17baf9-877e-447b-a641-df97a6500e06" 45 | ] 46 | } 47 | ] 48 | } 49 | 50 | { 51 | "@id": "https://sandbox.credentialengineregistry.org/graph/ce-997d2f36-ced6-4856-a062-77f997f01995", 52 | "@graph": [ 53 | { 54 | "@id": "https://sandbox.credentialengineregistry.org/resources/ce-a81a0019-6853-4cc9-b47d-5c1b908cdbfe", 55 | "@type": "ceterms:Collection", 56 | "ceterms:name": { "en": "Pro Path Courses for 2022" }, 57 | "ceterms:startDate": "2022-01-01", 58 | "ceterms:endDate": "2023-01-01", 59 | "ceterms:hasMember": [ 60 | "https://sandbox.credentialengineregistry.org/resources/ce-69beda79-e74b-475b-9bbe-8537f89ed575", 61 | "https://sandbox.credentialengineregistry.org/resources/ce-16d21556-e41c-4151-8634-4c1fb1419a9d", 62 | "https://sandbox.credentialengineregistry.org/resources/ce-9abceac6-14b0-4e25-86c9-accba3d6de3c", 63 | "..." 64 | ] 65 | } 66 | ] 67 | } 68 | -------------------------------------------------------------------------------- /Transfer Value Profile/Assistant API - Assessment - Certified Administrative Secretary Part 3 (With Current Properties).json: -------------------------------------------------------------------------------- 1 | { 2 | "CTID": "ce-a93a8011-70ec-4725-88ba-3837c2b45bfa", 3 | "Name": "Certified Administrative Secretary (CPS) Examination Part III: Economics And Management", 4 | "Description": "Understanding Certified Administrative Secretary (CPS) Examination Part III: Economics And Management", 5 | "Identifier": [ 6 | { 7 | "IdentifierValueCode": "PSIN-0003" 8 | } 9 | ], 10 | "SubjectWebpage": "https://www2.acenet.edu/credit/?fuseaction=transcriptsPublic.getCourseSearchCriteria", 11 | "OwnedBy": [ 12 | { 13 | "CTID": "ce-96938154-dcb4-ea11-a812-000d3a579ca8" 14 | } 15 | ], 16 | "TransferValue": [ 17 | { 18 | "Value": 8.0, 19 | "CreditUnitType": [ 20 | "DegreeCredit" 21 | ], 22 | "CreditLevelType": [ 23 | "LowerDivisionLevel" 24 | ], 25 | "Description": "In the lower-division baccalaureate/associate degree category, 3 semester hours in economics and 3 semester hours in principles of management; 1 semester hour in marketing and 1 semester hour in human resources management (11/86)." 26 | } 27 | ], 28 | "TransferValueFrom": [ 29 | { 30 | "Type": "AssessmentProfile", 31 | "Name": "Certified Administrative Secretary (CPS) Examination Part III: Economics And Management", 32 | "Description": "This part of the examination tests understand in two major subject areas: Economics (35%) and Management (65%). Emphasis is placed on understanding the basic concepts underlying business operations. This test covers key economic and management principles and the latest governmental regulations in business. The material tested is similar to those subjects covered in courses in basic economics and management.", 33 | "Assesses": [ 34 | { 35 | "TargetNodeName": "Economics", 36 | "TargetNodeDescription": "basic concepts of economics; national income and its determinants; the financial system; business involvement in current social and economic programs; international trade", 37 | "Weight": 0.35 38 | }, 39 | { 40 | "TargetNodeName": "The Nature and Functions of Management", 41 | "TargetNodeDescription": "forms of business organization (characteristics, advantages, and disadvantages); decision - making processes; planning; organizing; leading; controlling; communicating", 42 | "Weight": 0.45 43 | }, 44 | { 45 | "TargetNodeName": "Fields of Management", 46 | "TargetNodeDescription": "human resources management; production management; marketing management; public relations", 47 | "Weight": 0.2 48 | } 49 | ], 50 | "OwnedBy": [ 51 | { 52 | "Type": "CredentialOrganization", 53 | "Name": "International Association of Administrative Professionals", 54 | "SubjectWebpage": "https://www.iaap-hq.org/" 55 | } 56 | ] 57 | } 58 | ] 59 | } 60 | -------------------------------------------------------------------------------- /Transfer Value Profile/CTDL - Course - KBOR - Infantryman Level 30.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-852a309c-c246-4761-877a-ab540c0ea91e", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:name": "Kansas Credit for Prior Learning Task Force", 7 | "ceterms:subjectWebpage": "https://military.kansasregents.org/MAP/course_info/001902/25", 8 | "ceterms:ownedBy": [ 9 | "https://credentialengineregistry.org/resources/ce-e4c8e9bd-88bd-4704-9e3a-78faebdca59d" 10 | ], 11 | "ceterms:transferValue": [ 12 | { 13 | "@type": "ceterms:ValueProfile", 14 | "schema:value": 3.0, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ] 18 | } 19 | ], 20 | "ceterms:transferValueFrom": [ 21 | "_:Occ_11B_10" 22 | ], 23 | "ceterms:transferValueFor": [ 24 | "_:Lopp_LED1454" 25 | ] 26 | }, 27 | { 28 | "@id": "_:Occ_11B_10", 29 | "@type": "ceterms:Occupation", 30 | "ceterms:name": { "en": "Infantryman Level 30" }, 31 | "ceterms:occupationType": [ 32 | { 33 | "@type": "ceterms:CredentialAlignmentObject", 34 | "ceterms:frameworkName": { "en": "US Army MOS Codes" }, 35 | "ceterms:targetNodeName": { "en": "INFANTRYMAN" }, 36 | "ceterms:codedNotation": "11B", 37 | "ceterms:targetNode": "https://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/combat/infantryman-11b.html" 38 | } 39 | ], 40 | "ceterms:classification": [ 41 | "_:Concept_SL30" 42 | ] 43 | }, 44 | { 45 | "@id": "_:Lopp_LED1454", 46 | "@type": "ceterms:LearningOpportunityProfile", 47 | "ceterms:name": { "en": "Leadership Mentoring" }, 48 | "ceterms:identifier": [ 49 | { 50 | "@type": "ceterms:IdentifierValue", 51 | "ceterms:identifierValueCode": "LED1454" 52 | } 53 | ], 54 | "ceterms:ownedBy": [ 55 | "https://credentialengineregistry.org/resources/ce-1ce888e7-18d4-42fd-9a13-ef693631409b" 56 | ], 57 | "ceterms:offeredBy": [ 58 | "https://credentialengineregistry.org/resources/ce-1ce888e7-18d4-42fd-9a13-ef693631409b" 59 | ], 60 | "ceterms:isPartOf": [ 61 | "https://credentialengineregistry.org/resources/ce-af8d32aa-338c-4fd1-b226-3ece8a36379c", 62 | "https://credentialengineregistry.org/resources/ce-52cd57a8-73b5-44b0-8f1f-cc569f7f3c10", 63 | "https://credentialengineregistry.org/resources/ce-6b88e886-2653-406e-9549-700c49ac2850", 64 | "https://credentialengineregistry.org/resources/ce-a712bc81-8acb-4ada-84ba-fb70a607c998", 65 | "https://credentialengineregistry.org/resources/ce-75ccab9b-3eda-4dcc-bbbc-699169e9765e" 66 | ] 67 | }, 68 | { 69 | "@id": "_:Concept_SL30", 70 | "@type": "ceterms:CredentialAlignmentObject", 71 | "ceterms:targetNodeName": { "en": "Service Level" }, 72 | "ceterms:codedNotation": "30" 73 | } 74 | ] 75 | } 76 | -------------------------------------------------------------------------------- /Transfer Value Profile/Archive/Assistant API - ACE - Packet Switched Networks (With Current Properties).json: -------------------------------------------------------------------------------- 1 | { 2 | "CTID": "ce-ba971485-e4e6-41a7-bf6d-75b4b98be698", 3 | "Name": "Packet Switched Networks", 4 | "Description": "Understanding of terminology and issues and their application in functioning packet switched networks.", 5 | "Identifier": [ 6 | { 7 | "IdentifierValueCode": "AMER-0015" 8 | } 9 | ], 10 | "SubjectWebpage": "https://www2.acenet.edu/credit/?fuseaction=transcriptsPublic.getCourseSearchCriteria", 11 | "OwnedBy": [ 12 | { 13 | "CTID": "ce-96938154-dcb4-ea11-a812-000d3a579ca8" 14 | } 15 | ], 16 | "TransferValue": [ 17 | { 18 | "Value": 2.0, 19 | "CreditUnitType": [ 20 | "DegreeCredit" 21 | ], 22 | "CreditLevelType": [ 23 | "UpperDivisionLevel" 24 | ], 25 | "Description": "In the upper-division baccalaureate degree category, 2 semester hours in electrical engineering, data communications and networking, telecommunications, or management information systems (11/90)." 26 | } 27 | ], 28 | "TransferValueFrom": [ 29 | { 30 | "Type": "ceterms:LearningOpportunityProfile", 31 | "Name": "Packet Switched Networks", 32 | "Identifier": [ 33 | { 34 | "IdentifierValueCode": "A330" 35 | } 36 | ], 37 | "Description": "Understanding of terminology and issues and their application in functioning packet switched networks.", 38 | "Subject": [ 39 | "packet switching overview", 40 | "evolution of packet switching and public networks", 41 | "physical level protocols", 42 | "link level protocols", 43 | "packet level protocols", 44 | "network services", 45 | "asynchronous connections", 46 | "BISYNC connections", 47 | "SNA SDLC connections", 48 | "packet switched networks" 49 | ], 50 | "LearningMethodDescription": "Methods of instruction include lecture, discussion, laboratory exercises, videotapes, and a final examination.", 51 | "LearningMethodType": [ 52 | { 53 | "TargetNode": "learnMethod:Lecture" 54 | }, 55 | { 56 | "TargetNode": "learnMethod:Seminar" 57 | }, 58 | { 59 | "TargetNode": "learnMethod:Laboratory" 60 | } 61 | ], 62 | "Teaches": [ 63 | { 64 | "TargetNodeDescription": "Upon successful completion of this course, the student will be able to describe packet technology; and discuss the history of public packet networks--their practical implementation and management issues related to implementation." 65 | } 66 | ], 67 | "OwnedBy": [ 68 | { 69 | "Type": "ceterms:CredentialOrganization", 70 | "Name": "Ameritech", 71 | "SubjectWebpage": "https://www.ameritech.edu/", 72 | "Address": [ 73 | { 74 | "City": "Waukesha", 75 | "Region": "WI", 76 | "Country": "United States" 77 | } 78 | ] 79 | } 80 | ], 81 | "EstimatedDuration": [ 82 | { 83 | "Description": "40 hours (5 days)" 84 | } 85 | ] 86 | } 87 | ] 88 | } 89 | -------------------------------------------------------------------------------- /Credential Approval Lists/ProPath via Member Class.json: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "https://sandbox.credentialengineregistry.org/graph/ce-760dd799-0a6a-4834-83f0-8a829f6ab3bd", 3 | "@graph": [ 4 | { 5 | "@id": "https://sandbox.credentialengineregistry.org/resources/ce-760dd799-0a6a-4834-83f0-8a829f6ab3bd", 6 | "@type": "ceterms:Collection", 7 | "ceterms:name": { "en": "Pro Path Courses" }, 8 | "ceterms:hasMember": [ 9 | "_:2bbbf9e4-e825-420c-9c53-6d1bcacd8899", 10 | "_:efcc3fb3-567d-4ac1-942b-a7c22fe4c1ad", 11 | "_:b6599347-8dc1-439c-8a2d-b4b8c4a079e6", 12 | "..." 13 | ] 14 | }, 15 | { 16 | "@id": "_:2bbbf9e4-e825-420c-9c53-6d1bcacd8899", 17 | "@type": "ceterms:Member", 18 | "ceterms:startDate": "2021-01-01", 19 | "ceterms:endDate": "2022-01-01", 20 | "ceterms:proxyFor": "https://sandbox.credentialengineregistry.org/resources/ce-c7b9a991-7a8f-43d6-b865-0b4ad5234f60" 21 | }, 22 | { 23 | "@id": "_:efcc3fb3-567d-4ac1-942b-a7c22fe4c1ad", 24 | "@type": "ceterms:Member", 25 | "ceterms:startDate": "2021-01-01", 26 | "ceterms:endDate": "2022-01-01", 27 | "ceterms:proxyFor": "https://sandbox.credentialengineregistry.org/resources/ce-4aee2d61-9b22-44bd-b6f1-e72f2eaaafab" 28 | }, 29 | { 30 | "@id": "_:b6599347-8dc1-439c-8a2d-b4b8c4a079e6", 31 | "@type": "ceterms:Member", 32 | "ceterms:startDate": "2021-01-01", 33 | "ceterms:endDate": "2022-01-01", 34 | "ceterms:proxyFor": "_:671bfa36-ef45-4bc1-8c14-066ea61f733c" 35 | }, 36 | { 37 | "@id": "_:2bbbf9e4-e825-420c-9c53-6d1bcacd8899", 38 | "@type": "ceterms:Member", 39 | "ceterms:startDate": "2022-01-01", 40 | "ceterms:endDate": "2023-01-01", 41 | "ceterms:proxyFor": "https://sandbox.credentialengineregistry.org/resources/ce-69beda79-e74b-475b-9bbe-8537f89ed575" 42 | }, 43 | { 44 | "@id": "_:efcc3fb3-567d-4ac1-942b-a7c22fe4c1ad", 45 | "@type": "ceterms:Member", 46 | "ceterms:startDate": "2022-01-01", 47 | "ceterms:endDate": "2023-01-01", 48 | "ceterms:proxyFor": "https://sandbox.credentialengineregistry.org/resources/ce-16d21556-e41c-4151-8634-4c1fb1419a9d" 49 | }, 50 | { 51 | "@id": "_:b6599347-8dc1-439c-8a2d-b4b8c4a079e6", 52 | "@type": "ceterms:Member", 53 | "ceterms:startDate": "2022-01-01", 54 | "ceterms:endDate": "2023-01-01", 55 | "ceterms:proxyFor": "https://sandbox.credentialengineregistry.org/resources/ce-9abceac6-14b0-4e25-86c9-accba3d6de3c" 56 | }, 57 | "...", 58 | { 59 | "@id": "_:671bfa36-ef45-4bc1-8c14-066ea61f733c", 60 | "@type": "ceterms:License", 61 | "ceterms:industryType": [ 62 | { 63 | "@type": "ceterms:CredentialAlignmentObject", 64 | "ceterms:targetNodeName": { "en": "General Freight Trucking, Long-Distance, Truckload" }, 65 | "ceterms:codedNotation": "484121", 66 | "ceterms:targetNode": "https://www.naics.com/naics-code-description/?code=484121" 67 | } 68 | ], 69 | "ceterms:sameAs": [ 70 | "https://sandbox.credentialengineregistry.org/resources/ce-5c17baf9-877e-447b-a641-df97a6500e06" 71 | ] 72 | } 73 | ] 74 | } 75 | -------------------------------------------------------------------------------- /HandbookExamples/CredentialTypes/credentialComparison.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "https://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "https://example.org/resources/" 6 | } 7 | ], 8 | "@graph": [ 9 | { 10 | "@id": "res:ce-421140fa-ff2c-4ec3-aca1-415104419973", 11 | "@type": "ceterms:AlignmentMap", 12 | "ceterms:name": { 13 | "en": "Erewhon to Utopia Credential Types Comparison." 14 | }, 15 | "ceterms:source": "https:/example.edu/alignment", 16 | "ceterms:date": "2025-01-20", 17 | "ceasn:publisher": "res:ce-061b3620-f7b0-4440-91b8-bc232b56f7e0", 18 | "ceterms:developmentProcess": { 19 | "@type": "ceterms:ProcessProfile", 20 | "ceterms:subjectWebpage": "https:/example.edu/alignment/process", 21 | "ceterms:description": { 22 | "en": "The comparison of Erewhon and Xanadu Credentials was carried out according the following procedure...." 23 | } 24 | }, 25 | "ceterms:hasPart": [ 26 | { 27 | "@type": "ceterms:AlignmentObject", 28 | "ceterms:sourceNode": "res:ce-12f6f7c3-bfec-4bef-a1dd-0256df5170ce", 29 | "ceterms:targetNode": "res:ce-8a2d660d-3648-4129-8ad4-45cf9db52bf3", 30 | "ceterms:alignmentType": "alignment:CloseMatch", 31 | "ceterms:description": { 32 | "en": "The requirements for the Erewhon Honours Degree and the Xanadu Full Degree are equivalent except for the following minor aspects..." 33 | } 34 | } 35 | ] 36 | }, 37 | { 38 | "@id": "res:ce-12f6f7c3-bfec-4bef-a1dd-0256df5170ce", 39 | "@type": "ceterms:CredentialType", 40 | "ceterms:name": { 41 | "en": "Honours Degree" 42 | }, 43 | "ceterms:ownedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 44 | "ceterms:regulatedBy": "res:ce-ac346c60-9f8c-4130-b955-ed947603fbd4", 45 | "ceterms:jurisdiction": "res:ce-e6ce7f93-5fca-4048-a85b-2202da791bc5", 46 | "ceterms:subclassOf": "ceterms:BachelorDegree", 47 | "ceterms:classification": "res:ce-74227472-0257-407c-8528-53653ae5e13b" 48 | }, 49 | { 50 | "@id": "res:ce-8a2d660d-3648-4129-8ad4-45cf9db52bf3", 51 | "@type": "ceterms:CredentialType", 52 | "ceterms:name": { 53 | "en": "Full Degree" 54 | }, 55 | "ceterms:ownedBy": "res:ce-061b3620-f7b0-4440-91b8-bc232b56f7e0", 56 | "ceterms:regulatedBy": "res:ce-061b3620-f7b0-4440-91b8-bc232b56f7e0", 57 | "ceterms:jurisdiction": "res:ce-15763256-302f-4e1e-82a3-f9643a6a679a", 58 | "ceterms:subclassOf": "ceterms:BachelorDegree", 59 | "ceterms:classification": "res:ce-d493fa96-7ad5-4e8d-93a5-9bb67fffabc6" 60 | } 61 | ] 62 | } -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/PathwayBuilder/Constraints-API.json: -------------------------------------------------------------------------------- 1 | { 2 | "PathwayComponents": [ 3 | { 4 | "HasCondition": [ 5 | "f836908f-d378-4017-b75e-daa1928ac766" 6 | ] 7 | } 8 | ], 9 | "ComponentConditions": [ 10 | { 11 | "RowId": "f836908f-d378-4017-b75e-daa1928ac766", 12 | "RequiredNumber": 2, 13 | "LogicalOperator": "logic:And", 14 | "HasConstraint": [ 15 | "91d00367-0f7f-4d4e-a5e0-9823f556a1d5", 16 | "58d992f0-7326-4632-baf7-267de495e6d1", 17 | "834d4dc1-1096-4031-b4b8-b34c274b7d91", 18 | "4efb4131-0eee-45f5-a831-19a68af50a6a" 19 | ] 20 | } 21 | ], 22 | "Constraints": [ 23 | { 24 | "RowId": "91d00367-0f7f-4d4e-a5e0-9823f556a1d5", 25 | "LeftSource": [ 26 | { 27 | "URI": "ceterms:creditValue", 28 | "Name": "Credit Value" 29 | } 30 | ], 31 | "Comparator": "compare:EQ", 32 | "RightSource": [ 33 | { 34 | "Name": "10" 35 | } 36 | ] 37 | }, 38 | { 39 | "RowId": "58d992f0-7326-4632-baf7-267de495e6d1", 40 | "LeftSource": [ 41 | { 42 | "URI": "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningstudentgrade", 43 | "Name": "Student Grade" 44 | } 45 | ], 46 | "Comparator": "compare:GT", 47 | "RightSource": [ 48 | { 49 | "URI": "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaninggradelevelc", 50 | "Name": "Grade Level C" 51 | } 52 | ] 53 | }, 54 | { 55 | "RowId": "834d4dc1-1096-4031-b4b8-b34c274b7d91", 56 | "LeftSource": [ 57 | { 58 | "URI": "ceterms:financialAssistanceType", 59 | "Name": "Financial Assistance Type" 60 | } 61 | ], 62 | "Comparator": "compare:EQ", 63 | "RightAction": "array:AnyOf", 64 | "RightSource": [ 65 | { 66 | "URI": "financialAid:FederalGrant", 67 | "Name": "Federal Grant" 68 | }, 69 | { 70 | "URI": "financialAid:InstitutionalGrant", 71 | "Name": "Institutional Grant" 72 | }, 73 | { 74 | "URI": "financialAid:PrivateGrant", 75 | "Name": "Private Grant" 76 | } 77 | ] 78 | }, 79 | { 80 | "RowId": "4efb4131-0eee-45f5-a831-19a68af50a6a", 81 | "LeftAction": "array:AllOf", 82 | "LeftSource": [ 83 | { 84 | "Name": "User-entered text 1" 85 | }, 86 | { 87 | "Name": "User-entered text 2" 88 | }, 89 | { 90 | "Name": "User-entered text 3" 91 | } 92 | ], 93 | "Comparator": "compare:LT", 94 | "RightAction": "array:OneOf", 95 | "RightSource": [ 96 | { 97 | "URI": "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconcepta", 98 | "Name": "Concept A" 99 | }, 100 | { 101 | "URI": "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconceptb", 102 | "Name": "Concept B" 103 | }, 104 | { 105 | "URI": "https://credentialengineregistry.org/resources/ce-ctidforaconceptmeaningconceptc", 106 | "Name": "Concept C" 107 | } 108 | ] 109 | }, 110 | ] 111 | } 112 | -------------------------------------------------------------------------------- /HandbookExamples/degreeWithConcentration.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@type": "ceterms:BachelorOfScienceDegree", 6 | "@id": "res:ce-d4884357-0a56-4f44-bb6f-182d7db51d2d", 7 | "ceterms:name": { 8 | "en": "B.S. in Data Science" 9 | }, 10 | "ceterms:degreeConcentration": [ 11 | { 12 | "@type": "ceterms:CredentialAlignmentObject", 13 | "ceterms:targetNodeName": { 14 | "en": "Business Analytics" 15 | } 16 | }, 17 | { 18 | "@type": "ceterms:CredentialAlignmentObject", 19 | "ceterms:targetNodeName": { 20 | "en": "Geographic Information Systems (GIS)" 21 | } 22 | } 23 | ], 24 | "ceterms:requires": { 25 | "@type": "ceterms:ConditionProfile", 26 | "ceterms:targetLearningOpportunity": "res:ce-4ced86ab-0d91-400e-a6bc-39449756016c", 27 | "ceterms:alternativeCondition": [ 28 | { 29 | "@type": "ceterms:ConditionProfile", 30 | "ceterms:name": { 31 | "en": "Requirements for Business Analytics" 32 | }, 33 | "ceterms:targetLearningOpportunity": [ 34 | "res:ce-d55c2f32-d311-444d-8445-a4e35d187bbd", 35 | "res:ce-12ebd695-8075-451b-b672-a6a7e885aa31" 36 | ] 37 | }, 38 | { 39 | "@type": "ceterms:ConditionProfile", 40 | "ceterms:name": { 41 | "en": "Requirements for GIS" 42 | }, 43 | "ceterms:targetLearningOpportunity": [ 44 | "res:ce-213a716e-4fe9-45a5-be8a-bfe10b2b332b", 45 | "res:ce-d1e848de-b4e3-4ef6-9348-9b5e1f0dea4d" 46 | ] 47 | } 48 | ] 49 | } 50 | }, 51 | { 52 | "@type": "ceterms:LearningOpportunityProfile", 53 | "@id": "res:ce-4ced86ab-0d91-400e-a6bc-39449756016c" 54 | }, 55 | { 56 | "@type": "ceterms:LearningOpportunityProfile", 57 | "@id": "res:ce-d55c2f32-d311-444d-8445-a4e35d187bbd" 58 | }, 59 | { 60 | "@type": "ceterms:LearningOpportunityProfile", 61 | "@id": "res:ce-12ebd695-8075-451b-b672-a6a7e885aa31" 62 | }, 63 | { 64 | "@type": "ceterms:LearningOpportunityProfile", 65 | "@id": "res:ce-213a716e-4fe9-45a5-be8a-bfe10b2b332b" 66 | }, 67 | { 68 | "@type": "ceterms:LearningOpportunityProfile", 69 | "@id": "res:ce-d1e848de-b4e3-4ef6-9348-9b5e1f0dea4d" 70 | } 71 | ] 72 | } -------------------------------------------------------------------------------- /Rubrics/Examples/Simplified_Rubric.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceasn:Rubric", 5 | "ceasn:name": { "en": "Essay Evaluation" }, 6 | "ceasn:hasRubricCriterion": [ 7 | "_:criterion1", 8 | "_:criterion2" 9 | ], 10 | "ceasn:hasRubricLevel": [ 11 | "_:level1", 12 | "_:level2", 13 | "_:level3" 14 | ] 15 | }, 16 | { 17 | "@type": "ceasn:RubricCriterion", 18 | "@id": "_:criterion1", 19 | "ceasn:name": { "en": "State a position" }, 20 | "ceterms:weight": 0.5, 21 | "ceasn:hasCriterionLevel": [ 22 | "_:c1l1", 23 | "_:c1l2", 24 | "_:c1l3" 25 | ] 26 | }, 27 | { 28 | "@type": "ceasn:RubricCriterion", 29 | "@id": "_:criterion2", 30 | "ceasn:name": { "en": "Support hypothesis" }, 31 | "ceterms:weight": 0.5, 32 | "ceasn:hasCriterionLevel": [ 33 | "_:c2l1", 34 | "_:c2l2", 35 | "_:c1l3" 36 | ] 37 | }, 38 | { 39 | "@type": "ceasn:RubricLevel", 40 | "@id": "_:level1", 41 | "ceasn:name": { "en": "Excellent" }, 42 | "ceasn:hasCriterionLevel": [ 43 | "_:c1l1", 44 | "_:c2l1" 45 | ] 46 | }, 47 | { 48 | "@type": "ceasn:RubricLevel", 49 | "@id": "_:level2", 50 | "ceasn:name": { "en": "Satisfactory" }, 51 | "ceasn:hasCriterionLevel": [ 52 | "_:c1l2", 53 | "_:c2l2" 54 | ] 55 | }, 56 | { 57 | "@type": "ceasn:RubricLevel", 58 | "@id": "_:level3", 59 | "ceasn:name": { "en": "Unsatisfactory" }, 60 | "ceasn:hasCriterionLevel": [ 61 | "_:c1l3", 62 | "_:c1l3" 63 | ] 64 | }, 65 | { 66 | "@type": "ceasn:CriterionLevel", 67 | "@id": "_:c1l1", 68 | "ceasn:benchmarkText": { "en": "Makes a strong stand and defines the context in the introductory paragraph. Position is restated throughout and reinforced with examples and included in the conclusion." }, 69 | "qdata:percentage": 100 70 | }, 71 | { 72 | "@type": "ceasn:CriterionLevel", 73 | "@id": "_:c1l2", 74 | "ceasn:benchmarkText": { "en": "Makes a strong stand, but could be more powerful." }, 75 | "qdata:percentage": 66 76 | }, 77 | { 78 | "@type": "ceasn:CriterionLevel", 79 | "@id": "_:c1l3", 80 | "ceasn:benchmarkText": { "en": "Doesn't take a stand or provide context." }, 81 | "qdata:percentage": 25 82 | }, 83 | { 84 | "@type": "ceasn:CriterionLevel", 85 | "@id": "_:c2l1", 86 | "ceasn:benchmarkText": { "en": "Provided more than three arguments in support of the hypothesis. Arguments supported with more than citations. Writer incorporated own opinions. Examples incorporated in storytelling fashion." }, 87 | "qdata:percentage": 100 88 | }, 89 | { 90 | "@type": "ceasn:CriterionLevel", 91 | "@id": "_:c2l2", 92 | "ceasn:benchmarkText": { "en": "Fewer than three main arguments and incomplete examples in support of arguments." }, 93 | "qdata:percentage": 66 94 | }, 95 | { 96 | "@type": "ceasn:CriterionLevel", 97 | "@id": "_:c2l3", 98 | "ceasn:benchmarkText": { "en": "Minimal idea development, limited and/or unrelated details. Doesn't give arguments in support of the hypothesis." }, 99 | "qdata:percentage": 25 100 | } 101 | ] 102 | } 103 | -------------------------------------------------------------------------------- /Rubrics/readme.md: -------------------------------------------------------------------------------- 1 | ## Rubrics 2 | 3 | This folder is for materials for the proposal to include Rubrics in CTDL-ASN. 4 | 5 | ### Backgroud Docs & Folders: 6 | - Issue [#530](https://github.com/CredentialEngine/Schema-Development/issues/530). 7 | - Issue [#892](https://github.com/CredentialEngine/Schema-Development/issues/892). 8 | ### Existing Ontologies and Standards 9 | - [Panulla & kohler](https://openaccess.uoc.edu/bitstream/10609/5222/6/Panulla.pdf) 10 | - ASN [Model for Rubrics](http://standards.asn.desire2learn.com/rubric.html). 11 | - [CEDS](https://ceds.ed.gov/elements.aspx?v=11#) (search for Rubric) 12 | - 1EdTech [Rubric](https://www.imsglobal.org/sites/default/files/CASE/casev1p0/information_model/caseservicev1p0_infomodelv1p0.html#FigInterfaceClass_InterfaceModel_CFRubric) (part of CASE standard) 13 | - IEEE [1484.20.3­—2022](https://standards.ieee.org/ieee/1484.20.3/10749/) Data Model for Shareable Competency Definitions (includes rubrics) 14 | 15 | ### Task Group 16 | - [Meetings and shared documents](https://drive.google.com/drive/folders/1-hYoDxtPVC-r9YdxWnqe-lSxSFdtVpW5?usp=sharing) (Google folder) 17 | 18 | ### Required Documentation 19 | - Use cases 20 | - [High-level "indicative" use cases](https://docs.google.com/document/d/1dIqdOtyN_pYCNHUONeanHusWwuSBsax7lUpz4QBHPoA/edit#) 21 | - [Analysis spreadsheet of contributed use cases](https://docs.google.com/spreadsheets/d/1bh2FZXerdd3G9Uu4mXqsRi-V8PO971jG/edit#gid=1902322117) 22 | - Real world data 23 | - [Contributed examples folder](https://drive.google.com/drive/folders/1u5BynZiLG-GyfakUoZGU3RHUTjCxxyjU?usp=drive_link) on Google drive 24 | - [From ASN web page](http://standards.asn.desire2learn.com/rubric.html#ex) 25 | - [Several VALUE rubrics from AAc&U](https://www.aacu.org/initiatives/value-initiative/value-rubrics) 26 | - Proposal 27 | - [Domain Model (draw.io)](https://app.diagrams.net/#G1wXcXld3Zjh0tnPm_CsH_ogtor08NlV0G#%7B%22pageId%22%3A%22sfqcQSeyot_BauRWTSwP%22%7D) (may have limited access); [Latest version png export (23 Aug 2023)](https://drive.google.com/file/d/1SKvZLjs_kXyOL_2r49EiuXdjzo_QMh6b/view?usp=sharing) 28 | - [Terms Proposal](https://docs.google.com/document/d/15ZXhI4jC-u5NKcuc4yRPz4SzjNoTAaf725HZHsB2_gY/edit?usp=sharing) (narrative doc) 29 | - [Term definition changes proposal](./FinalProposal.txt) (code / text) 30 | - [Data examples](Examples) (JSON-LD files in github repo folder) 31 | - [ ] Minmimum & benchmark data policy 32 | 33 | ### Approval 34 | - [x] Proposal approved 35 | 36 | ### Implementation 37 | - Schema update 38 | - [x] Additions as pending (date: tbc) 39 | - [x] Stable/unstable entries (date: tbc) 40 | - update handbook 41 | - [x] Identify sections in handbook to be amended 42 | - [x] Content written for handbook 43 | - Publishing tools 44 | - [x] Bulk upload 45 | - [x] Bulk upload instructions 46 | - [X] Registry assistant API 47 | - Consuming 48 | - [x] Config updates for indexing all new terms 49 | - [X] Description sets (?) 50 | - Registry Publishing and Query Documentation 51 | - [x] Use Cases Page Updated 52 | - [x] Registry Handbook publishing sections 53 | - [x] Query examples in searching section 54 | - [x] GitHub project updates 55 | 56 | ### Final Announcement 57 | - [X] Announced 58 | -------------------------------------------------------------------------------- /deprecated/agentSector.ttl: -------------------------------------------------------------------------------- 1 | @prefix agentSector: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # AGENT SECTOR VOCABULARY DESCRIPTION 14 | agentSector: a skos:ConceptScheme; 15 | dc:title "CTI Agent Sector Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines an agent's categorization in the public/private sectors."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:source "Sources consulted include Integrated Postsecondary Education Data System (IPEDS)."@en-US ; 20 | dct:license . 21 | 22 | # CONCEPT: BUSINESS-INDUSTRY ASSOCIATION 23 | agentSector:BusinessIndustryAssociation a skos:Concept; 24 | skos:prefLabel "Business-Industry Association"@en-US; 25 | skos:definition "A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services."@en-US; 26 | skos:inScheme agentSector: . 27 | 28 | # CONCEPT: PRIVATE FOR-PROFIT 29 | agentSector:PrivateForProfit a skos:Concept; 30 | skos:prefLabel "Private For-Profit Institution"@en-US; 31 | skos:definition "A private institution in which the individual(s) or agency in control receives compensation other than wages, rent, or other expenses for the assumption of risk."@en-US; 32 | skos:inScheme agentSector: . 33 | 34 | # CONCEPT: PRIVATE NON-PROFIT 35 | agentSector:PrivateNonProfit a skos:Concept; 36 | skos:prefLabel "Private Not-For-Profit Institution"@en-US; 37 | skos:definition "A private institution in which the individual(s) or agency in control receives no compensation, other than wages, rent, or other expenses for the assumption of risk."@en-US; 38 | skos:inScheme agentSector: . 39 | 40 | # CONCEPT: PUBLIC 41 | agentSector:Public a skos:Concept; 42 | skos:prefLabel "Public Institution"@en-US; 43 | skos:definition "An educational institution whose programs and activities are operated by publicly elected or appointed school officials and which is supported primarily by public funds."@en-US; 44 | skos:inScheme agentSector: . 45 | 46 | # CONCEPT: PROFESSIONAL ASSOCIATION 47 | agentSector:ProfessionalAssociation a skos:Concept; 48 | skos:prefLabel "ProfessionalAssociation"@en-US; 49 | skos:definition "A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services."@en-US; 50 | skos:inScheme agentSector: . 51 | -------------------------------------------------------------------------------- /JDX/JobSchedule.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "http://jobdataexchange.org/jdxcontext.json", 3 | "@graph": [ 4 | { 5 | "@id": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/", 6 | "@type": "skos:ConceptScheme", 7 | "description": {"en-us": "Work schedule of the employment"}, 8 | "inLanguage": ["en-US"], 9 | "name": {"en-us": "Work Schedule"}, 10 | "publisherName": {"en-us": "Credential Engine"}, 11 | "hasTopConcept": [ 12 | "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/c9446a77-6d1a-44ed-bce7-4e9576d1a1fe", 13 | "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/f762db78-e123-4867-8dea-ee76c082bc69", 14 | "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/6329dbd5-6c52-4b56-8e89-84dbbe38143b", 15 | "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/aae394ac-9117-4bc6-8522-a0b5cf6aa071", 16 | "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/46c6e4d7-8fe0-43f4-94c0-90ca1f4d549b" 17 | ] 18 | }, 19 | { 20 | "@id": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/c9446a77-6d1a-44ed-bce7-4e9576d1a1fe", 21 | "@type": "skos:Concept", 22 | "prefLabel": {"en-us": "Full-time"}, 23 | "definition": {"en-us": "Schedule of the position is full-time as defined by the employer."}, 24 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/", 25 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/" 26 | }, 27 | { 28 | "@id": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/f762db78-e123-4867-8dea-ee76c082bc69", 29 | "@type": "skos:Concept", 30 | "prefLabel": {"en-us": "Part-time"}, 31 | "definition": {"en-us": "Schedule of the position is part-time as defined by the employer."}, 32 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/", 33 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/" 34 | }, 35 | { 36 | "@id": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/6329dbd5-6c52-4b56-8e89-84dbbe38143b", 37 | "@type": "skos:Concept", 38 | "prefLabel": {"en-us": "Flextime"}, 39 | "definition": {"en-us": "Schedule of the position is flextime as defined by the employer."}, 40 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/", 41 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/" 42 | }, 43 | { 44 | "@id": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/46c6e4d7-8fe0-43f4-94c0-90ca1f4d549b", 45 | "@type": "skos:Concept", 46 | "prefLabel": {"en-us": "Shared-time"}, 47 | "definition": {"en-us": "Schedule of the position is shared-time; i.e., two (or more) workers share the duties of one full-time job, each working part-time."}, 48 | "inScheme": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/", 49 | "topConceptOf": "https://jobdataexchange.org/jdx/vocabs/shiftSchedule/" 50 | } 51 | ] 52 | } 53 | -------------------------------------------------------------------------------- /Employment and Training to Jobs Examples/Archive/NICE Sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceterms:Occupation", 5 | "@id": "https://.../occupation_1", 6 | "ceterms:name": { "en": "Risk Management" }, 7 | "ceterms:description": { "en": "Oversees, evaluates, and supports the documentation, validation, assessment, and authorization processes necessary to assure that existing and new information technology (IT) systems meet the organization's cybersecurity and risk requirements. Ensures appropriate treatment of risk, compliance, and assurance from internal and external perspectives." }, 8 | "ceterms:codedNotation": [ 9 | "RSK" 10 | ], 11 | "ceterms:hasWorkRole": [ 12 | "https://.../workrole_1" 13 | ], 14 | "ceterms:subjectWebpage": "https://docs.google.com/spreadsheets/d/1rGdQD1CXYpLpUpeCxT1zh69iWpKg6oNP/edit#gid=361275821" 15 | }, 16 | { 17 | "@type": "ceterms:WorkRole", 18 | "@id": "https://.../workrole_1", 19 | "ceterms:name": { "en": "Authorizing Official/Designating Representative" }, 20 | "ceterms:description": { "en": "Senior official or executive with the authority to formally assume responsibility for operating an information system at an acceptable level of risk to organizational operations (including mission, functions, image, or reputation), organizational assets, individuals, other organizations, and the Nation (CNSSI 4009)." }, 21 | "ceterms:codedNotation": [ 22 | "SP-RSK-001", 23 | "611" 24 | ], 25 | "ceterms:identifier": [ 26 | { 27 | "@type": "ceterms:IdentifierValue", 28 | "ceterms:identifierType": { "en": "Work Role ID" }, 29 | "ceterms:identifierValueCode": "SP-RSK-001" 30 | }, 31 | { 32 | "@type": "ceterms:IdentifierValue", 33 | "ceterms:identifierType": { "en": "OPM Code (Fed Use)" }, 34 | "ceterms:identifierValueCode": "611" 35 | } 36 | ], 37 | "ceterms:hasTask": [ 38 | "https://.../task_1" 39 | ], 40 | "ceterms:hasKnowledge": [ 41 | "https://.../knowledge_1" 42 | ], 43 | "ceterms:hasSkill": [ 44 | "https://.../skill_1" 45 | ], 46 | "ceterms:hasAbility": [ 47 | "https://.../ability_1" 48 | ] 49 | }, 50 | { 51 | "@type": "ceterms:Task", 52 | "@id": "https://.../task_1", 53 | "ceterms:description": { "en": "Manage and approve Accreditation Packages (e.g., ISO/IEC 15026-2)." }, 54 | "ceterms:codedNotation": [ 55 | "T0145" 56 | ] 57 | }, 58 | { 59 | "@type": "ceasn:Competency", 60 | "@id": "https://.../knowledge_1", 61 | "ceasn:competencyText": { "en": "Knowledge of computer networking concepts and protocols, and network security methodologies." }, 62 | "ceasn:codedNotation": "K0001" 63 | }, 64 | { 65 | "@type": "ceasn:Competency", 66 | "@id": "https://.../skill_1", 67 | "ceasn:competencyText": { "en": "Skill in discerning the protection needs (i.e., security controls) of information systems and networks." }, 68 | "ceasn:codedNotation": "S0034" 69 | }, 70 | { 71 | "@type": "ceasn:Competency", 72 | "@id": "https://.../ability_1", 73 | "ceasn:competencyText": { "en": "Ability to assess and forecast manpower requirements to meet organizational objectives." }, 74 | "ceasn:codedNotation": "A0028" 75 | } 76 | ] 77 | } 78 | -------------------------------------------------------------------------------- /Rubrics/Examples/Elumen_Activity.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@type": "ceasn:Rubric", 5 | "ceasn:name": { "en": "ELumen Activity Rubric" }, 6 | "ceasn:hasRubricCriterion": [ 7 | "_:criterion1", 8 | "_:criterion2", 9 | "_:criterion3" 10 | ], 11 | "ceasn:hasRubricLevel": [ 12 | "_:level1", 13 | "_:level2", 14 | "_:level3" 15 | ] 16 | }, 17 | { 18 | "@type": "ceasn:RubricCriterion", 19 | "@id": "_:criterion1", 20 | "ceasn:name": { "en": "Criteria" }, 21 | "ceterms:weight": 0.334, 22 | "ceasn:hasCriterionLevel": [ 23 | "_:item1a", 24 | "_:item2a", 25 | "_:item3a", 26 | "_:item4a", 27 | "_:item5a" 28 | ] 29 | }, 30 | { 31 | "@type": "ceasn:RubricCriterion", 32 | "@id": "_:criterion2", 33 | "ceasn:name": { "en": "Criteria" }, 34 | "ceterms:weight": 0.333, 35 | "ceasn:hasCriterionLevel": [ 36 | "_:item1a", 37 | "_:item2a", 38 | "_:item3a", 39 | "_:item4a", 40 | "_:item5a" 41 | ] 42 | }, 43 | { 44 | "@type": "ceasn:RubricCriterion", 45 | "@id": "_:criterion3", 46 | "ceasn:name": { "en": "Criteria" }, 47 | "ceterms:weight": 0.333, 48 | "ceasn:hasCriterionLevel": [ 49 | "_:item1a", 50 | "_:item2a", 51 | "_:item3a", 52 | "_:item4a", 53 | "_:item5a" 54 | ] 55 | }, 56 | { 57 | "@type": "ceasn:RubricLevel", 58 | "@id": "_:level1", 59 | "ceasn:name": { "en": "Exceeds expectations" }, 60 | "ceasn:hasCriterionLevel": [ 61 | "_:item1a" 62 | ] 63 | }, 64 | { 65 | "@type": "ceasn:RubricLevel", 66 | "@id": "_:level2", 67 | "ceasn:name": { "en": "Meets expectations" }, 68 | "ceasn:hasCriterionLevel": [ 69 | "_:item2a", 70 | "_:item3a" 71 | ] 72 | }, 73 | { 74 | "@type": "ceasn:RubricLevel", 75 | "@id": "_:level3", 76 | "ceasn:name": { "en": "Does not meet expectations" }, 77 | "ceasn:hasCriterionLevel": [ 78 | "_:item4a", 79 | "_:item5a" 80 | ] 81 | }, 82 | { 83 | "@type": "ceasn:CriterionLevel", 84 | "@id": "_:item1a", 85 | "ceasn:benchmarkText": { "en": "Student exceeded the minimum expectation on the outcome or criteria." }, 86 | "schema:value": 4.0 87 | }, 88 | { 89 | "@type": "ceasn:CriterionLevel", 90 | "@id": "_:item2a", 91 | "ceasn:benchmarkText": { "en": "Student met the minimum expectation on the outcome or criteria, and is developing beyond this level." }, 92 | "schema:value": 3.0 93 | }, 94 | { 95 | "@type": "ceasn:CriterionLevel", 96 | "@id": "_:item3a", 97 | "ceasn:benchmarkText": { "en": "Student met the minimum expectation on the outcome or criteria." }, 98 | "schema:value": 2.0 99 | }, 100 | { 101 | "@type": "ceasn:CriterionLevel", 102 | "@id": "_:item4a", 103 | "ceasn:benchmarkText": { "en": "Student does not meet the minimum expectation on the outcome or criteria, but is developing proficiency." }, 104 | "schema:value": 1.0 105 | }, 106 | { 107 | "@type": "ceasn:CriterionLevel", 108 | "@id": "_:item5a", 109 | "ceasn:benchmarkText": { "en": "Student does not meet the minimum expectations on the outcome or criteria." }, 110 | "schema:value": 0.0 111 | } 112 | ] 113 | } 114 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Pro Path/Career Bridge - Performance Results.json: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "https://credentialengineregistry.org/graph/ce-b1b2ed09-5a58-4682-bf3c-d0cceba3e9be", 3 | "@graph": [ 4 | { 5 | "@id": "https://credentialengineregistry.org/resources/ce-b1b2ed09-5a58-4682-bf3c-d0cceba3e9be", 6 | "@type": "qdata:DataSetProfile", 7 | "ceterms:ctid": "ce-b1b2ed09-5a58-4682-bf3c-d0cceba3e9be", 8 | "qdata:dataSetTimePeriod": [ 9 | { 10 | "@type": "qdata:DataSetTimeFrame", 11 | "ceterms:description": { "en": "Based on employment for the most recent three years for which data is available." }, 12 | "qdata:dataAttributes": [ 13 | { 14 | "@type": "qdata:DataProfile", 15 | "qdata:totalWIOAParticipants": [ 16 | { 17 | "@type": "schema:QuantitativeValue", 18 | "schema:value": 76, 19 | "schema:description": { "en": "Enrollment" } 20 | } 21 | ], 22 | "qdata:totalWIOACompleters": [ 23 | { 24 | "@type": "schema:QuantitativeValue", 25 | "schema:value": 76, 26 | "schema:description": { "en": "Number of students completing the program" } 27 | } 28 | ], 29 | "qdata:employmentRate": [ 30 | { 31 | "@type": "schema:QuantitativeValue", 32 | "qdata:percentage": 72, 33 | "schema:description": { "en": "Employment Rate" } 34 | } 35 | ], 36 | "qdata:earningsAmount": [ 37 | { 38 | "@type": "schema:MonetaryAmount", 39 | "schema:currency": "USD", 40 | "schema:value": 22.22, 41 | "schema:description": { "en": "Typical (Median) Hourly Earnings" } 42 | }, 43 | { 44 | "@type": "schema:MonetaryAmount", 45 | "schema:currency": "USD", 46 | "schema:value": 44207.00, 47 | "schema:description": { "en": "Typical (Median) Annual Earnings" } 48 | } 49 | ], 50 | "qdata:industryRate": [ 51 | { 52 | "@type": "schema:QuantitativeValue", 53 | "qdata:percentage": 28, 54 | "schema:description": { "en": "Construction" } 55 | }, 56 | { 57 | "@type": "schema:QuantitativeValue", 58 | "qdata:percentage": 12, 59 | "schema:description": { "en": "Information" } 60 | }, 61 | { 62 | "@type": "schema:QuantitativeValue", 63 | "qdata:percentage": 11, 64 | "schema:description": { "en": "Professional, Scientific, Technical Services" } 65 | }, 66 | { 67 | "@type": "schema:QuantitativeValue", 68 | "qdata:percentage": 7, 69 | "schema:description": { "en": "Manufacturing" } 70 | }, 71 | { 72 | "@type": "schema:QuantitativeValue", 73 | "qdata:percentage": 7, 74 | "schema:description": { "en": "Retail Trade" } 75 | }, 76 | { 77 | "@type": "schema:QuantitativeValue", 78 | "qdata:percentage": 7, 79 | "schema:description": { "en": "Administrative Support" } 80 | }, 81 | { 82 | "@type": "schema:QuantitativeValue", 83 | "qdata:percentage": 7, 84 | "schema:description": { "en": "Other Services" } 85 | } 86 | ] 87 | } 88 | ] 89 | } 90 | ] 91 | } 92 | ] 93 | } 94 | -------------------------------------------------------------------------------- /Transfer Value Profile/CTDL - Course - KBOR - SWT Transfer - Accounting.json: -------------------------------------------------------------------------------- 1 | { 2 | "@graph": [ 3 | { 4 | "@id": "https://credentialengineregistry.org/resources/ce-5f627231-5c5f-4936-8754-19fb56889518", 5 | "@type": "ceterms:TransferValueProfile", 6 | "ceterms:name": "Kansas Credit for Prior Learning Task Force", 7 | "ceterms:subjectWebpage": "https://submission.kansasregents.org/ibi_apps/portal/BIP_Public2/SWT", 8 | "ceterms:ownedBy": [ 9 | "https://credentialengineregistry.org/resources/ce-e4c8e9bd-88bd-4704-9e3a-78faebdca59d" 10 | ], 11 | "ceterms:transferValue": [ 12 | { 13 | "@type": "ceterms:ValueProfile", 14 | "schema:value": 3.0, 15 | "ceterms:creditUnitType": [ 16 | "creditUnit:DegreeCredit" 17 | ] 18 | } 19 | ], 20 | "ceterms:transferValueFrom": [ 21 | "_:LOP_BUS210" 22 | ], 23 | "ceterms:transferValueFor": [ 24 | "_:LOP_ACC1010" 25 | ] 26 | }, 27 | { 28 | "@id": "_:LOP_BUS210", 29 | "@type": "ceterms:LearningOpportunityProfile", 30 | "ceterms:name": { "en": "Financial Accounting" }, 31 | "ceterms:identifier": [ 32 | { 33 | "@type": "ceterms:IdentifierValue", 34 | "ceterms:identifierValueCode": "BUS210" 35 | } 36 | ], 37 | "ceterms:ownedBy": [ 38 | "https://credentialengineregistry.org/resources/ce-e68cb030-80c9-4f67-a93a-f51030c782a4" 39 | ], 40 | "ceterms:offeredBy": [ 41 | "https://credentialengineregistry.org/resources/ce-e68cb030-80c9-4f67-a93a-f51030c782a4" 42 | ], 43 | "ceterms:requires": [ 44 | { 45 | "@type": "ceterms:ConditionProfile", 46 | "ceterms:targetCompetency": [ 47 | { 48 | "@type": "ceterms:CredentialAlignmentObject", 49 | "ceterms:framework": "https://credentialengineregistry.org/resources/ce-f4fbb2fa-f199-4636-ae99-3955fb6db1cb", 50 | "ceterms:targetNode": "https://credentialengineregistry.org/resources/ce-8f0a681d-9403-48a6-80da-8583b39047d8" 51 | }, 52 | { 53 | "@type": "ceterms:CredentialAlignmentObject", 54 | "ceterms:framework": "https://credentialengineregistry.org/resources/ce-f4fbb2fa-f199-4636-ae99-3955fb6db1cb", 55 | "ceterms:targetNode": "https://credentialengineregistry.org/resources/ce-37e41672-3bb0-47a3-a2a8-159028fc637c" 56 | } 57 | ] 58 | } 59 | ] 60 | }, 61 | { 62 | "@id": "_:LOP_ACC1010", 63 | "@type": "ceterms:LearningOpportunityProfile", 64 | "ceterms:name": { "en": "Financial Accounting" }, 65 | "ceterms:identifier": [ 66 | { 67 | "@type": "ceterms:IdentifierValue", 68 | "ceterms:identifierValueCode": "ACC1010" 69 | } 70 | ], 71 | "ceterms:subjectWebpage": "https://kansasregents.org/resources/SWT/ACC1010.pdf", 72 | "ceterms:teaches": [ 73 | { 74 | "@type": "ceterms:CredentialAlignmentObject", 75 | "ceterms:framework": "https://credentialengineregistry.org/resources/ce-f4fbb2fa-f199-4636-ae99-3955fb6db1cb", 76 | "ceterms:targetNode": "https://credentialengineregistry.org/resources/ce-8f0a681d-9403-48a6-80da-8583b39047d8" 77 | }, 78 | { 79 | "@type": "ceterms:CredentialAlignmentObject", 80 | "ceterms:framework": "https://credentialengineregistry.org/resources/ce-f4fbb2fa-f199-4636-ae99-3955fb6db1cb", 81 | "ceterms:targetNode": "https://credentialengineregistry.org/resources/ce-37e41672-3bb0-47a3-a2a8-159028fc637c" 82 | } 83 | ] 84 | } 85 | ] 86 | } 87 | -------------------------------------------------------------------------------- /EEOMetrics/Examples/simpler.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": "https://credreg.net/ctdl/schema/context/json", 3 | "@graph": [ 4 | { 5 | "@type": "qdata:DataSetProfile", 6 | "@id": "https://credentialengineregistry.org/resources/84db2bd2-5100-457e-aab6-7ddb5c7fe6f7", 7 | "ceterms:ctid": "ce-84db2bd2-5100-457e-aab6-7ddb5c7fe6f7", 8 | "ceterms:name": { 9 | "en-US": "PASSHE Workforce Outcomes Data" 10 | }, 11 | "ceterms:description": { 12 | "en-US": "The workforce outcomes data include median earnings for graduates in inflation-adjusted 2022 dollars at 10 years after graduation. Earnings are based on unemployment insurance covered wages in Pennsylvania. Non-covered wages, out-of-state wages, and any other income sources are not included." 13 | }, 14 | "qdata:dataProvider": "https://credentialengineregistry.org/resources/ce-a38117e5-a6bd-4fad-bf09-f15a575274df", 15 | "qdata:relevantDataSetFor": "https://credentialengineregistry.org/resources/ce-13419d37-ef56-4a0b-8659-7286ff57513f", 16 | "qdata:dataSetTemporalCoverage": { 17 | "@type": "qdata:DataSetTimeFrame", 18 | "qdata:startDate": "2015", 19 | "qdata:endDate": "2022", 20 | "qdata:timeInterval": "P10Y" 21 | }, 22 | "ceterms:dateEffective": "2023-06-30", 23 | "qdata:dataSuppressionPolicy": { 24 | "en-US": "Programs with fewer than 10 employed graduates are suppressed." 25 | }, 26 | "qdata:hasDataSetService": { 27 | "@type": "qdata:DataSetService", 28 | "ceterms:subjectWebpage": "https://viz.passhe.edu/t/Public/views/PASSHEWorkforceOutcomes/WorkforceOutcomes" 29 | }, 30 | "qdata:hasObservation": [ 31 | { 32 | "@type": "qdata:Observation", 33 | "qdata:median": 70629, 34 | "schema:currency": "USD", 35 | "qdata:isObservationOf": { 36 | "@type": "qdata:Metric", 37 | "ceterms:name": { 38 | "en-US": "Earnings Amount" 39 | }, 40 | "ceterms:description": { 41 | "en-US": "Median earnings of graduates who were employed in Pennsylvania and who graduated between academic years 2004-05 and 2012-13, as of their 10th year after graduation. For example, earnings for a 2004-05 graduate were earned in 2014-15. All earnings are in inflation-adjusted 2022 dollars." 42 | } 43 | } 44 | }, 45 | { 46 | "@type": "qdata:Observation", 47 | "qdata:percentage": 69, 48 | "qdata:isObservationOf": { 49 | "@type": "qdata:Metric", 50 | "ceterms:name": { 51 | "en-US": "Employment Rate" 52 | }, 53 | "ceterms:description": { 54 | "en-US": "Percent of graduates who were employed in Pennsylvania at 10 years after graduation." 55 | } 56 | } 57 | } 58 | ] 59 | } 60 | ] 61 | } -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Pro Path/Career Bridge - Statewide Earnings and Employment Trends.json: -------------------------------------------------------------------------------- 1 | { 2 | "@id": "https://credentialengineregistry.org/graph/ce-84259277-d0a5-4846-9e8b-dee158b8e510", 3 | "@graph": [ 4 | { 5 | "@id": "https://credentialengineregistry.org/resources/ce-84259277-d0a5-4846-9e8b-dee158b8e510", 6 | "@type": "qdata:DataSetProfile", 7 | "ceterms:description": { "en": "Typical Occupations for Graduates of Renewable Energy and Communications Tower Technician Programs in Washington State." }, 8 | "ceterms:ctid": "ce-84259277-d0a5-4846-9e8b-dee158b8e510", 9 | "qdata:dataSetTimePeriod": [ 10 | { 11 | "@type": "qdata:DataSetTimeFrame", 12 | "ceterms:description": { "en": "Average annual salary for this occupation for May 2017 in Washington. (Data Source: U.S. Bureau of Labor Statistics, March 2018)" }, 13 | "ceterms:startDate": "2017-5-1", 14 | "ceterms:endDate": "2017-5-31", 15 | "qdata:dataAttributes": [ 16 | { 17 | "@type": "qdata:DataProfile", 18 | "qdata:earningsAmount": [ 19 | { 20 | "@type": "schema:MonetaryAmount", 21 | "schema:value": 81790.0, 22 | "schema:currency": "USD", 23 | "schema:description": { "en": "Commercial and Industrial Designers" } 24 | }, 25 | { 26 | "@type": "schema:MonetaryAmount", 27 | "schema:value": 75060.0, 28 | "schema:currency": "USD", 29 | "schema:description": { "en": "Engineering Technicians, Except Drafters, All Other" } 30 | }, 31 | { 32 | "@type": "schema:MonetaryAmount", 33 | "schema:value": 52450.0, 34 | "schema:currency": "USD", 35 | "schema:description": { "en": "Wind Turbine Service Technicians" } 36 | } 37 | ] 38 | } 39 | ] 40 | } 41 | ] 42 | } 43 | ] 44 | } 45 | 46 | 47 | 48 | 49 | 50 | { 51 | "@id": "https://credentialengineregistry.org/graph/ce-898a674c-fd89-4073-a09a-4be238f725c1", 52 | "@graph": [ 53 | { 54 | "@id": "https://credentialengineregistry.org/resources/ce-898a674c-fd89-4073-a09a-4be238f725c1", 55 | "@type": "qdata:DataSetProfile", 56 | "ceterms:description": { "en": "Typical Occupations for Graduates of Renewable Energy and Communications Tower Technician Programs in Washington State." }, 57 | "ceterms:ctid": "ce-898a674c-fd89-4073-a09a-4be238f725c1", 58 | "qdata:dataSetTimePeriod": [ 59 | { 60 | "@type": "qdata:DataSetTimeFrame", 61 | "ceterms:description": { "en": "Employment projections for the average number of openings per year, between 2016 and 2021 in Washington. Data Source: Washington State Employment Security Department" }, 62 | "ceterms:startDate": "2016-1-1", 63 | "ceterms:endDate": "2021-12-31", 64 | "qdata:dataAttributes": [ 65 | { 66 | "@type": "qdata:DataProfile", 67 | "qdata:employmentOutlook": [ 68 | { 69 | "@type": "schema:QuantitativeValue", 70 | "schema:value": 57, 71 | "ceterms:description": { "en": "Commercial and Industrial Designers" } 72 | }, 73 | { 74 | "@type": "schema:QuantitativeValue", 75 | "schema:value": 213, 76 | "ceterms:description": { "en": "Engineering Technicians, Except Drafters, All Other" } 77 | }, 78 | { 79 | "@type": "schema:QuantitativeValue", 80 | "schema:value": 24, 81 | "ceterms:description": { "en": "Wind Turbine Service Technicians" } 82 | } 83 | ] 84 | } 85 | ] 86 | } 87 | ] 88 | } 89 | ] 90 | } 91 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/HeriotWatt/vcred.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "@id": "http://example.edu/hwu/people/pat", 4 | "@type": [ 5 | "https://schema.org/Person" 6 | ], 7 | "http://example.org/terms/achievement": [ 8 | { 9 | "@id": "http://example.org/resources/2640de62-c440-46e3-8638-adfe187a7512" 10 | }, 11 | { 12 | "@id": "http://example.org/resources/b1e6f9a0-cc7e-410f-8a5c-dc90b2545b69" 13 | }, 14 | { 15 | "@id": "http://example.org/resources/f36868ea-9e76-4fb1-b53e-eecb837ba9d6" 16 | }, 17 | { 18 | "@id": "http://example.org/resources/183a1296-464c-4fa0-a93f-e5c0e6f1d905" 19 | }, 20 | { 21 | "@id": "http://example.org/resources/87de039c-3147-4082-8601-1c6e78376605" 22 | }, 23 | { 24 | "@id": "http://example.org/resources/ff83f280-260d-4479-aac8-ce5030f7748a" 25 | }, 26 | { 27 | "@id": "http://example.org/resources/135a6735-7af0-4ea1-842a-401b27371b93" 28 | }, 29 | { 30 | "@id": "http://example.org/resources/7ab9e8bb-1436-4927-a05e-271d4f7e29aa" 31 | } 32 | ] 33 | }, 34 | { 35 | "@id": "http://example.edu/hwu/awards/002", 36 | "@type": [ 37 | "https://www.w3.org/2018/credentials#VerifiableCredential" 38 | ], 39 | "https://www.w3.org/2018/credentials#credentialSubject": [ 40 | { 41 | "@id": "http://example.edu/hwu/people/bryan" 42 | } 43 | ], 44 | "https://www.w3.org/2018/credentials#issuanceDate": [ 45 | { 46 | "@type": "http://www.w3.org/2001/XMLSchema#date", 47 | "@value": "2010-01-01" 48 | } 49 | ], 50 | "https://www.w3.org/2018/credentials#issuer": [ 51 | { 52 | "@id": "http://example.org/resources/hwu" 53 | } 54 | ] 55 | }, 56 | { 57 | "@id": "http://example.edu/hwu/awards/001", 58 | "@type": [ 59 | "https://www.w3.org/2018/credentials#VerifiableCredential" 60 | ], 61 | "https://www.w3.org/2018/credentials#credentialSubject": [ 62 | { 63 | "@id": "http://example.edu/hwu/people/pat" 64 | } 65 | ], 66 | "https://www.w3.org/2018/credentials#issuanceDate": [ 67 | { 68 | "@type": "http://www.w3.org/2001/XMLSchema#date", 69 | "@value": "2010-01-01" 70 | } 71 | ], 72 | "https://www.w3.org/2018/credentials#issuer": [ 73 | { 74 | "@id": "http://example.org/resources/hwu" 75 | } 76 | ] 77 | }, 78 | { 79 | "@id": "http://example.edu/hwu/people/bryan", 80 | "@type": [ 81 | "https://schema.org/Person" 82 | ], 83 | "http://example.org/terms/achievement": [ 84 | { 85 | "@id": "http://example.org/resources/2640de62-c440-46e3-8638-adfe187a7512" 86 | }, 87 | { 88 | "@id": "http://example.org/resources/b1e6f9a0-cc7e-410f-8a5c-dc90b2545b69" 89 | }, 90 | { 91 | "@id": "http://example.org/resources/f36868ea-9e76-4fb1-b53e-eecb837ba9d6" 92 | }, 93 | { 94 | "@id": "http://example.org/resources/7ab9e8bb-1436-4927-a05e-271d4f7e29aa" 95 | }, 96 | { 97 | "@id": "http://example.org/resources/be67a3a4-def2-49e2-b9b1-8b392876bbd1" 98 | }, 99 | { 100 | "@id": "http://example.org/resources/301a0e59-7714-4d04-a014-47e866a30dd7" 101 | }, 102 | { 103 | "@id": "http://example.org/resources/92bca3a8-79d3-4d48-b7e4-0c23e3540b55" 104 | } 105 | ] 106 | } 107 | ] -------------------------------------------------------------------------------- /Rubrics/Examples/Moodle.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "@type": "ceasn:Rubric", 4 | "@id": "res:ce-91681997-4ca8-40f3-95ac-d7a4bd5acea5", 5 | "ceasn:name": { "en": "Moodle Rubric" }, 6 | "ceasn:hasRubricCriterion": [ 7 | "res:ce-435c023a-1346-4d0a-9ed5-64057b55c92c", 8 | "res:ce-4d378d2c-dcdb-4148-8179-8e289267c0f1", 9 | "res:ce-f25bb77e-336f-4600-860c-2a50978073cb" 10 | ], 11 | "ceterms:subjectWebpage": "https://docs.moodle.org/402/en/Rubrics", 12 | "ceterms:administrationProcess": [ 13 | { 14 | "@type": "ceterms:ProcessProfile", 15 | "ceterms:scoringMethodDescription": { "en": "This calculation may be different from how you intuitively use rubric. For example, when the teacher in the previous example chose both levels with 1 point, the plain sum would be 2 points. But that is actually the lowest possible score so it maps to the grade 0 in Moodle." } 16 | } 17 | ] 18 | }, 19 | { 20 | "@type": "ceasn:RubricCriterion", 21 | "@id": "res:ce-435c023a-1346-4d0a-9ed5-64057b55c92c", 22 | "ceasn:name": { "en": "Style" }, 23 | "ceasn:hasCriterionLevel": [ 24 | "res:ce-543cae2b-9a1b-4a8b-9ca1-65b4efc1b53d", 25 | "res:ce-6fb487de-1d53-42a7-a213-abe336d01b58", 26 | "res:ce-d1636e13-b1bc-4e1c-9827-8bc985bf505f" 27 | ] 28 | }, 29 | { 30 | "@type": "ceasn:RubricCriterion", 31 | "@id": "res:ce-4d378d2c-dcdb-4148-8179-8e289267c0f1", 32 | "ceasn:name": { "en": "Content" }, 33 | "ceasn:hasCriterionLevel": [ 34 | "res:ce-7a6c5ae5-dbc9-4cac-bf69-766cf9049ced", 35 | "res:ce-bedcfbe7-cfdc-480f-85f5-1f2d04511cc2", 36 | "res:ce-0cb44a7b-2e12-4da7-b2d4-03598eec43ea" 37 | ] 38 | }, 39 | { 40 | "@type": "ceasn:RubricCriterion", 41 | "@id": "res:ce-f25bb77e-336f-4600-860c-2a50978073cb", 42 | "ceasn:name": { "en": "Late submission penalty" }, 43 | "ceasn:hasCriterionLevel": [ 44 | "res:ce-82fa5a68-c8c6-4ab3-ac93-75197cb7d49d", 45 | "res:ce-22e47ba9-2212-43e1-b358-7c25483bfd57" 46 | ] 47 | }, 48 | { 49 | "@type": "ceasn:CriterionLevel", 50 | "@id": "res:ce-543cae2b-9a1b-4a8b-9ca1-65b4efc1b53d", 51 | "ceasn:description": { "en": "Very poor" }, 52 | "schema:value": 0 53 | }, 54 | { 55 | "@type": "ceasn:CriterionLevel", 56 | "@id": "res:ce-6fb487de-1d53-42a7-a213-abe336d01b58", 57 | "ceasn:description": { "en": "Some effort at consistent and appropriate style" }, 58 | "schema:value": 1 59 | }, 60 | { 61 | "@type": "ceasn:CriterionLevel", 62 | "@id": "res:ce-d1636e13-b1bc-4e1c-9827-8bc985bf505f", 63 | "ceasn:description": { "en": "Good effort at consistent and appropriate style" }, 64 | "schema:value": 2 65 | }, 66 | { 67 | "@type": "ceasn:CriterionLevel", 68 | "@id": "res:ce-7a6c5ae5-dbc9-4cac-bf69-766cf9049ced", 69 | "ceasn:description": { "en": "No relevant content" }, 70 | "schema:value": 0 71 | }, 72 | { 73 | "@type": "ceasn:CriterionLevel", 74 | "@id": "res:ce-bedcfbe7-cfdc-480f-85f5-1f2d04511cc2", 75 | "ceasn:description": { "en": "Limited content and of limited relevance" }, 76 | "schema:value": 1 77 | }, 78 | { 79 | "@type": "ceasn:CriterionLevel", 80 | "@id": "res:ce-0cb44a7b-2e12-4da7-b2d4-03598eec43ea", 81 | "ceasn:description": { "en": "Good content with suitable relevance" }, 82 | "schema:value": 2 83 | }, 84 | { 85 | "@type": "ceasn:CriterionLevel", 86 | "@id": "res:ce-82fa5a68-c8c6-4ab3-ac93-75197cb7d49d", 87 | "ceasn:description": { "en": "Submitted late" }, 88 | "schema:value": -1 89 | }, 90 | { 91 | "@type": "ceasn:CriterionLevel", 92 | "@id": "res:ce-22e47ba9-2212-43e1-b358-7c25483bfd57", 93 | "ceasn:description": { "en": "Submitted on time" }, 94 | "schema:value": 0 95 | } 96 | ] 97 | -------------------------------------------------------------------------------- /deprecated/processMethod.ttl: -------------------------------------------------------------------------------- 1 | @prefix processMethod: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # PROCESS METHOD VOCABULARY DESCRIPTION 14 | processMethod: a skos:ConceptScheme; 15 | dc:title "CTI Cost Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of processes in the lifecycle of a credential and it's associated resources."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: ADVISORY GROUP 23 | processMethod:AdvisoryGroup a skos:Concept; 24 | skos:prefLabel "Advisory Group"@en-US; 25 | skos:definition "The process is advanced through advisory group meetings."@en-US; 26 | skos:inScheme processMethod: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: EXPERT REVIEW 30 | processMethod:ExpertReview a skos:Concept; 31 | skos:prefLabel "Expert Review"@en-US; 32 | skos:definition "The process is advanced through subject matter expert reviews."@en-US; 33 | skos:inScheme processMethod: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: FOCUS GROUP 37 | processMethod:FocusGroup a skos:Concept; 38 | skos:prefLabel "Focus Group"@en-US; 39 | skos:definition "The process is advanced through focus groups and meetings."@en-US; 40 | skos:inScheme processMethod: ; 41 | vs:term_status "unstable" . 42 | 43 | # CONCEPT: VALIDATION SURVEY 44 | processMethod:ValidationSurvey a skos:Concept; 45 | skos:prefLabel "Validation Survey"@en-US; 46 | skos:definition "The process is advanced through validation surveys."@en-US; 47 | skos:inScheme processMethod: ; 48 | vs:term_status "unstable" . 49 | 50 | # CONCEPT: WRITTEN REPORT 51 | processMethod:WrittenReport a skos:Concept; 52 | skos:prefLabel "Written Report"@en-US; 53 | skos:definition "The process is advanced through written reports from the provider."@en-US; 54 | skos:inScheme processMethod: ; 55 | vs:term_status "unstable" . 56 | 57 | # CONCEPT: SITE VISIT 58 | processMethod:SiteVisit a skos:Concept; 59 | skos:prefLabel "Site Visit"@en-US; 60 | skos:definition "The process is advanced through site visits."@en-US; 61 | skos:inScheme processMethod: ; 62 | vs:term_status "unstable" . 63 | 64 | # CONCEPT: MAJOR CHANGE REPORT 65 | processMethod:MajorChangeReport a skos:Concept; 66 | skos:prefLabel "Major Change Report"@en-US; 67 | skos:definition "The process is advanced through filing of reports of major changes."@en-US; 68 | skos:inScheme processMethod: ; 69 | vs:term_status "unstable" . 70 | 71 | # CONCEPT: MAJOR INCIDENT REPORT 72 | processMethod:MajorIncidentReport a skos:Concept; 73 | skos:prefLabel "Major Incident Report"@en-US; 74 | skos:definition "The process is advanced through filing of major incident reports."@en-US; 75 | skos:inScheme processMethod: ; 76 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Contextualized-Competency-Statements/Collection and RSD Sample.json: -------------------------------------------------------------------------------- 1 | //See https://docs.google.com/spreadsheets/d/1q3hLYzdEksIGaxTUpY3naygalTxkm_Qmx5EWUtt6Dtw/edit#gid=1282711615 2 | { 3 | "@context": "http://credreg.net/ctdl/schema/context/json", 4 | "@graph": [ 5 | { 6 | "@id": "https://credentialengineregistry.org/resources/ce-ed77d79d-1145-4f2e-a749-e547605bf110", 7 | "@type": "ceterms:Collection", 8 | "ceterms:name": { "en": "RSD Sample - 8/30/21" }, 9 | "ceterms:description": { "en": "WGU RSD Sample" }, 10 | "ceterms:ownedBy": [ 11 | "https://credentialengineregistry.org/resources/ce-036d082d-d80e-41a7-99a0-2d63a4ad3a4a" 12 | ], 13 | "ceterms:lifeCycleStatusType": "lifeCycle:Active", 14 | "ceterms:codedNotation": "fc6b636f-3a71-47fe-831f-7038c38ecfb7", 15 | "ceterms:dateEffective": "2021-08-31T16:47:25.650296Z", 16 | "ceterms:hasMember": [ 17 | "https://credentialengineregistry.org/resources/ce-6211edf8-d72e-493e-a924-331dc69b5aec", 18 | "https://credentialengineregistry.org/resources/ce-a06072d3-794f-4c18-a068-1c157aa21bc0", 19 | "https://credentialengineregistry.org/resources/ce-e9486167-313e-4115-a83d-e81f224c8e37", 20 | "https://credentialengineregistry.org/resources/ce-9a79b90a-957d-47b4-9228-1acd6fb7ac18", 21 | "https://credentialengineregistry.org/resources/ce-33aa4e25-097c-4b16-a83c-a39592f823ab", 22 | "..." 23 | ] 24 | }, 25 | { 26 | "@id": "https://credentialengineregistry.org/resources/ce-6211edf8-d72e-493e-a924-331dc69b5aec", 27 | "@type": "ceasn:Competency", 28 | "ceasn:competencyLabel": { "en": "Cost Report Creation" }, 29 | "ceasn:competencyText": { "en": "Create daily cost reports for upper management." }, 30 | "ceasn:codedNotation": "ccaef9de-90b6-41b3-af79-8866a8a8fcc0", 31 | "ceasn:author": [ 32 | "Western Governors University" 33 | ], 34 | "ceasn:exactAlignment": [ 35 | "https://main.osmtpilot.openskillsnetwork.com/api/skills/17b3d3e3-cec7-437e-bbf4-e3919638487b" 36 | ], 37 | "ceasn:competencyCategory": { "en": "Cost Management" }, 38 | "ceterms:occupationType": [ 39 | { 40 | "@type": "ceterms:CredentialAlignmentObject", 41 | "ceterms:frameworkName": { "en": "bls" }, 42 | "ceterms:codedNotation": "11-1011", 43 | "ceterms:targetNodeName": { "en": "Chief Executives" } 44 | } 45 | ], 46 | "ceasn:substantiatingCredential": [ 47 | "_:9b7116b7-8f06-4382-99b0-c387fb81a2d9" 48 | ], 49 | "ceasn:substantiatingWorkRole": [ 50 | "_:361e3eea-36ee-4c61-85e0-5816b8227d48" 51 | ], 52 | "ceasn:substantiatingResource": [ 53 | { 54 | "@type": "ceterms:CredentialAlignmentObject", 55 | "ceterms:targetNode": "https://skills.emsidata.com/skills/KS1217J6B5FTXYYNSTZY", 56 | "ceterms:targetNodeName": { "en": "Cost Management" } 57 | } 58 | ], 59 | "ceasn:substantiatingOrganization": [ 60 | "_:cb9685d6-7f8e-4094-a251-7420cde2a1e1" 61 | ], 62 | "ceasn:isMemberOf": [ 63 | "https://credentialengineregistry.org/resources/ce-ed77d79d-1145-4f2e-a749-e547605bf110" 64 | ], 65 | "ceasn:dateCreated": "2021-08-31T16:48:10.959142Z", 66 | "ceasn:dateModified": "2021-08-31T16:52:03.030466Z" 67 | }, 68 | { 69 | "@id": "_:9b7116b7-8f06-4382-99b0-c387fb81a2d9", 70 | "@type": "ceterms:Certification", 71 | "ceterms:name": { "en": "CPA" } 72 | }, 73 | { 74 | "@id": "_:361e3eea-36ee-4c61-85e0-5816b8227d48", 75 | "@type": "ceterms:WorkRole", 76 | "ceterms:codedNotation": "NICE_AN_LNG" 77 | }, 78 | { 79 | "@id": "_:cb9685d6-7f8e-4094-a251-7420cde2a1e1", 80 | "@type": "ceterms:Organization", 81 | "ceterms:name": { "en": "ABC Tech data, Inc." } 82 | } 83 | ] 84 | } 85 | -------------------------------------------------------------------------------- /Aggregate Performance Data Examples/Indiana/ROI Example 1.json: -------------------------------------------------------------------------------- 1 | { 2 | "@type": "qdata:DataSetProfile", 3 | "schema:about": "https://credentialengineregistry.org/resources/tbd", 4 | "qdata:dataSetTimePeriod": [ 5 | { 6 | "@type": "qdata:DataSetTimeFrame", 7 | "ceterms:startDate": "2000-01-01", 8 | "ceterms:endDate": "2019-12-31", 9 | "ceterms:description": { "en": "Median wages, in 2020 dollars, ten years after graduation for the graduating classes between 2000 and 2010." }, 10 | "qdata:dataAttributes": [ 11 | { 12 | "@type": "qdata:DataProfile", 13 | "ceterms:postReceiptMonths": 12, 14 | "qdata:holdersInSet": [ 15 | { 16 | "@type": "schema:QuantitativeValue", 17 | "schema:value": 63 18 | } 19 | ], 20 | "qdata:meetEmploymentCriteria": [ 21 | { 22 | "@type": "schema:QuantitativeValue", 23 | "schema:value": 16 24 | } 25 | ], 26 | "qdata:earningsAmount": [ 27 | { 28 | "@type": "schema:MonetaryAmount", 29 | "schema:currency": "USD", 30 | "schema:value": 42280.80 31 | } 32 | ] 33 | }, 34 | { 35 | "@type": "qdata:DataProfile", 36 | "ceterms:postReceiptMonths": 24, 37 | "qdata:holdersInSet": [ 38 | { 39 | "@type": "schema:QuantitativeValue", 40 | "schema:value": 63 41 | } 42 | ], 43 | "qdata:meetEmploymentCriteria": [ 44 | { 45 | "@type": "schema:QuantitativeValue", 46 | "schema:value": 22 47 | } 48 | ], 49 | "qdata:earningsAmount": [ 50 | { 51 | "@type": "schema:MonetaryAmount", 52 | "schema:currency": "USD", 53 | "schema:value": 45744.25 54 | } 55 | ] 56 | }, 57 | { 58 | "@type": "qdata:DataProfile", 59 | "ceterms:postReceiptMonths": 36, 60 | "qdata:holdersInSet": [ 61 | { 62 | "@type": "schema:QuantitativeValue", 63 | "schema:value": 63 64 | } 65 | ], 66 | "qdata:meetEmploymentCriteria": [ 67 | { 68 | "@type": "schema:QuantitativeValue", 69 | "schema:value": 26 70 | } 71 | ], 72 | "qdata:earningsAmount": [ 73 | { 74 | "@type": "schema:MonetaryAmount", 75 | "schema:currency": "USD", 76 | "schema:value": 47061.55 77 | } 78 | ] 79 | }, 80 | { 81 | "@type": "qdata:DataProfile", 82 | "ceterms:postReceiptMonths": 60, 83 | "qdata:holdersInSet": [ 84 | { 85 | "@type": "schema:QuantitativeValue", 86 | "schema:value": 63 87 | } 88 | ], 89 | "qdata:meetEmploymentCriteria": [ 90 | { 91 | "@type": "schema:QuantitativeValue", 92 | "schema:value": 26 93 | } 94 | ], 95 | "qdata:earningsAmount": [ 96 | { 97 | "@type": "schema:MonetaryAmount", 98 | "schema:currency": "USD", 99 | "schema:value": 50943.07 100 | } 101 | ] 102 | }, 103 | { 104 | "@type": "qdata:DataProfile", 105 | "ceterms:postReceiptMonths": 120, 106 | "qdata:holdersInSet": [ 107 | { 108 | "@type": "schema:QuantitativeValue", 109 | "schema:value": 63 110 | } 111 | ], 112 | "qdata:meetEmploymentCriteria": [ 113 | { 114 | "@type": "schema:QuantitativeValue", 115 | "schema:value": 28 116 | } 117 | ], 118 | "qdata:earningsAmount": [ 119 | { 120 | "@type": "schema:MonetaryAmount", 121 | "schema:currency": "USD", 122 | "schema:value": 56540.24 123 | } 124 | ] 125 | } 126 | ] 127 | } 128 | ] 129 | } 130 | -------------------------------------------------------------------------------- /deprecated/audience.ttl: -------------------------------------------------------------------------------- 1 | @prefix audience: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # AUDIENCE TYPE VOCABULARY DESCRIPTION 14 | audience: a skos:ConceptScheme; 15 | dc:title "CTI Audience Type Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of audience for a resource."@en-US ; 18 | dct:created "2016-09-07"^^xsd:date ; 19 | dct:license ; 20 | adms:status bibo:draft . 21 | 22 | # CONCEPT: CITIZEN 23 | audience:Citizen a skos:Concept; 24 | skos:prefLabel "Citizen"@en-US; 25 | skos:definition "A legally recognized subject or national of a state or commonwealth, either native or naturalized."@en-US; 26 | skos:inScheme audience: ; 27 | vs:term_status "unstable" . 28 | 29 | # CONCEPT: CURRENT MILITARY 30 | audience:CurrentMilitary a skos:Concept; 31 | skos:prefLabel "Current Military"@en-US; 32 | skos:definition "A current member of a nation's military."@en-US; 33 | skos:inScheme audience: ; 34 | vs:term_status "unstable" . 35 | 36 | # CONCEPT: CURRENT STUDENT 37 | audience:CurrentStudent a skos:Concept; 38 | skos:prefLabel "Current Student"@en-US; 39 | skos:definition "A student currently enrolled in an institution of learning."@en-US; 40 | skos:inScheme audience: ; 41 | vs:term_status "unstable" . 42 | 43 | # CONCEPT: FORMER MILITARY 44 | audience:FormerMilitary a skos:Concept; 45 | skos:prefLabel "Former Military / Veteran"@en-US; 46 | skos:definition "A veteran of military service."@en-US; 47 | skos:inScheme audience: ; 48 | vs:term_status "unstable" . 49 | 50 | # CONCEPT: FORMER STUDENT 51 | audience:FormerStudent a skos:Concept; 52 | skos:prefLabel "Former Student / Alumni"@en-US; 53 | skos:definition "A former student of an institution of learning."@en-US; 54 | skos:inScheme audience: ; 55 | vs:term_status "unstable" . 56 | 57 | # CONCEPT: MEMBER 58 | audience:Member a skos:Concept; 59 | skos:prefLabel "Member"@en-US; 60 | skos:definition "A member of an organization, society, or recognized group."@en-US; 61 | skos:inScheme audience: ; 62 | vs:term_status "unstable" . 63 | 64 | # CONCEPT: NON-CITIZEN 65 | audience:NonCitizen a skos:Concept; 66 | skos:prefLabel "Non-Citizen"@en-US; 67 | skos:definition "A person who is not an inhabitant or national of a particular country or other geopolitical region."@en-US; 68 | skos:inScheme audience: ; 69 | vs:term_status "unstable" . 70 | 71 | # CONCEPT: PRIVATE EMPLOYEE 72 | audience:PrivateEmployee a skos:Concept; 73 | skos:prefLabel "Private Employee"@en-US; 74 | skos:definition "A person employed in the private sector."@en-US; 75 | skos:inScheme audience: ; 76 | vs:term_status "unstable" . 77 | 78 | # CONCEPT: PUBLIC EMPLOYEE 79 | audience:PublicEmployee a skos:Concept; 80 | skos:prefLabel "Public Employee"@en-US; 81 | skos:definition "A person employed in the public sector."@en-US; 82 | skos:inScheme audience: ; 83 | vs:term_status "unstable" . -------------------------------------------------------------------------------- /Contextualized-Competency-Statements/CSCTG - Aspiration Example (WorkforceDemandAction).json: -------------------------------------------------------------------------------- 1 | //Aspirational example 2 | //This includes the "inferredCompetency" property that references in the OSMT example 3 | //Below is a Competency Framework containing several competencies, of which two are shown 4 | //Both of these competencies are referenced by a Workforce Demand Action that provides demand level and related contextual data 5 | { 6 | "@id": "https://credentialengineregistry.org/graph/ce-e668e97e-9a14-4b19-8303-a3ed095c548e", 7 | "@graph": [ 8 | { 9 | "@id": "https://credentialengineregistry.org/resources/ce-e668e97e-9a14-4b19-8303-a3ed095c548e", 10 | "@type": "ceasn:CompetencyFramework", 11 | "ceasn:name": { "en": "Aspirational Competencies" }, 12 | "ceasn:hasTopChild": [ 13 | "https://credentialengineregistry.org/resources/ce-07d3d4d2-1cdf-4009-837e-32d813e5cc82", 14 | "https://credentialengineregistry.org/resources/ce-d537e6ad-d228-4b9d-9efd-4b45e7bf2ed6", 15 | "..." 16 | ] 17 | }, 18 | { 19 | "@id": "https://credentialengineregistry.org/resources/ce-07d3d4d2-1cdf-4009-837e-32d813e5cc82", 20 | "@type": "ceasn:Competency", 21 | "ceasn:competencyText": { "en": "Manage Windows Active Directory accounts" }, 22 | "ceasn:inLanguage": [ "en" ], 23 | "ceasn:substantiantingTask": [ "https://credentialengineregistry.org/resources/ce-3591a9bf-1fe9-4c46-bd26-1fc0d19799f4" ], 24 | "ceterms:industryType": [ 25 | { 26 | "@type": "ceterms:CredentialAlignmentObject", 27 | "ceterms:codedNotation": "541511", 28 | "ceterms:frameworkName": { "en": "NAICS" } 29 | } 30 | ], 31 | "ceasn:inferredCompetency": [ "https://credentialengineregistry.org/resources/ce-225b5dfb-7fac-404d-aae4-3f2040fff9c2" ], 32 | "ceterms:hasWorkforceDemand": [ "https://credentialengineregistry.org/resources/ce-fc8a4b7c-99db-488c-9a55-807bf9295412" ] 33 | }, 34 | { 35 | "@id": "https://credentialengineregistry.org/resources/ce-454647ab-9d99-47af-8246-5b61c295c1fa", 36 | "@type": "ceasn:Competency", 37 | "ceasn:competencyText": { "en": "Setup user networks" }, 38 | "ceasn:inLanguage": [ "en" ], 39 | "ceterms:industryType": [ 40 | { 41 | "@type": "ceterms:CredentialAlignmentObject", 42 | "ceterms:codedNotation": "541511", 43 | "ceterms:frameworkName": { "en": "NAICS" } 44 | } 45 | ], 46 | "ceterms:hasWorkforceDemand": [ "https://credentialengineregistry.org/resources/ce-fc8a4b7c-99db-488c-9a55-807bf9295412" ] 47 | }, 48 | { 49 | "...": "//Other competencies" 50 | } 51 | ] 52 | } 53 | 54 | { 55 | "@id": "https://credentialengineregistry.org/resources/ce-fc8a4b7c-99db-488c-9a55-807bf9295412", 56 | "@type": "ceterms:WorkforceDemandAction", 57 | "ceterms:startDate": "2021-01-01", 58 | "ceterms:endDate": "2021-12-31", 59 | "ceterms:actingAgent": "https://credentialengineregistry.org/resources/ce-af67f02e-283e-47ef-b696-a62924296244", 60 | "ceterms:object": [ 61 | "https://credentialengineregistry.org/resources/ce-07d3d4d2-1cdf-4009-837e-32d813e5cc82", 62 | "https://credentialengineregistry.org/resources/ce-454647ab-9d99-47af-8246-5b61c295c1fa" 63 | ], 64 | "ceterms:result": [ "https://credentialengineregistry.org/resources/ce-c3708263-1c3d-417e-b0a7-681fecf7f4af" ], 65 | "ceterms:instrument": [ "https://example.com/acme/policy/workforce-demand-levels" ], 66 | "ceterms:jurisdiction": [ 67 | { 68 | "@type": "ceterms:JurisdictionProfile", 69 | "ceterms:mainJurisdiction": { 70 | "@type": "ceterms:Place", 71 | "ceterms:addressRegion": { "en": "Indiana" } 72 | } 73 | } 74 | ] 75 | } 76 | 77 | { 78 | "@id": "https://credentialengineregistry.org/resources/ce-c3708263-1c3d-417e-b0a7-681fecf7f4af", 79 | "@type": "skos:Concept", 80 | "skos:prefLabel": { "en": "Bright Outlook" } 81 | } 82 | -------------------------------------------------------------------------------- /deprecated/learningDelivery.ttl: -------------------------------------------------------------------------------- 1 | @prefix learnDelivery: . 2 | @prefix dc: . 3 | @prefix dct: . 4 | @prefix skos: . 5 | @prefix schema: . 6 | @prefix rdf: . 7 | @prefix rdfs: . 8 | @prefix xsd: . 9 | @prefix adms: . 10 | @prefix bibo: . 11 | @prefix vs: . 12 | 13 | # LEARNING DELIVERY TYPE VOCABULARY DESCRIPTION 14 | learnDelivery: a skos:ConceptScheme; 15 | dc:title "CTI Learning Delivery Vocabulary" ; 16 | dc:creator "Credential Transparency Initiative (CTI)"@en-US ; 17 | dc:description "A concept scheme that defines the types of learning delivery."@en-US ; 18 | dct:created "2016-09-08"^^xsd:date ; 19 | dct:modified "2016-09-30"^^xsd:date ; 20 | dct:license . 21 | 22 | # CONCEPT: BLENDED LEARNING 23 | learnDelivery:BlendedLearning a skos:Concept; 24 | skos:prefLabel "Blended Learning"@en-US; 25 | skos:definition "Instructional activity in which a student learns through a combination of content delivery through digital and online media and through face-to-face or technology supported synchronous interactions among students and instructor."@en-US; 26 | skos:inScheme learnDelivery: . 27 | 28 | # CONCEPT: BROADCAST 29 | learnDelivery:Broadcast a skos:Concept; 30 | skos:prefLabel "Broadcast"@en-US; 31 | skos:definition "Technology-mediated learning based on simultaneous, one-way communication of instructional content from the instructor to the learners."@en-US; 32 | skos:inScheme learnDelivery: . 33 | 34 | # CONCEPT: COMPETENCY BASED 35 | learnDelivery:CompetencyBased a skos:Concept; 36 | skos:prefLabel "Competency Based"@en-US; 37 | skos:definition "Progress through a learning opportunity, task or assessment based on the attainment of competencies."@en-US; 38 | skos:inScheme learnDelivery: . 39 | 40 | # CONCEPT: CORRESPONDENCE 41 | learnDelivery:Correspondence a skos:Concept; 42 | skos:prefLabel "Correspondence"@en-US; 43 | skos:definition "Learning based primarily on asynchronous, written communications between learner and instructor using conventional postal mechanisms."@en-US; 44 | skos:inScheme learnDelivery: . 45 | 46 | # CONCEPT: FACE TO FEACE 47 | learnDelivery:FaceToFace a skos:Concept; 48 | skos:prefLabel "Face to Face"@en-US; 49 | skos:definition "Learning that takes place with instructor and learners in each other's presence."@en-US; 50 | skos:inScheme learnDelivery: . 51 | 52 | # CONCEPT: INDEPENDENT STUDY 53 | learnDelivery:IndependentStudy a skos:Concept; 54 | skos:prefLabel "Independent Study"@en-US; 55 | skos:definition "A learning activity that is undertaken by an individual with little to no supervision."@en-US; 56 | skos:inScheme learnDelivery: . 57 | 58 | # CONCEPT: INTERACTIVE MEDIA 59 | learnDelivery:InteractiveMedia a skos:Concept; 60 | skos:prefLabel "Interactive Audio/Video"@en-US; 61 | skos:definition "A learning activity in which a computer-based system responds to the learner's actions by presenting content through various forms of media (e.g., moving image, animation, video, audio, and video games)."@en-US; 62 | skos:inScheme learnDelivery: . 63 | 64 | # CONCEPT: ONLINE 65 | learnDelivery:Online a skos:Concept; 66 | skos:prefLabel "Online"@en-US; 67 | skos:definition "A computer network mediated learning experience."@en-US; 68 | skos:inScheme learnDelivery: . -------------------------------------------------------------------------------- /Code-Samples/lifeCycleExample.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": [ 3 | "http://credreg.net/ctdl/schema/context/json", 4 | { 5 | "res": "https://credentialengineregistry.org/resources/" 6 | } 7 | ], 8 | "@graph": [ 9 | { 10 | "@id": "res:ce-01234567-abcd-abcd-abcd-000000000001", 11 | "@type": "ceterms:CredentialOrganization", 12 | "ctid": "ce-01234567-abcd-abcd-abcd-000000000001", 13 | "ceterms:name": { 14 | "en:us": "Sunnydale High School" 15 | }, 16 | "ceterms:description": { 17 | "en:us": "Sunnydale High School was a fictional public high school located in Sunnydale, in the tv series Buffy the Vampire Slayer. It was destroyed with the rest of Sunnydale in 2003." 18 | }, 19 | "ceterms:agentType": { 20 | "@type": "ceterms:CredentialAlignmentObject", 21 | "ceterms:targetNode": "orgType:HighSchool" 22 | }, 23 | "ceterms:agentSectorType": { 24 | "@type": "ceterms:CredentialAlignmentObject", 25 | "ceterms:targetNode": "agentSector:Public" 26 | }, 27 | "ceterms:subjectWebPage": "https://buffy.fandom.com/wiki/Sunnydale_High_School", 28 | "ceterms:email": "no.one.there@sdh.example.org", 29 | "ceterms:lifeCycleStatusType": { 30 | "@type": "ceterms:CredentialAlignmentObject", 31 | "ceterms:targetNode": "lifeCycle:Ceased", 32 | "ceterms:frameworkName": "Life Cycle Status", 33 | "ceterms:targetNodeName": "Ceased" 34 | }, 35 | "ceterms:offers": [ 36 | "res:ce-01234567-abcd-abcd-abcd-000000000002", 37 | "res:ce-01234567-abcd-abcd-abcd-000000000003" 38 | ], 39 | "ceterms:owns": [ 40 | "res:ce-01234567-abcd-abcd-abcd-000000000002", 41 | "res:ce-01234567-abcd-abcd-abcd-000000000003" 42 | ] 43 | }, 44 | { 45 | "@id": "res:ce-01234567-abcd-abcd-abcd-000000000002", 46 | "@type": "ceterms:Certificate", 47 | "ctid": "ce-01234567-abcd-abcd-abcd-000000000002", 48 | "ceterms:name": { 49 | "en:us": "Certificate in Applied Data Science" 50 | }, 51 | "ceterms:description": { 52 | "en:us": "Credential showing that the holder has satisfactorially completed the Applied Data Science program..." 53 | }, 54 | "ceterms:credentialStatusType": { 55 | "@type": "ceterms:CredentialAlignmentObject", 56 | "ceterms:targetNode": "credentialStat:Deprecated", 57 | "ceterms:frameworkName": "Credential Status", 58 | "ceterms:targetNodeName": "Deprecated" 59 | }, 60 | "ceterms:subjectWebPage": "http://example.edu/0002", 61 | "ceterms:inLanguage": "en-US", 62 | "ceterms:ownedBy": "res:ce-01234567-abcd-abcd-abcd-000000000001", 63 | "ceterms:offeredBy": "res:ce-01234567-abcd-abcd-abcd-000000000001" 64 | }, 65 | { 66 | "@id": "res:ce-01234567-abcd-abcd-abcd-000000000003", 67 | "@type": "ceterms:LearningProgram", 68 | "ctid": "ce-01234567-abcd-abcd-abcd-000000000003", 69 | "ceterms:name": { 70 | "en:us": "Applied Data Science" 71 | }, 72 | "ceterms:description": { 73 | "en:us": "The applied data science program leads to the Certificate in Applied Data Science..." 74 | }, 75 | "ceterms:subjectWebPage": "http://example.edu/0003", 76 | "ceterms:lifeCycleStatusType": { 77 | "@type": "ceterms:CredentialAlignmentObject", 78 | "ceterms:targetNode": "lifeCycle:Ceased", 79 | "ceterms:frameworkName": "Life Cycle Status", 80 | "ceterms:targetNodeName": "Ceased" 81 | }, 82 | "ceterms:inLanguage": "en-US", 83 | "ceterms:isPreparationFor": "res:ce-01234567-abcd-abcd-abcd-000000000002", 84 | "ceterms:ownedBy": "res:ce-01234567-abcd-abcd-abcd-000000000001", 85 | "ceterms:offeredBy": "res:ce-01234567-abcd-abcd-abcd-000000000001" 86 | } 87 | ] 88 | } 89 | -------------------------------------------------------------------------------- /PathwaysConditionsAndConstraints/Pathway-Examples/termScheduleType.json: -------------------------------------------------------------------------------- 1 | { 2 | "@context": ["http://credreg.net/ctdlasn/schema/context/json", "http://credreg.net/ctdl/schema/context/json" ], 3 | "@graph": [ 4 | { 5 | "@type": ["skos:ConceptScheme", "asn:ProgressionModel"], 6 | "@id": "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0", 7 | "rdfs:label": { 8 | "en-US": "Semster Schedule Term" 9 | }, 10 | "rdfs:comment": { 11 | "en-US": "Types of university or college schedule terms." 12 | }, 13 | "dct:description": { 14 | "en-US": "Includes \"1st Term\", \"2nd Term\", \"3rd Term\", \"4th term\"" 15 | }, 16 | "skos:hasTopConcept": [ 17 | "https://credentialengineregistry.org/resources/1d6ab366-99db-4c84-a662-86823a0b11ab", 18 | "https://credentialengineregistry.org/resources/b6e6f714-eab2-4012-a327-7619ce9a9136", 19 | "https://credentialengineregistry.org/resources/b3a736ef-1947-4caa-8cb8-216a36af3bc1", 20 | "https://credentialengineregistry.org/resources/46c88850-7b81-4270-9f40-c3bb27617682" 21 | ] 22 | }, 23 | { 24 | "@type": ["skos:Concept", "asn:ProgressionLevel"], 25 | "@id": "https://credentialengineregistry.org/resources/1d6ab366-99db-4c84-a662-86823a0b11ab", 26 | "skos:prefLabel": { 27 | "en-US": "1st Term" 28 | }, 29 | "skos:definition": { 30 | "en-US": "First semester term of a program of study for a two year program." 31 | }, 32 | "skos:notation": "1", 33 | "ceterms:precedes": "https://credentialengineregistry.org/resources/b6e6f714-eab2-4012-a327-7619ce9a9136", 34 | "skos:inScheme": [ 35 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 36 | ], 37 | "skos:topConceptOf": [ 38 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 39 | ] 40 | }, 41 | { 42 | "@type": "skos:Concept", 43 | "@id": "https://credentialengineregistry.org/resources/b6e6f714-eab2-4012-a327-7619ce9a9136", 44 | "skos:prefLabel": { 45 | "en-US": "2nd Term" 46 | }, 47 | "skos:definition": { 48 | "en-US": "Second semester term of a program of study for a two year program." 49 | }, 50 | "ceterms:precedes": "https://credentialengineregistry.org/resources/b3a736ef-1947-4caa-8cb8-216a36af3bc1", 51 | "skos:inScheme": [ 52 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 53 | ], 54 | "skos:topConceptOf": [ 55 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 56 | ] 57 | }, 58 | { 59 | "@type": "skos:Concept", 60 | "@id": "https://credentialengineregistry.org/resources/b3a736ef-1947-4caa-8cb8-216a36af3bc1", 61 | "skos:prefLabel": { 62 | "en-US": "3rd Term" 63 | }, 64 | "skos:definition": { 65 | "en-US": "Third semester term of a program of study for a two year program." 66 | }, 67 | "ceterms:precedes": "https://credentialengineregistry.org/resources/46c88850-7b81-4270-9f40-c3bb27617682", 68 | "skos:inScheme": [ 69 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 70 | ], 71 | "skos:topConceptOf": [ 72 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 73 | ] 74 | }, 75 | { 76 | "@type": "skos:Concept", 77 | "@id": "https://credentialengineregistry.org/resources/46c88850-7b81-4270-9f40-c3bb27617682", 78 | "skos:prefLabel": { 79 | "en-US": "4th Term" 80 | }, 81 | "skos:definition": { 82 | "en-US": "Fourth semester term of a program of study for a two year program." 83 | }, 84 | "skos:inScheme": [ 85 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 86 | ], 87 | "skos:topConceptOf": [ 88 | "https://credentialengineregistry.org/resources/be9dd340-556c-4e2a-bfb7-09833eac6bc0" 89 | ] 90 | } 91 | ] 92 | } --------------------------------------------------------------------------------