<?xml version="1.0"?>

<rdf:RDF xml:lang="en"
	 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
	 xmlns:vCard = "http://www.w3.org/2001/vcard-rdf/3.0#"
         xmlns:smes="http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#">

<smes:ApSchema rdf:about="http://www.schemas-forum.org/registry/schemas/DCMI-Education/dced-ap">
  <smes:isProfileOf rdf:resource = "http://purl.org/dc/groups/education.htm" />
  <rdf:value>DCMI Education Application Profile</rdf:value> 
  <dc:title>DCMI Education Application Profile</dc:title>
  <dc:date>2001-02-28</dc:date>
  <dc:description>
    The DCMI Education Application Profile defines the
    set of semantics useful for supporting the description of educational
    materials in a distributed environment.
  </dc:description>
  <dc:identifier
	 rdf:resource="http://www.schemas-forum.org/registry/schemas/DCMI-Education/dced-ap"
  />
  <dc:creator
       rdf:resource="http://www.schemas-forum.org/registry/Person/ManjulaPatel"
  />
  <dc:creator
       rdf:resource="http://www.schemas-forum.org/registry/Person/EricMiller"
  />
  <dc:publisher>The SCHEMAS Project </dc:publisher>  
  <dc:format>RDF/XML </dc:format>
  <dc:type>Application Profile </dc:type>
  <dc:language> en-uk </dc:language>
  <dc:relation rdf:resource="http://purl.org/dc/groups/education.htm" 
  />

  <!-- semantics from the DCMES -->

  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#title" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#contributor" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#creator" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#publisher" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#subject" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#description" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#date" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#type" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#format" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#identifier" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#language" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#relation" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#source" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#coverage" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/#rights" />

  <!-- semantics from the DCMI-ED -->

  <smes:uses rdf:resource = "http://dublincore.org/2000/08/22-dced#audience" />
  <smes:uses rdf:resource = "http://dublincore.org/2000/08/22-dced#mediator" />
  <smes:uses rdf:resource = "http://dublincore.org/2000/08/22-dced#standards" />
  <smes:uses rdf:resource = "http://dublincore.org/2000/08/22-dces#identifier" />
  <smes:uses rdf:resource = "http://dublincore.org/2000/08/22-dces#version" />

  <!-- semantics from IEEE/LOM ... note: IEEE/LOM has not defined a
       namespace for the vocabularies they define -->

  <smes:uses rdf:resource = "http://ltsc.ieee.org/doc/wg12/#interactivitytype" />
  <smes:uses rdf:resource = "http://ltsc.ieee.org/doc/wg12/#interactivitylevel" />
  <smes:uses rdf:resource = "http://ltsc.ieee.org/doc/wg12/#TypicalLearningTime" />

</smes:ApSchema>

</rdf:RDF>



