{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "archeredu": "https://schema.archeredu.com/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "schema:version": "2.4",
  "schema:dateModified": "2026-01-18",
  "schema:changelog": "v2.4: Fixed namespace for archeredu custom properties to reference https://schema.archeredu.com/. Removed typicalLocation field from all properties.",
  "schema:license": "https://creativecommons.org/licenses/by-sa/3.0/",
  "schema:description": "ArcherEDU Higher Education Schema - Extensions to schema.org for comprehensive educational program markup",
  "@graph": [
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the educational program.",
      "rdfs:label": "name",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the educational program.",
      "rdfs:label": "description",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:provider",
      "@type": "rdf:Property",
      "rdfs:comment": "The institution offering the program.",
      "rdfs:label": "provider",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the program page.",
      "rdfs:label": "url",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:educationalCredentialAwarded",
      "@type": "rdf:Property",
      "rdfs:comment": "The credential earned. Can be an EducationalOccupationalCredential object, text string (e.g., \"MBA\", \"Master of Science in Nursing\"), or URL to credential definition.",
      "rdfs:label": "educationalCredentialAwarded",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:EducationalOccupationalCredential"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:timeToComplete",
      "@type": "rdf:Property",
      "rdfs:comment": "Duration to complete the program in ISO 8601 format (e.g., 'P2Y' for 2 years, 'P18M' for 18 months).",
      "rdfs:label": "timeToComplete",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Duration"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:applicationDeadline",
      "@type": "rdf:Property",
      "rdfs:comment": "Application deadline in ISO 8601 format (e.g., '2026-03-15').",
      "rdfs:label": "applicationDeadline",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:educationalProgramMode",
      "@type": "rdf:Property",
      "rdfs:comment": "Mode of delivery (e.g., 'online', 'on campus', 'hybrid', 'blended').",
      "rdfs:label": "educationalProgramMode",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:numberOfCredits",
      "@type": "rdf:Property",
      "rdfs:comment": "Total credits required. Use with QuantitativeValue to specify unit type (e.g., 'semester hours', 'ECTS').",
      "rdfs:label": "numberOfCredits",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:programPrerequisites",
      "@type": "rdf:Property",
      "rdfs:comment": "Prerequisites for enrolling in the program.",
      "rdfs:label": "programPrerequisites",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:occupationalCategory",
      "@type": "rdf:Property",
      "rdfs:comment": "Career fields or occupations this program prepares students for.",
      "rdfs:label": "occupationalCategory",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:offers",
      "@type": "rdf:Property",
      "rdfs:comment": "Pricing information using schema:Offer with price, priceCurrency, priceValidUntil.",
      "rdfs:label": "offers",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Offer"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:hasCourse",
      "@type": "rdf:Property",
      "rdfs:comment": "A course that is part of this program.",
      "rdfs:label": "hasCourse",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Course"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:availableLanguage",
      "@type": "rdf:Property",
      "rdfs:comment": "Language of instruction (use language codes like 'en', 'es', 'fr').",
      "rdfs:label": "availableLanguage",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Language"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:startDate",
      "@type": "rdf:Property",
      "rdfs:comment": "Start date of the program cohort in ISO 8601 format.",
      "rdfs:label": "startDate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:endDate",
      "@type": "rdf:Property",
      "rdfs:comment": "Expected completion date for the cohort.",
      "rdfs:label": "endDate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "schema:termsPerYear",
      "@type": "rdf:Property",
      "rdfs:comment": "Number of academic terms per year (e.g., 2 for semesters, 3 for trimesters, 4 for quarters). Use QuantitativeValue with unitText specifying term type.",
      "rdfs:label": "termsPerYear",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "schema:maximumEnrollment",
      "@type": "rdf:Property",
      "rdfs:comment": "Maximum number of students per cohort.",
      "rdfs:label": "maximumEnrollment",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "schema:educationalLevel",
      "@type": "rdf:Property",
      "rdfs:comment": "Educational level (e.g., 'undergraduate', 'graduate', 'doctoral').",
      "rdfs:label": "educationalLevel",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "schema:competencyRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Skills or knowledge required for admission.",
      "rdfs:label": "competencyRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:financialAid",
      "@type": "rdf:Property",
      "rdfs:comment": "Financial aid options available.",
      "rdfs:label": "financialAid",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:teaches",
      "@type": "rdf:Property",
      "rdfs:comment": "Learning outcomes or competencies taught.",
      "rdfs:label": "teaches",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "schema:applicationStartDate",
      "@type": "rdf:Property",
      "rdfs:comment": "Date when applications open.",
      "rdfs:label": "applicationStartDate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      },
      "schema:isPartOf": {
        "@id": "https://schema.org"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:programmaticAccreditation",
      "@type": "rdf:Property",
      "rdfs:comment": "Specialized programmatic accreditation body (e.g., AACSB for business, CACREP for counseling, CSWE for social work, CCNE for nursing, ABET for engineering). Distinct from regional institutional accreditation.",
      "rdfs:label": "programmaticAccreditation",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:accreditationStatus",
      "@type": "rdf:Property",
      "rdfs:comment": "Current accreditation status (e.g., Accredited, Candidacy, Initial Accreditation).",
      "rdfs:label": "accreditationStatus",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:typicalCreditsRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Typical number of credits required to complete the program. Use QuantitativeValue to specify unit type (e.g., \"semester hours\", \"ECTS\", \"quarter hours\").",
      "rdfs:label": "typicalCreditsRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:programScheduleType",
      "@type": "rdf:Property",
      "rdfs:comment": "Schedule flexibility options (e.g., Full-time, Part-time, Accelerated, Self-paced).",
      "rdfs:label": "programScheduleType",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:cohortBased",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether students progress through the program as a cohort group.",
      "rdfs:label": "cohortBased",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:synchronousRequirement",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether real-time attendance is required for classes (particularly relevant for online programs).",
      "rdfs:label": "synchronousRequirement",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:residencyRequirement",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of any on-campus residency requirements (e.g., '1 week per semester', '2 intensive weekends').",
      "rdfs:label": "residencyRequirement",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:admissionRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "General admission requirements including prerequisites, GPA, test scores, and other criteria.",
      "rdfs:label": "admissionRequirements",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:prerequisiteCourse",
      "@type": "rdf:Property",
      "rdfs:comment": "Specific prerequisite courses required for admission.",
      "rdfs:label": "prerequisiteCourse",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Course"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:minimumGPA",
      "@type": "rdf:Property",
      "rdfs:comment": "Minimum GPA required for admission. Use QuantitativeValue with scale specification (e.g., unitText: \"4.0 scale\").",
      "rdfs:label": "minimumGPA",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:standardizedTestRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Standardized test required for admission (e.g., GRE, GMAT, MCAT, LSAT).",
      "rdfs:label": "standardizedTestRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:minimumTestScore",
      "@type": "rdf:Property",
      "rdfs:comment": "Minimum standardized test score required (e.g., GMAT, GRE, MCAT). Use QuantitativeValue to specify test type in unitText.",
      "rdfs:label": "minimumTestScore",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:workExperienceRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Amount of work experience required for admission. Use QuantitativeValue with unitText: \"years\" or \"months\".",
      "rdfs:label": "workExperienceRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:portfolioRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether a portfolio or work samples are required for admission.",
      "rdfs:label": "portfolioRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:interviewRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether an interview is part of the admissions process.",
      "rdfs:label": "interviewRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:internationalStudentsAccepted",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether the program accepts international students.",
      "rdfs:label": "internationalStudentsAccepted",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:applicationFee",
      "@type": "rdf:Property",
      "rdfs:comment": "Cost to submit an application to the program.",
      "rdfs:label": "applicationFee",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:tuitionPerCredit",
      "@type": "rdf:Property",
      "rdfs:comment": "Cost per credit hour.",
      "rdfs:label": "tuitionPerCredit",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:tuitionPerSemester",
      "@type": "rdf:Property",
      "rdfs:comment": "Tuition cost per semester or term.",
      "rdfs:label": "tuitionPerSemester",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:fees",
      "@type": "rdf:Property",
      "rdfs:comment": "Additional fees beyond tuition (e.g., general fees, registration fees).",
      "rdfs:label": "fees",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:technologyFee",
      "@type": "rdf:Property",
      "rdfs:comment": "Technology or online platform fees.",
      "rdfs:label": "technologyFee",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:booksFees",
      "@type": "rdf:Property",
      "rdfs:comment": "Estimated cost of books and course materials.",
      "rdfs:label": "booksFees",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:scholarshipAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of scholarship opportunities available to students.",
      "rdfs:label": "scholarshipAvailable",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:militaryBenefitsAccepted",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether the program accepts GI Bill, military tuition assistance, or other veteran benefits.",
      "rdfs:label": "militaryBenefitsAccepted",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:paymentPlanAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether installment payment plans are available.",
      "rdfs:label": "paymentPlanAvailable",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:medianSalary",
      "@type": "rdf:Property",
      "rdfs:comment": "Median salary of program graduates.",
      "rdfs:label": "medianSalary",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MonetaryAmount"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:salaryRange",
      "@type": "rdf:Property",
      "rdfs:comment": "Salary range for program graduates (e.g., '$65,000-$95,000').",
      "rdfs:label": "salaryRange",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:employmentRate",
      "@type": "rdf:Property",
      "rdfs:comment": "Percentage of graduates employed within specified timeframe. Use QuantitativeValue with unitText: \"percent\" and specify timeframe (e.g., \"within 6 months of graduation\").",
      "rdfs:label": "employmentRate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:timeToEmployment",
      "@type": "rdf:Property",
      "rdfs:comment": "Average time from graduation to employment. Use QuantitativeValue with unitText: \"months\" or \"days\".",
      "rdfs:label": "timeToEmployment",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:topEmployers",
      "@type": "rdf:Property",
      "rdfs:comment": "Common organizations that hire program graduates.",
      "rdfs:label": "topEmployers",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:industryPlacement",
      "@type": "rdf:Property",
      "rdfs:comment": "Industries where graduates typically find employment.",
      "rdfs:label": "industryPlacement",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:licensureExamPassRate",
      "@type": "rdf:Property",
      "rdfs:comment": "Percentage of students who pass licensure exam on first attempt. Use QuantitativeValue with unitText: \"percent\".",
      "rdfs:label": "licensureExamPassRate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:graduationRate",
      "@type": "rdf:Property",
      "rdfs:comment": "Percentage of students who complete the program within expected timeframe. Use QuantitativeValue with unitText: \"percent\".",
      "rdfs:label": "graduationRate",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:concentrationAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "Specialization or concentration options within the program.",
      "rdfs:label": "concentrationAvailable",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:electivesOffered",
      "@type": "rdf:Property",
      "rdfs:comment": "Number or description of elective courses available.",
      "rdfs:label": "electivesOffered",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:capstoneRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether a thesis, capstone project, or comprehensive exam is required.",
      "rdfs:label": "capstoneRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:internshipRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether an internship or field experience is required for graduation.",
      "rdfs:label": "internshipRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:clinicalHoursRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Number of clinical or practicum hours required. Use QuantitativeValue with unitText: \"hours\".",
      "rdfs:label": "clinicalHoursRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:fieldworkRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether supervised fieldwork or practicum is required.",
      "rdfs:label": "fieldworkRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:department",
      "@type": "rdf:Property",
      "rdfs:comment": "Academic department, school, or college within the university that offers the program.",
      "rdfs:label": "department",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:campusLocation",
      "@type": "rdf:Property",
      "rdfs:comment": "Specific campus where the program is offered (for multi-campus institutions).",
      "rdfs:label": "campusLocation",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:clinicalSiteLocations",
      "@type": "rdf:Property",
      "rdfs:comment": "Locations where clinical training, fieldwork, or practicum experiences occur.",
      "rdfs:label": "clinicalSiteLocations",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:facultyCredentials",
      "@type": "rdf:Property",
      "rdfs:comment": "Overview of faculty qualifications (e.g., 'All faculty hold terminal degrees', '80% PhD, 20% industry practitioners').",
      "rdfs:label": "facultyCredentials",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:practitionerFaculty",
      "@type": "rdf:Property",
      "rdfs:comment": "Percentage of faculty who are practicing professionals. Use QuantitativeValue with unitText: \"percent\".",
      "rdfs:label": "practitionerFaculty",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:facultyListURL",
      "@type": "rdf:Property",
      "rdfs:comment": "URL to full faculty directory or listing.",
      "rdfs:label": "facultyListURL",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:careerServicesAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether career services and support are available to students.",
      "rdfs:label": "careerServicesAvailable",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:careerServicesDetail",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of career services offered (e.g., resume review, interview prep, job placement assistance).",
      "rdfs:label": "careerServicesDetail",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:disabilityAccommodations",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of accessibility support and disability accommodations available.",
      "rdfs:label": "disabilityAccommodations",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:learningPlatform",
      "@type": "rdf:Property",
      "rdfs:comment": "Learning management system or platform used (e.g., Canvas, Blackboard, Moodle, D2L).",
      "rdfs:label": "learningPlatform",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:deviceRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Technology and device requirements for students (e.g., laptop specifications, webcam, high-speed internet).",
      "rdfs:label": "deviceRequirements",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:softwareRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Specific software applications required for coursework.",
      "rdfs:label": "softwareRequired",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:preparesForLicensure",
      "@type": "rdf:Property",
      "rdfs:comment": "Professional license or certification the program prepares students for (e.g., RN, LCSW, LPC, CPA).",
      "rdfs:label": "preparesForLicensure",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:licensureEligibility",
      "@type": "rdf:Property",
      "rdfs:comment": "States or jurisdictions where program graduates are eligible for professional licensure.",
      "rdfs:label": "licensureEligibility",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:certificationEligibility",
      "@type": "rdf:Property",
      "rdfs:comment": "Professional certifications program graduates are eligible to pursue.",
      "rdfs:label": "certificationEligibility",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:accreditingBodyName",
      "@type": "rdf:Property",
      "rdfs:comment": "Official name of the accrediting body or organization.",
      "rdfs:label": "accreditingBodyName",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "High"
    },
    {
      "@id": "archeredu:accreditingBodyURL",
      "@type": "rdf:Property",
      "rdfs:comment": "Website of the accrediting body or organization.",
      "rdfs:label": "accreditingBodyURL",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:scopeOfAccreditation",
      "@type": "rdf:Property",
      "rdfs:comment": "Type of accreditation (Regional, National, or Programmatic).",
      "rdfs:label": "scopeOfAccreditation",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:languageOfInstruction",
      "@type": "rdf:Property",
      "rdfs:comment": "Primary language of instruction (specify if not English).",
      "rdfs:label": "languageOfInstruction",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:studyAbroadAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether international study or exchange opportunities are available.",
      "rdfs:label": "studyAbroadAvailable",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    },
    {
      "@id": "archeredu:dualDegreeOption",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of dual degree or combined degree options (e.g., 'MBA/JD', 'MSW/MPH').",
      "rdfs:label": "dualDegreeOption",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:transferCreditsAccepted",
      "@type": "rdf:Property",
      "rdfs:comment": "Whether the program accepts transfer credits from other institutions.",
      "rdfs:label": "transferCreditsAccepted",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Medium"
    },
    {
      "@id": "archeredu:maximumTransferCredits",
      "@type": "rdf:Property",
      "rdfs:comment": "Maximum number of transfer credits accepted. Use QuantitativeValue to specify unit type (e.g., \"semester hours\", \"ECTS\").",
      "rdfs:label": "maximumTransferCredits",
      "schema:domainIncludes": {
        "@id": "schema:EducationalOccupationalProgram"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://schema.archeredu.com/"
      },
      "archeredu:llmPriority": "Low"
    }
  ],
  "archeredu:propertyIndex": {
    "totalProperties": 85,
    "schemaOrgProperties": 23,
    "archereduProperties": 62,
    "byPriority": {
      "high": 29,
      "medium": 41,
      "low": 15
    },
    "byNamespace": {
      "schema.org": {
        "count": 23,
        "description": "Standard schema.org properties for EducationalOccupationalProgram"
      },
      "archeredu": {
        "count": 62,
        "description": "ArcherEDU extensions for higher education program markup"
      }
    }
  },
  "archeredu:schemaGuide": {
    "purpose": "Comprehensive vocabulary for marking up higher education programs to improve LLM accessibility and citation",
    "usage": "Combine schema.org base properties with archeredu extensions for complete program entity representation",
    "priority_levels": {
      "High": "Critical for program discovery and decision-making. LLMs heavily weight these.",
      "Medium": "Important supporting information. Improves citation accuracy.",
      "Low": "Nice-to-have details. Minimal impact on LLM responses."
    }
  }
}