<?xml version='1.0'?>
<?xml-stylesheet href="./ns-schema.xsl" type="text/xsl" media="screen"?>
<!DOCTYPE rdf [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY dc "http://purl.org/dc/elements/1.1/">
  <!ENTITY dct "http://purl.org/dc/terms/">
  <!ENTITY ghost "http://www.aktors.org/ontology/ghost/0.1/#">
  <!ENTITY ghostbase "http://www.aktors.org/ontology/ghost/0.1/">
]>
<rdf:RDF xmlns:ghost="&ghost;"
         xmlns:dc="&dc;"
         xmlns:dct="&dct;"
         xmlns:rdfs="&rdfs;"
         xmlns:rdf="&rdf;"
         xml:base="&ghostbase;">
  <rdf:Description rdf:about="">
    <rdfs:label>Ghosts in the Machine</rdfs:label>
    <dc:title xml:lang="en">Ghosts in the Machine</dc:title>
    <dc:description>The Ghost vocabulary has been designed to allow
      the association of a user surrogate with the descriptions of
      that user, for the purpose of determining the contextually
      relevant information which is to be displayed to the
      user.</dc:description>
    <dc:creator>Nick Gibbins</dc:creator>
    <dc:creator>Alun Preece</dc:creator>
    <dc:creator>Ian Millard</dc:creator>
    <dc:creator>monica schraefel</dc:creator>
    <dct:created>2004-06-30</dct:created>
    <dct:modified>2004-07-01</dct:modified>
    <rdfs:seeAlso rdf:resource="http://signage.ecs.soton.ac.uk/"/>
    <rdfs:seeAlso rdf:resource="http://www.aktors.org/ontology/ghost/"/>
  </rdf:Description>

  <rdfs:Class rdf:ID="Ghost">
    <rdfs:label>Ghost</rdfs:label>
    <rdfs:comment>A ghost is a surrogate for a user, and is used to
      identify the user within the system for the purpose of
      determining the contextually-relevant information which is to be
      displayed to the user.</rdfs:comment>
  </rdfs:Class>

  <rdfs:Class rdf:ID="Description">
    <rdfs:label>Description</rdfs:label>
    <rdfs:comment>A description contains references to a description
      of the user which is associated with a ghost, and the
      vocabularies used in that description.</rdfs:comment>
  </rdfs:Class>

  <rdf:Property rdf:ID="hasDescription">
    <rdfs:label>has description</rdfs:label>
    <rdfs:comment>Associates a ghost with the relevant descriptions of
      the user whose ghost this is</rdfs:comment>
    <rdfs:domain rdf:resource="&ghost;Ghost"/>
    <rdfs:range rdf:resource="&ghost;Description"/>
    <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
  </rdf:Property>

  <rdf:Property rdf:ID="locator">
    <rdfs:label>has locator</rdfs:label>
    <rdfs:comment>This property indicates the RDF file which contains
      the information used in this description.</rdfs:comment>
    <rdfs:domain rdf:resource="&ghost;Description"/>
  </rdf:Property>

  <rdf:Property rdf:ID="identifier">
    <rdfs:label>has identifier</rdfs:label>
      <rdfs:comment>This property indicates the individual within an
        RDF file that represents the user whose ghost is being
        described.</rdfs:comment>
    <rdfs:domain rdf:resource="&ghost;Description"/>
  </rdf:Property>

  <rdf:Property rdf:ID="ontology">
    <rdfs:label>uses ontology</rdfs:label>
    <rdfs:comment>This property indicates the vocabularies or
      ontologies which are being used to describe the individual that
      represents the user whose ghost is being
      described.</rdfs:comment>
    <rdfs:domain rdf:resource="&ghost;Description"/>
  </rdf:Property>
</rdf:RDF>
