<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
 <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
 <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
 <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
 <!ENTITY dcqns 'http://purl.org/dc/terms/'>
 <!ENTITY gemns 'http://purl.org/gem/elements/'>
 <!ENTITY gemqns 'http://purl.org/gem/qualifiers/'> 
   ]>
<rdf:RDF xmlns:rdf="&rdfns;"
     xmlns:rdfs="&rdfsns;"
     xmlns:dc="&dcns;"
     xmlns:dcq="&dcqns;"
     xmlns:gem="&gemns;">

<!-- Description of this Schema -->

<rdf:Description rdf:about="&gemns;">
  <dc:title>The GEM Element Set v2.0</dc:title>
  <dc:publisher>The GEM Consortium</dc:publisher>
  <dc:description>The GEM metadata vocabulary is a simple vocabulary intended to facilitate discovery of educational resources.</dc:description>
  <dc:language>English</dc:language>
  <dc:date>2001-03-16</dc:date>
</rdf:Description>

<!-- Begin: Cataloging Declaration -->
<rdf:Property rdf:about="&gemns;cataloging"> 
   <rdfs:label>Cataloging</rdfs:label> 
   <rdfs:comment>Information about the agency that created the GEM catalog record.</rdfs:comment> 
   <rdfs:isDefinedBy rdf:resource="&gemns;"/> 
</rdf:Property>
<!-- End: Cataloging -->

<!-- Begin: Resources Declaration -->

<rdf:Property rdf:about="&gemns;resources"> 
   <rdfs:label>Essential Resources</rdfs:label> 
   <rdfs:comment>A brief free-text listing of materials essential to the successful use of the entity by the teacher as stated in the entity being described. </rdfs:comment>
   <rdfs:isDefinedBy rdf:resource="&gemns;"/> 
</rdf:Property>
<!-- End: Resources -->

<!-- Begin: Standards Declaration -->
<rdf:Property rdf:about="&gemns;standard"> 
   <rdfs:label>Standards</rdfs:label> 
   <rdfs:comment>State and/or national academic standards mapped to the entity being described.</rdfs:comment> 
   <rdfs:isDefinedBy rdf:resource="&gemns;"/> 
</rdf:Property>
<!-- End: Standards -->

<!-- Begin: Pedagogy Declaration -->
<rdf:Property rdf:about="&gemns;pedagogy"> 
   <rdfs:label>Pedagogy</rdfs:label> 
   <rdfs:comment>Denotes the student instructional groupings, teaching methods, assessment methods, and learning prerequisites of a resource.</rdfs:comment> 
   <rdfs:isDefinedBy rdf:resource="&gemns;"/> 
</rdf:Property>
<!-- End: Pedagogy -->
<!-- Begin: Duration Declaration -->
<rdf:Property rdf:about="&gemns;duration"> 
   <rdfs:label>Duration</rdfs:label> 
   <rdfs:comment>The recommended time or number of sessions needed to effectively use the entity being described. </rdfs:comment> 
   <rdfs:isDefinedBy rdf:resource="&gemns;"/> 
</rdf:Property>
<!-- End: Duration -->
</rdf:RDF> 

