<?xml version="1.0"?>

<!-- Created by Paolo Ciccarese http://www.hcklab.org/people/pc/ on November 30th, 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 dcterms "http://purl.org/dc/terms/" >
    <!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
    <!ENTITY skos "http://www.w3.org/2008/05/skos#" >
 
    <!-- Main namespace -->
    <!ENTITY pathogenicnarrative "http://swan.mindinformatics.org/ontologies/1.2/pathogenic-narrative/">
    
    <!-- Imported namespaces -->
    <!ENTITY qualifiers "http://swan.mindinformatics.org/ontologies/1.2/qualifiers/">
    <!ENTITY discourseelements "http://swan.mindinformatics.org/ontologies/1.2/discourse-elements/">
    
    <!-- Files -->
  	<!ENTITY local "file:///Users/paolociccarese/Workspaces/SWANIII/swan/src/main/webapp/swanwebsite/ontologies/1.2/de-ext-pathogenic-narrative-qualifiers.owl">
  	<!ENTITY path "http://swan.mindinformatics.org/ontologies/1.2/de-ext-pathogenic-narrative-qualifiers.owl">
  	<!ENTITY file "&path;"> 
  	
  	<!-- Imported files -->
    <!ENTITY qualifiers-local "file:///Users/paolociccarese/Workspaces/SWANIII/swan/src/main/webapp/swanwebsite/ontologies/1.2/qualifiers.owl">
    <!ENTITY qualifiers-path "http://swan.mindinformatics.org/ontologies/1.2/qualifiers.owl">
  	<!ENTITY qualifiers-file "&qualifiers-path;">   	
    <!ENTITY discourseelements-local "file:///Users/paolociccarese/Workspaces/SWANIII/swan/src/main/webapp/swanwebsite/ontologies/1.2/discourseelements.owl">
    <!ENTITY discourseelements-path "http://swan.mindinformatics.org/ontologies/1.2/discourseelements.owl">
  	<!ENTITY discourseelements-file "&discourseelements-path;"> 
]>

<rdf:RDF
	xml:base="&pathogenicnarrative;"
	xmlns:qualifiers="&qualifiers;"
	xmlns:pathogenicnarrative="&pathogenicnarrative;"
	xmlns:discourseelements="&discourseelements;"
    xmlns:rdfs="&rdfs;"
    xmlns:owl="&owl;"
    xmlns:rdf="&rdf;"
    xmlns:xsd="&xsd;"
    xmlns:dc="&dc;"
    xmlns:dcterms="&dcterms;"
    xmlns:foaf="&foaf;"
    xmlns:skos="&skos;">
    
    <owl:Ontology rdf:about="&file;">
    	<rdf:type rdf:resource="&owl;Ontology"/>
		<rdfs:label rdf:datatype="&xsd;string">Discourse Elements Qualifier Extension v. 1.2</rdfs:label>
    	
    	<owl:imports rdf:resource="&qualifiers-file;"/>
    	<owl:imports rdf:resource="&discourseelements-file;"/>
    
    	<dc:language>en</dc:language>
    	<dc:title xml:lang="en">Research Statements Qualifier 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 14, 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>  	 
  	
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
  	    
    
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->     
    <owl:Class rdf:about="PathogenicNarrativeQualifierConcept">
    	<rdfs:subClassOf rdf:resource="&qualifiers;QualifierConcept"/>
  	</owl:Class> 
    	
  	<!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // To be DL
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     --> 
    <rdf:Description rdf:about="http://purl.org/dc/terms/issued">
	    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
	    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	</rdf:Description>
  
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     --> 	
	<skos:Collection rdf:about="&discourseelements;pathogenic_narrative">
		<rdfs:label>Pathogenic Narrative Qualifiers</rdfs:label>
		<dc:creator>
			<foaf:Person rdf:about="http://www.hcklab.org/people/pc/">
				<foaf:name>Paolo Ciccarese</foaf:name>
			</foaf:Person>
		</dc:creator>
		<dcterms:issued>2008-12-05</dcterms:issued>
    	<dcterms:modified>2005-12-05</dcterms:modified>
		<skos:member rdf:resource="&pathogenicnarrative;initial_condition"/>
		<skos:member rdf:resource="&pathogenicnarrative;perturbation"/>
		<skos:member rdf:resource="&pathogenicnarrative;pathogenic_event"/>
		<skos:member rdf:resource="&pathogenicnarrative;pathologic_change"/>
	</skos:Collection> 
	
	<pathogenicnarrative:PathogenicNarrativeQualifierConcept rdf:about="&pathogenicnarrative;initial_condition">
	    <skos:prefLabel>Initial Condition</skos:prefLabel>
  	</pathogenicnarrative:PathogenicNarrativeQualifierConcept>   

	<pathogenicnarrative:PathogenicNarrativeQualifierConcept rdf:about="&pathogenicnarrative;perturbation">
	    <skos:prefLabel>Perturbation</skos:prefLabel>
  	</pathogenicnarrative:PathogenicNarrativeQualifierConcept>  
  	
  	<pathogenicnarrative:PathogenicNarrativeQualifierConcept rdf:about="&pathogenicnarrative;pathogenic_event">
	    <skos:prefLabel>Perturbation</skos:prefLabel>
  	</pathogenicnarrative:PathogenicNarrativeQualifierConcept>
  	
  	<pathogenicnarrative:PathogenicNarrativeQualifierConcept rdf:about="&pathogenicnarrative;pathologic_change">
	    <skos:prefLabel>Pathologic Change</skos:prefLabel>
  	</pathogenicnarrative:PathogenicNarrativeQualifierConcept>
</rdf:RDF>