<?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/RubricScale">
    <rdfs:label>RubricScale</rdfs:label>
    <rdfs:comment>A scale of performance levels used by a rubric.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.oerschema.org/Intangible"/>
    <oer:properties>hasLevel</oer:properties>
    <oer:properties>pointsRequired</oer:properties>
  </rdfs:Class>
</rdf:RDF>