<?xml version="1.0"?>

<!-- 
        Draft RDF Schema for the SCHEMAS Application Profile (smes-ap)

  Please note that the SCHEMAS metadata set is still under development and
  therefore subject to changes.  

  The XML namespace declaration for this schema is:
  xmlns:smes-ap="http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes-ap#"

  Manjula Patel -m.patel@ukoln.ac.uk
  2001-02-28
-->

<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/SCHEMAS/1.0/smes-ap">
  <smes:isProfileOf rdf:resource = "http://www.schemas-forum.org/registry/schemas/SCHEMAS/" />
  <rdf:value>The SCHEMAS Application Profile v1.0</rdf:value> 
  <dc:title>The SCHEMAS Application Profile v1.0</dc:title>
  <dc:date>2001-02-28</dc:date>
  <dc:description>
      The SCHEMAS vocabulary is intended to support the SCHEMAS metadata registry

      Please note that the SCHEMAS metadata set is still under development and
      therefore subject to changes.  
  </dc:description>
  <dc:identifier
       rdf:resource="http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes-ap"
  />
  <dc:creator
       rdf:resource="http://www.schemas-forum.org/registry/Person/ManjulaPatel"
  />
  <dc:contributor
       rdf:resource="http://www.schemas-forum.org/registry/Person/EricMiller"
  />
  <dc:contributor
       rdf:resource="http://www.schemas-forum.org/registry/Person/TomBaker"
  />
  <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://www.schemas-forum.org/registry/schemas/SCHEMAS/"/>

  <!-- 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/date" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/identifier" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/description" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/description" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/creator" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/contributor" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/publisher" />
  <smes:uses rdf:resource = "http://purl.org/dc/elements/1.1/type" />
  <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/format" />

  <!-- semantics from the SCHEMAS vocabulary -->
  <!-- Schemas -->
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#NsSchema" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#ApSchema" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#WebPageSchema" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#isProfileOf" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#label" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#uses" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#comment" /> 

  <!-- Standard -->
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#Standard" /> 


  <!-- Metadata Watch -->
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#ActivityReport" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#reviewDate" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#deliverable" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#correspondent" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#expertOpinion" /> 
  <smes:uses rdf:resource =
             "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#sector" /> 

  <smes:uses>
    <rdf:Description about = "http://purl.org/dc/elements/1.1/type">
      <smes:comment>The type of the activity</smes:comment>
      <smes:label> ActivityType </smes:label>
      <rdfs:range rdf:resource =
		  "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#ActivityType" />
      <rdfs:domain rdf:resource = 
		   "http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#ActivityReport" />
    </rdf:Description>
  </smes:uses>


  <!-- semantics from vCard -->
  <!-- not sure if these should be declared here -->
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#FN " />
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#ORG " />
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#ROLE " />
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#TEL " />
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#fax " />
  <smes:uses rdf:resource = "http://www.w3.org/2001/vcard-rdf/3.0#EMAIL " />

</smes:ApSchema>

</rdf:RDF>








