@prefix adminRecord: . @prefix asn: . @prefix ceasn: . @prefix ceterms: . @prefix collectionMethod: . @prefix dataWithholding: . @prefix dc: . @prefix dct: . @prefix incomeDetermination: . @prefix meta: . @prefix obi: . @prefix qdata: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix sourceCoverage: . @prefix subjectCategory: . @prefix vann: . @prefix vs: . @prefix xsd: . #==================== # CLASSES #==================== ceterms:Credential a rdfs:Class ; rdfs:label "Credential"@en-US ; rdfs:comment "Qualification, achievement, personal or organizational quality, or aspect of an identity typically used to indicate suitability."@en-US ; dct:description "The ceterms:Credential class is broadly defined to encompass credentials used across domains and communities of practice. The class should be used only when speaking of credentials in general. Subclasses of ceterms:Credential as defined by Credential Engine (or other communities) should be used when referencing specific types of credentials."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf schema:CreativeWork ; owl:equivalentClass obi:BadgeClass . ceterms:EarningsProfile a rdfs:Class ; rdfs:label "Earnings Profile"@en-US ; rdfs:comment "Entity that describes earning and related statistical information for a given credential."@en-US ; vann:usageNote "The use of ceterms:AggregateDataProfile instead of this class is strongly recommended."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf ceterms:AggregateDataProfile, schema:CreativeWork . ceterms:EmploymentOutcomeProfile a rdfs:Class ; rdfs:label "Employment Outcome Profile"@en-US ; rdfs:comment "Entity that describes employment outcomes and related statistical information for a given credential."@en-US ; vann:usageNote "The use of ceterms:AggregateDataProfile instead of this class is strongly recommended."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf ceterms:AggregateDataProfile, schema:CreativeWork . ceterms:HoldersProfile a rdfs:Class ; rdfs:label "Holders Profile"@en-US ; rdfs:comment "Entity describing the count and related statistical information of holders of a given credential."@en-US ; vann:usageNote "The use of ceterms:AggregateDataProfile instead of this class is strongly recommended."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf ceterms:AggregateDataProfile, schema:CreativeWork . ceterms:JurisdictionProfile a rdfs:Class ; rdfs:label "Jurisdiction Profile"@en-US ; rdfs:comment "Geo-political information about applicable geographic areas and their exceptions."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf schema:CreativeWork . ceterms:Place a rdfs:Class ; rdfs:label "Place"@en-US ; rdfs:comment "Entity describing a physical location or geospatial area."@en-US ; vs:term_status vs:stable ; owl:equivalentClass schema:Place . ceterms:ProcessProfile a rdfs:Class ; rdfs:label "Process Profile"@en-US ; rdfs:comment "Entity describing the type, nature, and other relevant information about a process related to a credential."@en-US ; vs:term_status vs:stable ; rdfs:subClassOf schema:CreativeWork . qdata:DataProfile a rdfs:Class ; rdfs:label "Data Profile"@en-US ; rdfs:comment "Entity describing the attributes of the data set, its subjects and their values."@en-US ; vs:term_status vs:stable . qdata:DataSetProfile a rdfs:Class ; rdfs:label "Data Set Profile"@en-US ; rdfs:comment "Particular characteristics or properties of a data set and its records."@en-US ; vs:term_status vs:stable . qdata:DataSetTimeFrame a rdfs:Class ; rdfs:label "Data Set Time Frame"@en-US ; rdfs:comment "Time frame including earnings and employment start and end dates of the data set."@en-US ; vs:term_status vs:stable . schema:MonetaryAmount a rdfs:Class ; rdfs:label "Monetary Amount"@en-US ; rdfs:comment "Monetary value or range."@en-US ; vs:term_status vs:stable . schema:MonetaryAmountDistribution a rdfs:Class ; rdfs:label "Monetary Amount Distribution"@en-US ; rdfs:comment "Statistical distribution of monetary amounts."@en-US ; vs:term_status vs:stable . schema:QuantitativeValue a rdfs:Class ; rdfs:label "Quantitative Value"@en-US ; rdfs:comment "Point value for cohort characteristics and other purposes."@en-US ; vs:term_status vs:stable . #==================== # PROPERTIES #==================== ceterms:administrationProcess a rdf:Property ; rdfs:label "Administration Process"@en-US ; rdfs:comment "Entity describing the process by which a resource, or aspects of it, are administered."@en-US ; dct:description "Processes described include the execution of events and the development of resources in the lifecycle of a credential or organization, such as the process for the proctoring of assessments."@en-US ; vann:usageNote "For assessments and rubrics, this can be used to indicate the scoring algorithm."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes ceterms:ProcessProfile . ceterms:alternateName a rdf:Property ; rdfs:label "Alternate Name"@en-US ; rdfs:comment "Alias for the entity including acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:EarningsProfile, ceterms:EmploymentOutcomeProfile, ceterms:Place, qdata:DataSetProfile, qdata:DataSetTimeFrame ; schema:rangeIncludes rdf:langString . ceterms:ctid a rdf:Property ; rdfs:label "CTID"@en-US ; rdfs:comment "Globally unique Credential Transparency Identifier (CTID) by which the creator, owner or provider of a resource recognizes it in transactions with the external environment (e.g., in verifiable claims involving the resource)."@en-US ; dct:description "The CTID is the equivalent of a version identifier for the resource. Different versions of a resource are considered distinct expressions and each must be assigned its own CTID. Each version of a resource can have only one CTID assigned. However, a single version of a resource may have distinct identifier values for both the ctid property and the credentialId property. In such a case both identifiers will be recognized by the resource creator/owner/provider in transactions with the external environment."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:credentialId ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes xsd:string . ceterms:description a rdf:Property ; rdfs:label "Description"@en-US ; rdfs:comment "Statement, characterization or account of the entity."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:EmploymentOutcomeProfile, ceterms:JurisdictionProfile, ceterms:ProcessProfile, qdata:DataProfile, qdata:DataSetProfile, qdata:DataSetTimeFrame, qdata:EarningsProfile ; schema:rangeIncludes rdf:langString ; owl:equivalentProperty dct:description, schema:description . ceterms:earnings a rdf:Property ; rdfs:label "Earnings"@en-US ; rdfs:comment "Entity describing aggregate credential holder earnings data."@en-US ; vann:usageNote "The use of ceterms:aggregateData instead of this property is strongly recommended."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:aggregateData ; schema:domainIncludes ceterms:AcademicCertificate, ceterms:ApprenticeshipCertificate, ceterms:AssociateDegree, ceterms:AssociateOfAppliedArtsDegree, ceterms:AssociateOfAppliedScienceDegree, ceterms:AssociateOfArtsDegree, ceterms:AssociateOfScienceDegree, ceterms:BachelorDegree, ceterms:BachelorOfArtsDegree, ceterms:BachelorOfScienceDegree, ceterms:Badge, ceterms:BasicTechnicalCertificate, ceterms:Certificate, ceterms:CertificateOfCompletion, ceterms:CertificateOfParticipation, ceterms:Certification, ceterms:Credential, ceterms:Degree, ceterms:DigitalBadge, ceterms:Diploma, ceterms:DoctoralDegree, ceterms:GeneralEducationDevelopment, ceterms:GeneralEducationLevel1Certificate, ceterms:GeneralEducationLevel2Certificate, ceterms:HigherEducationLevel1Certificate, ceterms:HigherEducationLevel2Certificate, ceterms:JourneymanCertificate, ceterms:License, ceterms:MasterCertificate, ceterms:MasterDegree, ceterms:MasterOfArtsDegree, ceterms:MasterOfScienceDegree, ceterms:MicroCredential, ceterms:OpenBadge, ceterms:PostBaccalaureateCertificate, ceterms:PostMasterCertificate, ceterms:PreApprenticeshipCertificate, ceterms:ProfessionalCertificate, ceterms:ProfessionalDoctorate, ceterms:ProficiencyCertificate, ceterms:QualityAssuranceCredential, ceterms:ResearchDoctorate, ceterms:SecondaryEducationCertificate, ceterms:SecondarySchoolDiploma, ceterms:SpecialistDegree, ceterms:TechnicalLevel1Certificate, ceterms:TechnicalLevel2Certificate, ceterms:TechnicalLevel3Certificate, ceterms:WorkBasedLearningCertificate ; schema:rangeIncludes ceterms:EarningsProfile . ceterms:employmentOutcome a rdf:Property ; rdfs:label "Employment Outcome"@en-US ; rdfs:comment "Entity describing aggregate data on jobs obtained with the credential by occupation and industry for a given period of time in a specific region."@en-US ; vann:usageNote "The use of ceterms:aggregateData instead of this property is strongly recommended."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:aggregateData ; schema:domainIncludes ceterms:AcademicCertificate, ceterms:ApprenticeshipCertificate, ceterms:AssociateDegree, ceterms:AssociateOfAppliedArtsDegree, ceterms:AssociateOfAppliedScienceDegree, ceterms:AssociateOfArtsDegree, ceterms:AssociateOfScienceDegree, ceterms:BachelorDegree, ceterms:BachelorOfArtsDegree, ceterms:BachelorOfScienceDegree, ceterms:Badge, ceterms:BasicTechnicalCertificate, ceterms:Certificate, ceterms:CertificateOfCompletion, ceterms:CertificateOfParticipation, ceterms:Certification, ceterms:Credential, ceterms:Degree, ceterms:DigitalBadge, ceterms:Diploma, ceterms:DoctoralDegree, ceterms:GeneralEducationDevelopment, ceterms:GeneralEducationLevel1Certificate, ceterms:GeneralEducationLevel2Certificate, ceterms:HigherEducationLevel1Certificate, ceterms:HigherEducationLevel2Certificate, ceterms:JourneymanCertificate, ceterms:License, ceterms:MasterCertificate, ceterms:MasterDegree, ceterms:MasterOfArtsDegree, ceterms:MasterOfScienceDegree, ceterms:MicroCredential, ceterms:OpenBadge, ceterms:PostBaccalaureateCertificate, ceterms:PostMasterCertificate, ceterms:PreApprenticeshipCertificate, ceterms:ProfessionalCertificate, ceterms:ProfessionalDoctorate, ceterms:ProficiencyCertificate, ceterms:QualityAssuranceCredential, ceterms:ResearchDoctorate, ceterms:SecondaryEducationCertificate, ceterms:SecondarySchoolDiploma, ceterms:SpecialistDegree, ceterms:TechnicalLevel1Certificate, ceterms:TechnicalLevel2Certificate, ceterms:TechnicalLevel3Certificate, ceterms:WorkBasedLearningCertificate ; schema:rangeIncludes ceterms:EmploymentOutcomeProfile . ceterms:endDate a rdf:Property ; rdfs:label "End Date"@en-US ; rdfs:comment "Date some event or activity ends."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:temporalCoverage ; schema:domainIncludes qdata:DataSetTimeFrame ; schema:rangeIncludes xsd:date ; owl:equivalentProperty schema:endDate . ceterms:externalInputType a rdf:Property ; rdfs:label "External Input Type"@en-US ; rdfs:comment "Types of external stakeholders that provide input to an entity's processes or resources; select from an existing enumeration of such types."@en-US ; vann:usageNote "Best practice for developing credential descriptions for the Credential Engine Registry is to use the ceterms:ExternalInput vocabulary."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:credentialAlignment ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes ceterms:CredentialAlignmentObject . ceterms:geoURI a rdf:Property ; rdfs:label "Geographic URI"@en-US ; rdfs:comment "Entity that describes the longitude, latitude and other location details of a place."@en-US ; dct:description "This may define a place at any scale. Examples include a city, state, province, country, or continent."@en-US ; vann:usageNote "It is recommended to use services such as http://www.geonames.org to provide values for this property."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:GeoCoordinates, ceterms:Place ; schema:rangeIncludes xsd:anyURI . ceterms:instructionalProgramType a rdf:Property ; rdfs:label "Instructional Program Type"@en-US ; rdfs:comment "Type of instructional program; select from an existing enumeration of such types."@en-US ; vann:usageNote "For U.S. credentials, best practice is to use a framework such as the CIP (Classification of Instructional Programs). Other credentials may use any framework of the class CTDL InstructionalProgramClassification."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:credentialAlignment ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes skos:Concept . ceterms:jurisdiction a rdf:Property ; rdfs:label "Jurisdiction"@en-US ; rdfs:comment "Geographic or political region in which the credential is formally applicable or an organization has authority to act."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes ceterms:JurisdictionProfile . ceterms:jurisdictionException a rdf:Property ; rdfs:label "Jurisdiction Exception"@en-US ; rdfs:comment "Geographic or political region in which the credential is not formally recognized or an organization has no authority to act ."@en-US ; dct:description "The ceterms:jurisdictionalException property is used in conjunction with the ceterms:jurisdiction property and expresses any exceptions to a more general statement; e.g., the United states except for Colorado."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:spatialCoverage ; schema:domainIncludes ceterms:JurisdictionProfile ; schema:rangeIncludes ceterms:Place . ceterms:latitude a rdf:Property ; rdfs:label "Latitude"@en-US ; rdfs:comment "Latitude of a location."@en-US ; dct:description "For example 37.42242 (WGS 84)"@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:GeoCoordinates, ceterms:Place ; schema:rangeIncludes xsd:float ; owl:equivalentProperty schema:latitude . ceterms:longitude a rdf:Property ; rdfs:label "Longitude"@en-US ; rdfs:comment "The longitude of a location."@en-US ; dct:description "For example -122.08585 (WGS 84)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:GeoCoordinates, ceterms:Place ; schema:rangeIncludes xsd:float ; owl:equivalentProperty schema:longitude . ceterms:mainJurisdiction a rdf:Property ; rdfs:label "Main Jurisdiction"@en-US ; rdfs:comment "Primary geographic or political region in which the credential is recognized as applicable or in which an organization has recognized authority to act."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:spatialCoverage ; schema:domainIncludes ceterms:JurisdictionProfile ; schema:rangeIncludes ceterms:Place . ceterms:name a rdf:Property ; rdfs:label "Name"@en-US ; rdfs:comment "Name or title of the resource."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:EarningsProfile, ceterms:EmploymentOutcomeProfile, ceterms:Place, qdata:DataSetProfile, qdata:DataSetTimeFrame ; schema:rangeIncludes rdf:langString ; owl:equivalentProperty schema:name . ceterms:processFrequency a rdf:Property ; rdfs:label "Process Frequency"@en-US ; rdfs:comment "Interval of process occurence."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes rdf:langString . ceterms:processingAgent a rdf:Property ; rdfs:label "Processing Agent"@en-US ; rdfs:comment "Organization or person performing the process."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes ceterms:Agent . ceterms:processMethod a rdf:Property ; rdfs:label "Process Method"@en-US ; rdfs:comment "Webpage or online document that describes the process methods."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes xsd:anyURI . ceterms:processMethodDescription a rdf:Property ; rdfs:label "Process Method Description"@en-US ; rdfs:comment "Textual description of the process methods."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes rdf:langString . ceterms:source a rdf:Property ; rdfs:label "Source URL"@en-US ; rdfs:comment "Authoritative source of an entity's information."@en-US ; dct:description "Citation or description of an authoritative source from which information or description has been derived."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes xsd:anyURI . ceterms:startDate a rdf:Property ; rdfs:label "Start Date"@en-US ; rdfs:comment "Date the validity or usefulness of the information in this resource begins."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf ceterms:temporalCoverage ; schema:domainIncludes qdata:DataSetTimeFrame ; schema:rangeIncludes xsd:date ; owl:equivalentProperty schema:startDate . ceterms:verificationMethodDescription a rdf:Property ; rdfs:label "Verification Method Description"@en-US ; rdfs:comment "Textual description of the methods used to evaluate an assessment, learning opportunity, process or verificaiton service for validity or reliability."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile, ceterms:VerificationServiceProfile ; schema:rangeIncludes rdf:langString . qdata:adjustment a rdf:Property ; rdfs:label "Adjustment"@en-US ; rdfs:comment "Describes whether and how the provided earnings have been adjusted for factors such as inflation, participant demographics and economic conditions."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes rdf:langString . qdata:administrativeRecordType a rdf:Property ; rdfs:label "Administrative Record Type"@en-US ; rdfs:comment "Type of administrative record used; e.g. W2, 1099, and Unemployment Insurance Wage Record."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile, qdata:ProcessProfile ; schema:rangeIncludes skos:Concept . qdata:dataAttributes a rdf:Property ; rdfs:label "Data Attributes"@en-US ; rdfs:comment "Attributes of the data set."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetTimeFrame ; schema:rangeIncludes qdata:DataProfile . qdata:dataAvailable a rdf:Property ; rdfs:label "Data Available"@en-US ; rdfs:comment "Number of credential holders in the reporting group for which employment and earnings data is included in the data set."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:dataCollectionMethodType a rdf:Property ; rdfs:label "Data Collection Method Type"@en-US ; rdfs:comment "Type of method by which the data was collected."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:ProcessProfile ; schema:rangeIncludes skos:Concept . qdata:dataNotAvailable a rdf:Property ; rdfs:label "Data Not Available"@en-US ; rdfs:comment "Number of credential holders in the reporting group for which employment and earnings data has not been included in the data set."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:dataProvider a rdf:Property ; rdfs:label "Data Provider"@en-US ; rdfs:comment "Credentialing organization or a third party providing the data."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes ceterms:Agent . qdata:dataSetTimePeriod a rdf:Property ; rdfs:label "Data Set Time Period"@en-US ; rdfs:comment "Short- and long-term post-award reporting intervals including start and end dates."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes qdata:DataSetTimeFrame . qdata:dataSourceCoverageType a rdf:Property ; rdfs:label "Data Source Coverage Type"@en-US ; rdfs:comment "Type of geographic coverage of the subjects."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetTimeFrame ; schema:rangeIncludes skos:Concept . qdata:dataSuppressionPolicy a rdf:Property ; rdfs:label "Data Suppression Policy"@en-US ; rdfs:comment "Description of a data suppression policy for earnings and employment data when cell size is below a certain threshold to ensure an individual's privacy and security."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes rdf:langString . qdata:dataWithholdingType a rdf:Property ; rdfs:label "Data Withholding Type"@en-US ; rdfs:comment "Type of suppression, masking, or other modification made to the data to protect the identities of its subjects."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmount, schema:MonetaryAmountDistribution, schema:QuantitativeValue ; schema:rangeIncludes skos:Concept . qdata:demographicEarningsRate a rdf:Property ; rdfs:label "Demographic Earnings Rate"@en-US ; rdfs:comment "Earnings rate for a demographic category."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:demographicEmploymentRate a rdf:Property ; rdfs:label "demographicEmploymentRate"@en-US ; rdfs:comment "Employment rate for a demographic category."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:distributionFile a rdf:Property ; rdfs:label "Distribution File"@en-US ; rdfs:comment "Downloadable form of this dataset, at a specific location, in a specific format."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes xsd:anyURI . qdata:earningsAmount a rdf:Property ; rdfs:label "Earnings Amount"@en-US ; rdfs:comment "Reference to an entity describing aggregate earnings."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:MonetaryAmount . qdata:earningsDefinition a rdf:Property ; rdfs:label "Earnings Definition"@en-US ; rdfs:comment "Definition of \"earnings\" used by the data source in the context of the reporting group."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes rdf:langString . qdata:earningsDistribution a rdf:Property ; rdfs:label "Earnings Distribution"@en-US ; rdfs:comment "Reference to an entity describing median earnings as well as earnings at various percentiles."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:MonetaryAmountDistribution . qdata:earningsThreshold a rdf:Property ; rdfs:label "Earnings Threshold"@en-US ; rdfs:comment "Statement of any work time or earnings threshold used in determining whether a sufficient level of workforce attachment has been achieved to qualify as employed during the time period of the data set."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes rdf:langString . qdata:employmentDefinition a rdf:Property ; rdfs:label "Employment Definition"@en-US ; rdfs:comment "Statement of criteria used to determine whether sufficient levels of work time and/or earnings have been met to be considered employed during the earning time period."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes rdf:langString . qdata:employmentOutlook a rdf:Property ; rdfs:label "Employment Outlook"@en-US ; rdfs:comment "Projected employment estimate."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:employmentRate a rdf:Property ; rdfs:label "Employment Rate"@en-US ; rdfs:comment "Rate computed by dividing the number of holders or subjects meeting the data set's criteria of employment (meetEmploymentCriteria) by the number of holders or subjects for which data was available (dataAvailable)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:facultyToStudentRatio a rdf:Property ; rdfs:label "Faculty-to-Student Ratio"@en-US ; rdfs:comment "Ratio of the number of teaching faculty to the number of students."@en-US ; dct:description "What constitutes \"teaching faculty\" is determined by the Organization and may include anyone with a significant, direct instructional role in interactions with students in learning activities."@en-US ; vann:usageNote "The expression of the ratio should feature the number of faculty first, followed by the number of students, e.g., \"1:10\" to mean \"one faculty per ten students\"."@en-US ; vs:term_status vs:unstable ; schema:domainIncludes ceterms:AggregateDataProfile, qdata:DataProfile ; schema:rangeIncludes xsd:string . qdata:holdersInSet a rdf:Property ; rdfs:label "Holders In Set"@en-US ; rdfs:comment "Number of credential holders in the final data collection and reporting."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:incomeDeterminationType a rdf:Property ; rdfs:label "Income Determination Type"@en-US ; rdfs:comment "Mechanism by which income is determined; i.e., actual or annualized earnings."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes skos:Concept . qdata:industryRate a rdf:Property ; rdfs:label "Industry Rate"@en-US ; rdfs:comment "Employment rate for an industry category."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:insufficientEmploymentCriteria a rdf:Property ; rdfs:label "Insufficient Employment Criteria"@en-US ; rdfs:comment "Number of holders that do not meet the prescribed employment threshold in terms of earnings or time engaged in work as defined for the data set (employmentDefinition)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:maxPercentage a rdf:Property ; rdfs:label "Max Percentage"@en-US ; rdfs:comment "The upper percentage of some characteristic or property."@en-US ; vann:usageNote "Best practice is to treat the value of this property as a verbatim percentage; for example, a value of 1.5 should be interpreted as 1.5%"@en-US ; vs:term_status vs:unstable ; schema:domainIncludes ceasn:CriterionLevel, ceterms:ValueProfile, schema:QuantitativeValue ; schema:rangeIncludes xsd:float . qdata:median a rdf:Property ; rdfs:label "Median"@en-US ; rdfs:comment "Median salary value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:float . qdata:meetEmploymentCriteria a rdf:Property ; rdfs:label "Meet Employment Criteria"@en-US ; rdfs:comment "Number of holders that meet the prescribed employment threshold in terms of earnings or time engaged in work as defined for the data set (employmentDefinition)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:minPercentage a rdf:Property ; rdfs:label "Min Percentage"@en-US ; rdfs:comment "The lower percentage of some characteristic or property."@en-US ; vann:usageNote "Best practice is to treat the value of this property as a verbatim percentage; for example, a value of 1.5 should be interpreted as 1.5%"@en-US ; vs:term_status vs:unstable ; schema:domainIncludes ceasn:CriterionLevel, ceterms:ValueProfile, schema:QuantitativeValue ; schema:rangeIncludes xsd:float . qdata:nonCompleters a rdf:Property ; rdfs:label "Non-Completers"@en-US ; rdfs:comment "Non-holders who departed or are likely to depart higher education prematurely."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:nonHoldersInSet a rdf:Property ; rdfs:label "Non-Holders In Set"@en-US ; rdfs:comment "Non-holder subject actively pursuing the credential through a program or assessment."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:occupationRate a rdf:Property ; rdfs:label "Occupation Rate"@en-US ; rdfs:comment "Employment rate for an occupation category."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:passRate a rdf:Property ; rdfs:label "Pass Rate"@en-US ; rdfs:comment "Rate computed by dividing the number of subjects passing an assessment by the total number taking the assessment."@en-US ; vann:usageNote "When data is available, record both the percentage and the number of subjects who passed the assessment."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:percentage a rdf:Property ; rdfs:label "Percentage"@en-US ; rdfs:comment "Quotient of two values of the data set, expressed as a percentage."@en-US ; vann:usageNote "Best practice is to treat the value of this property as a verbatim percentage; for example, a value of 1.5 should be interpreted as 1.5%"@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceasn:CriterionLevel, ceterms:ValueProfile, schema:QuantitativeValue ; schema:rangeIncludes xsd:float . qdata:percentile10 a rdf:Property ; rdfs:label "Percentile 10"@en-US ; rdfs:comment "10th percentile salary value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:float . qdata:percentile25 a rdf:Property ; rdfs:label "Percentile 25"@en-US ; rdfs:comment "25th percentile salary value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:float . qdata:percentile75 a rdf:Property ; rdfs:label "Percentile 75"@en-US ; rdfs:comment "75th percentile salary value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:float . qdata:percentile90 a rdf:Property ; rdfs:label "Percentile 90"@en-US ; rdfs:comment "90th percentile salary value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:float . qdata:regionalEarningsDistribution a rdf:Property ; rdfs:label "Regional Earnings Distribution"@en-US ; rdfs:comment "Reference to an entity describing median earnings as well as earnings at various percentiles for holders or subjects in the region."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf qdata:earningsDistribution ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:regionalEmploymentRate a rdf:Property ; rdfs:label "Regional Employment Rate"@en-US ; rdfs:comment "Rate computed by dividing the number of holders or subjects in the region meeting the data set's criteria of employment (meetEmploymentCriteria) by the number of holders or subjects in the region for which data was available (dataAvailable)."@en-US ; vs:term_status vs:stable ; rdfs:subPropertyOf qdata:employmentRate ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:relatedEmployment a rdf:Property ; rdfs:label "Related Employment"@en-US ; rdfs:comment "Number of people employed in the area of work (e.g., industry, occupation) in which the credential provided preparation."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:relevantDataSet a rdf:Property ; rdfs:label "Relevant Data Set"@en-US ; rdfs:comment "Data Set on which earnings or employment data is based."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceterms:AggregateDataProfile, ceterms:EarningsProfile, ceterms:EmploymentOutcomeProfile, ceterms:HoldersProfile ; schema:rangeIncludes qdata:DataSetProfile . qdata:relevantDataSetFor a rdf:Property ; rdfs:label "Relevant Data Set For"@en-US ; rdfs:comment "Data set for the entity being referenced."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes ceterms:AggregateDataProfile, ceterms:EarningsProfile, ceterms:EmploymentOutcomeProfile, ceterms:HoldersProfile . qdata:subjectExcluded a rdf:Property ; rdfs:label "Subject Excluded"@en-US ; rdfs:comment "Category of subject excluded from the data."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:subjectIdentification a rdf:Property ; rdfs:label "Subject Identification"@en-US ; rdfs:comment "Identification of data point(s) in the data set that describe personal subject attribute(s) used to uniquely identify a subject for the purpose of matching records and an indication of level of confidence in the accuracy of the match."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes rdf:langString . qdata:subjectsInSet a rdf:Property ; rdfs:label "Subjects In Set"@en-US ; rdfs:comment "Total credential holders and non-holders in the final data collection and reporting."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:subjectType a rdf:Property ; rdfs:label "Subject Type"@en-US ; rdfs:comment "Type of subject included or excluded from the data set."@en-US ; vs:term_status vs:stable ; schema:rangeIncludes skos:Concept . qdata:subjectValue a rdf:Property ; rdfs:label "Subject Value"@en-US ; rdfs:comment "Quantitative values and percentages for a subject category in the data set."@en-US ; vs:term_status vs:stable ; schema:rangeIncludes schema:QuantitativeValue . qdata:sufficientEmploymentCriteria a rdf:Property ; rdfs:label "Sufficient Employment Criteria"@en-US ; rdfs:comment "Number of holders that meet the prescribed employment threshold in terms of earnings or time engaged in work as defined for the data set (employmentDefinition)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:totalWIOACompleters a rdf:Property ; rdfs:label "Total WIOA Completers"@en-US ; rdfs:comment "Total participants who completed the WIOA program, successfully or unsuccessfully."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:totalWIOAExiters a rdf:Property ; rdfs:label "Total WIOA Exiters"@en-US ; rdfs:comment "Total participants who successfully completed the WIOA program and exited WIOA."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:totalWIOAParticipants a rdf:Property ; rdfs:label "Total WIOA Participants"@en-US ; rdfs:comment "Total participants in the WIOA program."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:unrelatedEmployment a rdf:Property ; rdfs:label "Unrelated Employment"@en-US ; rdfs:comment "Number of people employed outside the area of work (e.g., industry, occupation) in which the credential provided preparation."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes schema:QuantitativeValue . qdata:workTimeThreshold a rdf:Property ; rdfs:label "Work Time Threshold"@en-US ; rdfs:comment "Statement of earnings thresholds used in determining whether a sufficient level of workforce attachment has been achieved to qualify as employed during the chosen employment and earnings time period."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataProfile ; schema:rangeIncludes rdf:langString . schema:about a rdf:Property ; rdfs:label "About"@en-US ; rdfs:comment "Subject matter of the resource."@en-US ; vs:term_status vs:stable ; schema:domainIncludes qdata:DataSetProfile ; schema:rangeIncludes ceterms:ApprenticeshipCertificate, ceterms:AssessmentProfile, ceterms:AssociateDegree, ceterms:AssociateOfAppliedArtsDegree, ceterms:AssociateOfAppliedScienceDegree, ceterms:AssociateOfArtsDegree, ceterms:AssociateOfScienceDegree, ceterms:BachelorDegree, ceterms:BachelorOfArtsDegree, ceterms:BachelorOfScienceDegree, ceterms:Badge, ceterms:Certificate, ceterms:CertificateOfCompletion, ceterms:Certification, ceterms:Course, ceterms:Credential, ceterms:CredentialOrganization, ceterms:Degree, ceterms:DigitalBadge, ceterms:Diploma, ceterms:DoctoralDegree, ceterms:GeneralEducationDevelopment, ceterms:JourneymanCertificate, ceterms:LearningOpportunityProfile, ceterms:LearningProgram, ceterms:License, ceterms:MasterCertificate, ceterms:MasterDegree, ceterms:MasterOfArtsDegree, ceterms:MasterOfScienceDegree, ceterms:MicroCredential, ceterms:OpenBadge, ceterms:Organization, ceterms:ProfessionalDoctorate, ceterms:QACredentialOrganization, ceterms:QualityAssuranceCredential, ceterms:ResearchDoctorate, ceterms:ScheduledOffering, ceterms:SecondarySchoolDiploma . schema:currency a rdf:Property ; rdfs:label "Currency"@en-US ; rdfs:comment "Currency abbreviation (e.g., USD)."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmount, schema:MonetaryAmountDistribution ; schema:rangeIncludes xsd:string . schema:description a rdf:Property ; rdfs:label "Description"@en-US ; rdfs:comment "A description of the item."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmount ; schema:rangeIncludes rdf:langString . schema:maxValue a rdf:Property ; rdfs:label "Max Value"@en-US ; rdfs:comment "Upper value of some characteristic or property."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceasn:CriterionLevel, schema:MonetaryAmount ; schema:rangeIncludes xsd:float . schema:minValue a rdf:Property ; rdfs:label "Min Value"@en-US ; rdfs:comment "Lower value of some characteristic or property."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceasn:CriterionLevel, schema:MonetaryAmount ; schema:rangeIncludes xsd:float . schema:unitText a rdf:Property ; rdfs:label "Unit Text"@en-US ; rdfs:comment "Word or phrase indicating the unit of measure."@en-US ; vs:term_status vs:stable ; schema:domainIncludes schema:MonetaryAmount, schema:QuantitativeValue ; schema:rangeIncludes skos:Concept . schema:value a rdf:Property ; rdfs:label "Value"@en-US ; rdfs:comment "Value of a monetary amount or a quantitative value."@en-US ; vs:term_status vs:stable ; schema:domainIncludes ceasn:CriterionLevel, schema:MonetaryAmount, schema:QuantitativeValue ; schema:rangeIncludes xsd:float . #==================== # CONCEPT SCHEMES #==================== qdata:AdministrativeRecordCategory a skos:ConceptScheme ; rdfs:label "Administrative Record Category"@en-US ; rdfs:comment "Categories of administrative records."@en-US ; vs:term_status vs:stable . qdata:CollectionMethod a skos:ConceptScheme ; rdfs:label "Collection Method"@en-US ; rdfs:comment "Categories of methods for collecting data."@en-US ; vs:term_status vs:stable . qdata:DataSourceCoverage a skos:ConceptScheme ; rdfs:label "Data Source Coverage"@en-US ; rdfs:comment "Categories of geographic coverage."@en-US ; vs:term_status vs:stable . qdata:DataWithholdingCategory a skos:ConceptScheme ; rdfs:label "Data Withholding Category"@en-US ; rdfs:comment "Categories of processes for withholding data in a data set."@en-US ; vs:term_status vs:stable . qdata:IncomeDeterminationMethod a skos:ConceptScheme ; rdfs:label "Income Determination Method"@en-US ; rdfs:comment "Methods for determining the actual or anticipated annual earnings of the subjects in the data set."@en-US ; vs:term_status vs:stable . qdata:SubjectCategory a skos:ConceptScheme ; rdfs:label "Subject Category"@en-US ; rdfs:comment "Categories of subjects for employment and earnings data."@en-US ; vs:term_status vs:stable . #==================== # CONCEPTS #==================== adminRecord:Tax1099 a skos:Concept ; skos:prefLabel "United States 1099 Tax Document"@en-US ; skos:definition "United States Federal tax form that an entity or person other than an employer provides stating earnings paid an individual."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:AdministrativeRecordCategory . adminRecord:TaxW2 a skos:Concept ; skos:prefLabel "United States W-2 Tax Document"@en-US ; skos:definition "United States Official Wage and Tax Statement that reports an employee's annual wages and the amount of taxes withheld from their paycheck by an employer."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:AdministrativeRecordCategory . adminRecord:UnemploymentInsurance a skos:Concept ; skos:prefLabel "Unemployment Insurance"@en-US ; skos:definition "Contain the earnings reported by employers (typically on a quarterly basis) to state unemployment insurance agencies for each employee."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:AdministrativeRecordCategory . collectionMethod:AdministrativeRecordMatching a skos:Concept ; skos:prefLabel "Administrative Record Matching"@en-US ; skos:definition "Data derived from cross-mapping unambiguous identifiers from more than one government administrative data sets."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:CollectionMethod . collectionMethod:CredentialHolderReporting a skos:Concept ; skos:prefLabel "Credential Holder Reporting"@en-US ; skos:definition "Data derived through credential holder self-reporting."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:CollectionMethod . collectionMethod:CredentialHolderSurvey a skos:Concept ; skos:prefLabel "Credential Holder Survey"@en-US ; skos:definition "Data derived through surveying holders."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:CollectionMethod . collectionMethod:SupplementalMethod a skos:Concept ; skos:prefLabel "Supplemental Method"@en-US ; skos:definition "Additional method used to augment administrative, self-reported or survey data."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:CollectionMethod . collectionMethod:SupplementalSource a skos:Concept ; skos:prefLabel "Supplemental Source"@en-US ; skos:definition "Agent providing data augmenting administrative, self-reported or survey data."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:CollectionMethod . dataWithholding:DataMasked a skos:Concept ; skos:prefLabel "Data Masked"@en-US ; skos:definition "Select information concealed or encrypted to protect the identities of subjects."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataWithholdingCategory . dataWithholding:DataSuppressed a skos:Concept ; skos:prefLabel "Data Suppressed"@en-US ; skos:definition "Select information withheld or removed to protect the identities of subjects."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataWithholdingCategory . incomeDetermination:ActualEarnings a skos:Concept ; skos:prefLabel "Actual Earnings"@en-US ; skos:definition "Earnings garnered over the entire reported time period of the data set."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:IncomeDeterminationMethod . incomeDetermination:AnnualizedEarnings a skos:Concept ; skos:prefLabel "Annualized Earnings"@en-US ; skos:definition "Calculated annual earnings based on reported earnings for a stated period shorter than the reported time period of the data set."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:IncomeDeterminationMethod . sourceCoverage:Country a skos:Concept ; skos:prefLabel "Country"@en-US ; skos:definition "Nation with its own government, occupying a particular territory such as the United States of America, Germany and France."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataSourceCoverage . sourceCoverage:Global a skos:Concept ; skos:prefLabel "Global"@en-US ; skos:definition "Encompassing the entire world."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataSourceCoverage . sourceCoverage:Region a skos:Concept ; skos:prefLabel "Region"@en-US ; skos:definition "Non-governmental, named geographic area, such as Silicon Valley, that is not necessarily coincident with the boundaries of a country or administrative subdivision thereof."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataSourceCoverage . sourceCoverage:StateOrProvince a skos:Concept ; skos:prefLabel "State Or Province"@en-US ; skos:definition "Principal administrative and occasionally sovereign subdivision of a country such as California, Bavaria, and Yucatan."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataSourceCoverage . sourceCoverage:UrbanArea a skos:Concept ; skos:prefLabel "Urban Area"@en-US ; skos:definition "Urban area that has a name, defined boundaries, and local government such as a city, town, or village."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:DataSourceCoverage . subjectCategory:AssessmentCompleter a skos:Concept ; skos:prefLabel "Assessment Completer"@en-US ; skos:definition "Subject that has successfully completed an assessment."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:CredentialHolder a skos:Concept ; skos:prefLabel "Credential Holder"@en-US ; skos:definition "Subject that has earned the credential during the chosen employment and earnings time period."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:CredentialSeeker a skos:Concept ; skos:prefLabel "Credential Seeker"@en-US ; skos:definition "Subject actively seeking the credential through enrollment in a program or taking an assessment."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:Enrollee a skos:Concept ; skos:prefLabel "Enrollee"@en-US ; skos:definition "Subject currently enrolled in a program."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:FinancialAidRecipient a skos:Concept ; skos:prefLabel "Financial Aid Recipient"@en-US ; skos:definition "Subject currently receiving financial aid while pursuing the credential."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:Graduate a skos:Concept ; skos:prefLabel "Graduate"@en-US ; skos:definition "Subject that has graduated from a program."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:HigherLevelCredential a skos:Concept ; skos:prefLabel "Higher Level Credential"@en-US ; skos:definition "Subject who has earned a higher level credential."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:InFurtherEducation a skos:Concept ; skos:prefLabel "In Further Education"@en-US ; skos:definition "Credential holder actively seeking a higher-level credential."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:InsufficientDataAvailable a skos:Concept ; skos:prefLabel "Insufficient Data Available"@en-US ; skos:definition "Subject without sufficiently useful earnings or employment data."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:PostCredentialEarnings a skos:Concept ; skos:prefLabel "Post-Credential Earnings"@en-US ; skos:definition "Subject with earnings garnered after earning the credential."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory . subjectCategory:PreCredentialEarnings a skos:Concept ; skos:prefLabel "Pre-Credential Earnings"@en-US ; skos:definition "Subject with earnings garnered prior to earning the credential."@en-US ; vs:term_status vs:stable ; skos:inScheme qdata:SubjectCategory .