<?xml version="1.0"?>

<!-- Created by Paolo Ciccarese http://www.hcklab.org/people/pc/ on November 25th, 2008 -->

<!DOCTYPE rdf:RDF [
    <!-- Other namespaces -->
    <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!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 lses "http://swan.mindinformatics.org/ontologies/1.2/lses/">
  	<!ENTITY lses-go "http://purl.org/obo/owl/GO#">
    
    <!-- Main namespace -->
    <!ENTITY lses "http://swan.mindinformatics.org/ontologies/1.2/lses/" >
    
    <!-- Files -->
  	<!ENTITY local "file:///Users/paolociccarese/Websites/Mindinformatics/ontologies/1.2/lses-ext-gene-ontology.owl">
  	<!ENTITY path "http://swan.mindinformatics.org/ontologies/1.2/lses-ext-gene-ontology.owl">
  	<!ENTITY file "&path;">  
]>

<rdf:RDF
	xml:base="&lses-go;"
	xmlns:lses="&lses;"
    xmlns:rdfs="&rdfs;"
    xmlns:owl="&owl;"
    xmlns:rdf="&rdf;"
    xmlns:xsd="&xsd;"
    xmlns:dc="&dc;">
    
    <owl:Ontology rdf:about="&file;">
    	<rdf:type rdf:resource="&owl;Ontology"/>
		<rdfs:label rdf:datatype="&xsd;string">Lses GO Extension v. 1.2</rdfs:label>
    	
    	<!--
    	<owl:imports rdf:resource="http://www.berkeleybop.org/ontologies/owl/GO"/>
    	-->
    
    	<dc:language>en</dc:language>
    	<dc:title xml:lang="en">Life Science Entities Gene Ontology Extension</dc:title>
    	<dc:creator rdf:resource="http://www.hcklab.org/people/paolo-ciccarese/" />
    	<dc:contributor rdf:datatype="&xsd;string">Paolo Ciccarese</dc:contributor>   	
    	<dc:publisher rdf:datatype="&xsd;string">http://swan.mindinformatics.org</dc:publisher>
        <dc:date rdf:datatype="&xsd;string">January 17, 2009</dc:date>
        <dc:format rdf:datatype="&xsd;string">rdf/xml</dc:format>    
    </owl:Ontology> 
    
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
     
  	<rdf:Description rdf:about="&dc;title">
  	  	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>
  	<rdf:Description rdf:about="&dc;date">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
 	</rdf:Description>
  	<rdf:Description rdf:about="&dc;creator">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>
  	<rdf:Description rdf:about="&dc;format">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>
  	<rdf:Description rdf:about="&dc;language">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>
  	<rdf:Description rdf:about="&dc;publisher">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>
  	<rdf:Description rdf:about="&dc;contributor">
    	<rdf:type rdf:resource="&owl;AnnotationProperty"/>
  	</rdf:Description>  
  	
  	<!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     --> 
    <owl:Class rdf:about="&lses-go;GO_0008150" rdfs:label="(go) Biological Process">
    	<rdfs:subClassOf rdf:resource="&lses;Lse"/>
    	<rdfs:isDefinedBy rdf:resource="&lses-go;"/>
    	<owl:disjointWith rdf:resource="&lses-go;GO_0005575"/>
    	<owl:disjointWith rdf:resource="&lses-go;GO_0003674"/>
    	<owl:disjointWith rdf:resource="&lses;Gene"/>
    	<owl:disjointWith rdf:resource="&lses;Protein"/>
    	<owl:disjointWith rdf:resource="&lses;MultiProteinComplex"/>
    	<owl:disjointWith rdf:resource="&lses;Organism"/>
    </owl:Class>
	    
    <owl:Class rdf:about="&lses-go;GO_0005575" rdfs:label="(go) Cellular Component">
    	<rdfs:subClassOf rdf:resource="&lses;Lse"/>
    	<rdfs:isDefinedBy rdf:resource="&lses-go;"/>
    	<owl:disjointWith rdf:resource="&lses-go;GO_0008150"/>
    	<owl:disjointWith rdf:resource="&lses-go;GO_0003674"/>
    	<owl:disjointWith rdf:resource="&lses;Gene"/>
    	<owl:disjointWith rdf:resource="&lses;Protein"/>
    	<owl:disjointWith rdf:resource="&lses;MultiProteinComplex"/>
    	<owl:disjointWith rdf:resource="&lses;Organism"/>
    </owl:Class>
	    
    <owl:Class rdf:about="&lses-go;GO_0003674" rdfs:label="(go) Molecular Function">
	    <rdfs:subClassOf rdf:resource="&lses;Lse"/>
	    <rdfs:isDefinedBy rdf:resource="&lses-go;"/>
	    <owl:disjointWith rdf:resource="&lses-go;GO_0008150"/>
    	<owl:disjointWith rdf:resource="&lses-go;GO_0005575"/>
    	<owl:disjointWith rdf:resource="&lses;Gene"/>
    	<owl:disjointWith rdf:resource="&lses;Protein"/>
    	<owl:disjointWith rdf:resource="&lses;MultiProteinComplex"/>
    	<owl:disjointWith rdf:resource="&lses;Organism"/>
	</owl:Class>

    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // To be DL
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->  
    <rdf:Description rdf:about="http://swan.mindinformatics.org/ontologies/1.2/lses/Lse">
    	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  	</rdf:Description>
</rdf:RDF>