You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/03/27 14:05:51 UTC

svn commit: r1305818 - /incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl

Author: rwesten
Date: Tue Mar 27 12:05:51 2012
New Revision: 1305818

URL: http://svn.apache.org/viewvc?rev=1305818&view=rev
Log:
added a owl class for ContentItem

Modified:
    incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl

Modified: incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl?rev=1305818&r1=1305817&r2=1305818&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl (original)
+++ incubator/stanbol/trunk/enhancer/generic/servicesapi/src/main/resources/enhancer.owl Tue Mar 27 12:05:51 2012
@@ -25,6 +25,10 @@
   <owl:Ontology rdf:about="">
     <rdfs:comment xml:lang="en">Ontology definig base concepts of the Stanbol Enhancer</rdfs:comment>
   </owl:Ontology>
+  <owl:Class rdf:ID="ContentItem">
+    <rdfs:label xml:lang="en">Content Item</rdfs:label>
+    <rdfs:comment xml:lang="en">The Content Item represents the content parsed to the Stanbol Enhancer.</rdfs:comment>
+  </owl:Class>
   <owl:Class rdf:ID="EnhancementChain">
     <rdfs:label xml:lang="en">Enhancement Chain</rdfs:label>
     <rdfs:comment xml:lang="en">A EnhancementChain is a specific configuration on how parsed Content is enhanced by the Stanbol Enhancer</rdfs:comment>