<?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/Rubric">
    <rdfs:label>Rubric</rdfs:label>
    <rdfs:comment>A scoring guide with criteria and performance levels used to evaluate work.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.oerschema.org/Intangible"/>
    <oer:properties>hasCriterion</oer:properties>
    <oer:properties>rubricScale</oer:properties>
    <oer:properties>rubricType</oer:properties>
  </rdfs:Class>
</rdf:RDF>