Author: reto
Date: Fri Apr 19 04:01:25 2013
New Revision: 1469683

URL: http://svn.apache.org/r1469683
Log:
STANBOL-1048: expanding value of fise:entity-reference

Modified:
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl?rev=1469683&r1=1469682&r2=1469683&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl
 Fri Apr 19 04:01:25 2013
@@ -6,5 +6,7 @@
   rdfs:label "When presenting an enhanced document the property of its 
enhancements should be presented too";
   recipe:ingredient
     [a recipe:Ingredient;
-        recipe:ingredientInverseProperty 
<http://fise.iks-project.eu/ontology/extracted-from>];
+        recipe:ingredientInverseProperty 
<http://fise.iks-project.eu/ontology/extracted-from>],
+    [a recipe:Ingredient;
+        recipe:ingredientProperty 
<http://fise.iks-project.eu/ontology/entity-reference>];
   recipe:recipeDomain "${package.replace(".","/")}/Enhancements" .


Reply via email to