<?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/LearningComponent">
    <rdfs:label>LearningComponent</rdfs:label>
    <rdfs:comment>A generic component as a base to learning content</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.oerschema.org/Resource"/>
    <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
    <rdfs:subClassOf rdf:resource="https://www.oerschema.org/https://schema.org/AlignmentObject"/>
    <oer:properties>forCourse</oer:properties>
    <oer:properties>forComponent</oer:properties>
    <oer:properties>hasComponent</oer:properties>
    <oer:properties>doTask</oer:properties>
    <oer:properties>hasLearningObjective</oer:properties>
    <oer:properties>deliveryFormat</oer:properties>
  </rdfs:Class>
</rdf:RDF>