-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Per our 6-15-2020 meeting:
Create:
URI: ceterms:hasETPLResource
Label: Has ETPL Resource
Definition: Resource that is on the WIOA Eligible Training Provider List described by this resource.
Comment: State or Local Workforce Board indicates the resource being referenced (e.g., credential and its learning opportunity or assessment) is on their Workforce Innovation and Opportunity Act (WIOA) Eligible Training Provider List.
Domain: ceterms:QualityAssuranceCredential
Range: ceterms:Credential (and subclasses), ceterms:AssessmentProfile, ceterms:LearningOpportunityProfile
URI: ceterms:isETPLResourceOn
Label: Is ETPL Resource On
Definition: WIOA Eligible Training Provider List on which this resource is listed.
Comment: This resource (e.g., credential and its learning opportunity or assessment) is referenced on a State or Local Workforce Board's Workforce Innovation and Opportunity Act (WIOA) Eligible Training Provider List.
Domain: ceterms:Credential (and subclasses), ceterms:AssessmentProfile, ceterms:LearningOpportunityProfile
Range: ceterms:QualityAssuranceCredential
See #698 for schema:baseSalary
Examples:
{
"@type": "ceterms:QualityAssuranceCredential",
"ceterms:name": { "en": "New Jersey ETPL 3" },
"ceterms:description": { "en": "descriptive text" },
"ceterms:ownedBy": [
"https://uri-to-newjersey-org"
],
"ceterms:availableAt": [
{
"@type": "ceterms:Place",
"ceterms:name": { "en": "WIOA 3" },
"ceterms:geoURI": [
"https://uri-for-county1",
"https://uri-for-county2",
"https://uri-for-county3"
]
}
],
"ceterms:occupationType": [
{
"@type": "ceterms:CredentialAlignmentObject",
"ceterms:targetNodeName": { "en": "name of demand occupation" },
"ceterms:targetNode": "https://uri-for-soc-code"
}
],
"ceterms:requires": [
{
"@type": "ceterms:ConditionProfile",
"...": "//requirements to be on the ETPL"
}
],
"ceterms:hasETPLResource": [
"https://credentialengineregistry.org/resources/ce-...",
"https://credentialengineregistry.org/resources/ce-...",
"https://credentialengineregistry.org/resources/ce-...",
"https://credentialengineregistry.org/resources/ce-...",
"https://credentialengineregistry.org/resources/ce-...",
"..."
]
}
See issue #645 for more details





