<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl  "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc   "http://purl.org/dc/elements/1.1/">
<!ENTITY boss "http://www.charlestoncore.org/ontology/boss#">
<!ENTITY base "http://www.charlestoncore.org/ontology/base/">
<!ENTITY gel  "http://www.charlestoncore.org/ontology/2005/08/gel#">
<!ENTITY o3   "http://www.charlestoncore.org/ontology/2005/08/o3#">
]>

<rdf:RDF
 xmlns:boss     ="&boss;"
 xmlns:gel      = "&gel;"
 xmlns:base     ="&base;"
 xmlns:o3       ="&o3;"
 xmlns:rdf      ="&rdf;"
 xmlns:rdfs     ="&rdfs;"
 xmlns:xsd      ="&xsd;"
 xmlns:owl      ="&owl;"
 xmlns:dc       ="&dc;"
 xml:base       ="http://www.charlestoncore.org/profile/2005/09/gel"
 >

  <o3:Profie rdf:about="">
    <rdfs:isDefinedBy rdf:resource="http://www.charlestoncore.org/doc/profile/2005/09/gel.html"/>
    <dc:author>Xiaoshu Wang</dc:author>
    <dc:title>Another simple profile ontology for gel</dc:title>
    <rdfs:comment>This file defines another profile for 2D gel application. This profile is created to make a point that using o3:Profile allows the graceful evolution of ontology system.</rdfs:comment>
    <owl:versionInfo>2005-09</owl:versionInfo>
    <owl:seeAlso>http://www.charlestoncore.org/profile/2005/08/gel</owl:seeAlso>
    <owl:imports rdf:resource="&o3;"/>
    <owl:imports rdf:resource="&boss;"/>
  </o3:Profie>

  <rdf:Description rdf:about="&gel;Gel">
    <rdfs:subClassof rdf:resource="&boss;Data"/>
  </rdf:Description>

  <rdf:Description rdf:about="&gel;location">
    <rdfs:subPropertyOf rdf:resource="&base;center"/>
  </rdf:Description>

  <rdf:Description rdf:about="&gel;shape">
    <rdfs:subPropertyOf rdf:resource="&base;shape"/>
  </rdf:Description>

</rdf:RDF>