<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE owl [ 
    <!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 xsd  'http://www.w3.org/2001/XMLSchema#' >
    <!ENTITY protons  'http://proton.semanticweb.org/2004/12/protons#'>
    <!ENTITY kimso  'http://www.ontotext.com/kim/2004/12/kimso#'>
]>
<rdf:RDF 
    xmlns:owl="&owl;"
    xmlns:rdf="&rdf;"
    xmlns:rdfs="&rdfs;"
    xmlns:protons="&protons;"
    xmlns="&kimso;"
    xml:base="&kimso;" 
>
<owl:Ontology rdf:about="">
  <rdfs:comment>KIM, System Ontology</rdfs:comment>
  <owl:versionInfo>"0.1"</owl:versionInfo>
  <owl:imports rdf:resource="http://proton.semanticweb.org/2004/12/protons"/>
</owl:Ontology>

<owl:ObjectProperty rdf:about="#sourceSentence"
	 rdfs:label="sourceSentence">
	<rdfs:comment>Provides a context, usually a sentence, where an entity was referred. This is particularly applicable in case of ontology population through information extraction from text.</rdfs:comment>
	<rdfs:domain rdf:resource="&protons;Entity"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
	<protons:SystemPrimitive></protons:SystemPrimitive>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:about="#nercRule"
	 rdfs:label="nercRule">
	<rdfs:domain rdf:resource="&protons;Entity"/>
	<protons:SystemPrimitive></protons:SystemPrimitive>
</owl:DatatypeProperty>

<owl:AnnotationProperty rdf:about="#visibilityLevel1" 
	rdfs:label="visibilityLevel1">
	<rdfs:comment>A system property, used to denote the ontology primitives visible at the first level of some UI modules of KIM.</rdfs:comment>
	<protons:SystemPrimitive>T</protons:SystemPrimitive>
</owl:AnnotationProperty> 

</rdf:RDF>
