<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:oer="https://www.oerschema.org/"
         xmlns:schema="http://schema.org/">

  <rdfs:Class rdf:about="https://www.oerschema.org/Course">
    <rdfs:label>Course</rdfs:label>
    <rdfs:comment>An instructional course</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.oerschema.org/Resource"/>
    <rdfs:subClassOf rdf:resource="http://schema.org/Course"/>
    <oer:properties>courseIdentifier</oer:properties>
    <oer:properties>coursePrerequisites</oer:properties>
    <oer:properties>institution</oer:properties>
    <oer:properties>department</oer:properties>
    <oer:properties>program</oer:properties>
    <oer:properties>syllabus</oer:properties>
    <oer:properties>deliveryFormat</oer:properties>
    <oer:properties>enrollmentSize</oer:properties>
    <oer:properties>section</oer:properties>
    <oer:properties>termOffered</oer:properties>
  </rdfs:Class>
</rdf:RDF>