<?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/Thing">
    <rdfs:label>Thing</rdfs:label>
    <rdfs:comment>The most generic type of items.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
    <oer:properties>name</oer:properties>
    <oer:properties>additionalType</oer:properties>
    <oer:properties>description</oer:properties>
    <oer:properties>image</oer:properties>
    <oer:properties>mainEntityOfPage</oer:properties>
    <oer:properties>sameAs</oer:properties>
    <oer:properties>uri</oer:properties>
  </rdfs:Class>
</rdf:RDF>