<?xml version="1.0"?>

<!-- 
        Draft RDF Schema for the BIBLINK Application Profile

  This is an attempt at defining the application profile as used in the
  BIBLINK Core schema: 
  http://www.schemas-forum.org/registry/schemas/BIBLINK/BC-schema.html

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

  Manjula Patel -m.patel@ukoln.ac.uk
  2000-08-23
-->

<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:bc ="http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#"
         xmlns:smes="http://www.schemas-forum.org/registry/schemas/SCHEMAS/1.0/smes#">


<smes:ApSchema rdf:about="http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc-ap">
  <smes:isProfileOf rdf:resource = "http://hosted.ukoln.ac.uk/biblink/wp8/fs/bc-semantics.html" />
  <rdf:value>The BIBLINK Application Profile v1.0</rdf:value> 
  <dc:title>The BIBLINK Application Profile  v1.0</dc:title>
  <dc:date>2000-08-22</dc:date>
  <dc:description>
      The BIBLINK vocaulary supports the BIBLINK project which aims to link
  publishers and National Bibliographic Agencies 
  </dc:description>
  <dc:identifier
       rdf:resource="http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc-ap"
  />
  <dc:creator
       rdf:resource="http://www.schemas-forum.org/registry/Person/ManjulaPatel"
  />
  <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://hosted.ukoln.ac.uk/biblink/" />

  <smes:uses>
    <rdf:description rdf:about = "http://purl.org/dc/elements/1.1/title">
    <smes:comment>The title of the publication</smes:comment>
    </rdf:description>
  </smes:uses>

  <smes:uses rdf:resource=
      "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#titleAlternate"/>

  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/creator" />

  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#creatorOrganisation"/>

  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/contributor" />

  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#contributorOrganisation"/>

  <smes:uses>
    <rdf:description rdf:about = "http://purl.org/dc/elements/1.1/identifier">
    <rdfs:range rdf:resource="bc:IdentifierScheme"/>
    <rdfs:domain rdf:resource="http://purl.org/dc/elements/1.1/identifier"/>
    </rdf:description>
  </smes:uses>

  <smes:uses rdf:about="http://purl.org/dc/elements/1.1/publisher" />
  <smes:uses rdf:about="http://purl.org/dc/elements/1.1/date" />
  <smes:uses rdf:about="http://purl.org/dc/elements/1.1/format" />

  <smes:uses>
    <rdf:description rdf:about = "http://purl.org/dc/elements/1.1/subject">
    <rdfs:range rdf:resource="bc:SubjectScheme"/>
    <rdfs:domain rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
    </rdf:description>
  </smes:uses>

  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/description" />
  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/language" />
  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/rights" />
  <smes:uses rdf:resource="http://purl.org/dc/elements/1.1/source" />

  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#price"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#extent"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#checksum"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#frequency"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#edition"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#placePublication"/>
  <smes:uses rdf:resource=
	     "http://www.schemas-forum.org/registry/schemas/BIBLINK/1.0/bc#systemRequirements"/>

</smes:ApSchema>
</rdf:RDF>










