You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/09/02 17:59:28 UTC

svn commit: r1164597 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl

Author: alexdma
Date: Fri Sep  2 15:59:28 2011
New Revision: 1164597

URL: http://svn.apache.org/viewvc?rev=1164597&view=rev
Log:
STANBOL-322 Enhancement structure extension for settings/situations

Added:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl

Added: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl?rev=1164597&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl (added)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/setting-enhancement.owl Fri Sep  2 15:59:28 2011
@@ -0,0 +1,182 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+    <!ENTITY enhancement "http://stanbol.apache.org/ontology/enhancement#" >
+    <!ENTITY setting-enhancement "http://stanbol.apache.org/ontology/setting-enhancement#" >
+    <!ENTITY partof "http://www.ontologydesignpatterns.org/cp/owl/partof.owl#" >
+    <!ENTITY situation "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#" >
+]>
+
+
+<rdf:RDF xmlns="http://stanbol.apache.org/ontology/setting-enhancement#"
+     xml:base="http://stanbol.apache.org/ontology/setting-enhancement"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:partof="http://www.ontologydesignpatterns.org/cp/owl/partof.owl#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:setting-enhancement="http://stanbol.apache.org/ontology/setting-enhancement#"
+     xmlns:enhancement="http://stanbol.apache.org/ontology/enhancement#"
+     xmlns:situation="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#">
+    <owl:Ontology rdf:about="http://stanbol.apache.org/ontology/setting-enhancement"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/enhancement#occursIn -->
+
+    <owl:ObjectProperty rdf:about="&enhancement;occursIn">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">occurs in</rdfs:label>
+        <rdfs:domain rdf:resource="&enhancement;Annotation"/>
+        <rdfs:range rdf:resource="&enhancement;TextOccurrence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/setting-enhancement#isOccurrenceOf -->
+
+    <owl:ObjectProperty rdf:about="&setting-enhancement;isOccurrenceOf">
+        <rdfs:label xml:lang="en">is occurrence of</rdfs:label>
+        <owl:inverseOf rdf:resource="&enhancement;occursIn"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.ontologydesignpatterns.org/cp/owl/partof.owl#hasPart -->
+
+    <owl:ObjectProperty rdf:about="&partof;hasPart">
+        <rdfs:label xml:lang="en">hasPart</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/enhancement#Annotation -->
+
+    <owl:Class rdf:about="&enhancement;Annotation">
+        <rdfs:label xml:lang="en">Annotation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/enhancement#TextOccurrence -->
+
+    <owl:Class rdf:about="&enhancement;TextOccurrence">
+        <rdfs:label xml:lang="en">TextOccurrence</rdfs:label>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="&setting-enhancement;isOccurrenceOf"/>
+                <owl:someValuesFrom rdf:resource="&enhancement;Annotation"/>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/setting-enhancement#Role -->
+
+    <owl:Class rdf:about="&setting-enhancement;Role">
+        <rdfs:label xml:lang="en">Role</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/setting-enhancement#SettingAnnotation -->
+
+    <owl:Class rdf:about="&setting-enhancement;SettingAnnotation">
+        <rdfs:label xml:lang="en">SettingAnnotation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&enhancement;Annotation"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="&partof;hasPart"/>
+                <owl:allValuesFrom rdf:resource="&setting-enhancement;SettingPart"/>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="&partof;hasPart"/>
+                <owl:onClass rdf:resource="&setting-enhancement;SettingPart"/>
+                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minQualifiedCardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/setting-enhancement#SettingPart -->
+
+    <owl:Class rdf:about="&setting-enhancement;SettingPart">
+        <rdfs:label xml:lang="en">SettingPart</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/setting-enhancement#ThetaRole -->
+
+    <owl:Class rdf:about="&setting-enhancement;ThetaRole">
+        <rdfs:label xml:lang="en">Theta role</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&setting-enhancement;Role"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation -->
+
+    <owl:Class rdf:about="&situation;Situation">
+        <rdfs:label xml:lang="en">Situation</rdfs:label>
+    </owl:Class>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.3.22702) http://owlapi.sourceforge.net -->
+