Skip to content

Create properties for ETPL #696

@siuc-nate

Description

@siuc-nate

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

Usage:
image

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-...",
    "..."
  ]
}

ETPL Modeling-Copy of Page-7

image

image

image

image

See issue #645 for more details

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions