<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
  <!ENTITY owl  "http://www.w3.org/2002/07/owl#" >
  <!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 foaf "http://xmlns.com/foaf/0.1/" >
  <!ENTITY proj "http://www.mindswap.org/2003/owl/project#" >
  <!ENTITY people "http://www.mindswap.org/2004/owl/mindswappers#" >
]>

<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:rdfs="&rdfs;"
    xmlns:owl="&owl;"
    xmlns:dc="&dc;"
    xmlns:foaf="&foaf;"
    xmlns:proj="&proj;"
    xmlns:people="&people;"
    xml:base="http://www.mindswap.org/2004/owl/mindswap-projects#">

<owl:Ontology rdf:about="" rdfs:label="Mindswap Projects">
  <owl:imports>
    <owl:Ontology rdf:about="http://www.mindswap.org/2003/owl/project"/>
  </owl:imports>
  <owl:imports>
    <owl:Ontology rdf:about="http://www.mindswap.org/2004/owl/mindswappers"/>
  </owl:imports>
</owl:Ontology>


<!-- 2004 Initiatives -->

<proj:ArchivedInitiative rdf:ID="Geo" rdfs:label="Geo Project">
  <dc:description>This project is a developing collection of work that is anything we at mindswap happen to be doing that is geographically oriented.  More specifically, we are working on a number of services which are based on a set of geographic ontologies and data (translated into OWL)
  </dc:description>
  <proj:member rdf:resource="&people;Femke.Reitsma"/>
  <proj:member rdf:resource="&people;Kendall.Clark"/>
  <foaf:homepage>
    <foaf:Document rdf:about="http://www.mindswap.org/2004/geo/geoStuff.shtml"/>
  </foaf:homepage>
</proj:ArchivedInitiative>

<proj:ActiveInitiative rdf:ID="OWL" rdfs:label="OWL Development">
  <dc:description>This is a project to create useful ontologies, intuitive editors and usable tools for the semantic web.  This project also encompasses developing useful extensions to OWL. </dc:description>
</proj:ActiveInitiative>

<proj:ActiveInitiative rdf:ID="Portals" rdfs:label="Semantic Portals">
  <dc:description>The Semantic Portal initiative provides RDF and OWL driven websites and the technology to make more.</dc:description>
</proj:ActiveInitiative>

<proj:ActiveInitiative rdf:ID="Services" rdfs:label="Semantic Services">
</proj:ActiveInitiative>

<proj:ActiveInitiative rdf:ID="Trust" rdfs:label="Trust Project">
  <dc:description>The Trust Project is an examination of issues related to using trust in web based social networks.</dc:description>
  <proj:leader rdf:resource="&people;Jennifer.Golbeck"/>
  <foaf:homepage>
    <foaf:Document rdf:about="http://trust.mindswap.org/"/>
  </foaf:homepage>
</proj:ActiveInitiative>

</rdf:RDF>
