<?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/Resource">
    <rdfs:label>Resource</rdfs:label>
    <rdfs:comment>A general component that all open educational resources are based from.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
    <rdfs:subClassOf rdf:resource="http://creativecommons.org/ns#Work"/>
    <oer:properties>parentOf</oer:properties>
    <oer:properties>childOf</oer:properties>
    <oer:properties>forCourse</oer:properties>
    <oer:properties>mainContent</oer:properties>
    <oer:properties>forTopic</oer:properties>
  </rdfs:Class>
</rdf:RDF>