<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY cce "http://www.charlestoncore.org/ontology/example#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY dc "http://purl.org/dc/elements/1.1/">
	<!ENTITY sup "http://www.charlestoncore.org/ontology/supplement#">
]>
<rdf:RDF xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:cce="&cce;" xmlns:dc="&dc;" xmlns:owl="&owl;" xmlns="&sup;" xml:base="http://www.charlestoncore.org/ontology/supplement">
	<owl:Ontology rdf:about="">
		<owl:import rdf:resource="http://www.charlestoncore.org/ontology/example"/>
		<rdfs:isDefinedBy rdf:resource="http://www.charlestoncore.org/ont/example/supplement.html"/>
		<dc:author>Xiaoshu Wang</dc:author>
		<rdfs:comment>This file defines a few supplement vocabularies that can be used to describe gel alignment</rdfs:comment>
		<owl:versionInfo>9 Feb 2005</owl:versionInfo>
	</owl:Ontology>
	<owl:Class rdf:ID="VGel"/>
	<owl:ObjectProperty rdf:ID="virtualGel">
		<rdfs:domain rdf:resource="&cce;Spot"/>
		<rdfs:range rdf:resource="#VGel"/>
	</owl:ObjectProperty>
</rdf:RDF>
