|
From: <chr...@us...> - 2012-02-25 13:55:00
|
Revision: 3574
http://dlvhex.svn.sourceforge.net/dlvhex/?rev=3574&view=rev
Author: chrisr86
Date: 2012-02-25 13:54:54 +0000 (Sat, 25 Feb 2012)
Log Message:
-----------
remove reference to food.rdf from wine.rdf
Modified Paths:
--------------
dlvhex-dlplugin/branches/release2x/examples/wine.rdf
dlvhex-dlplugin/branches/release2x/examples/wine_count.sh
Modified: dlvhex-dlplugin/branches/release2x/examples/wine.rdf
===================================================================
--- dlvhex-dlplugin/branches/release2x/examples/wine.rdf 2012-02-25 11:45:16 UTC (rev 3573)
+++ dlvhex-dlplugin/branches/release2x/examples/wine.rdf 2012-02-25 13:54:54 UTC (rev 3574)
@@ -18,11 +18,7 @@
<owl:Ontology rdf:about="">
<rdfs:comment>An example OWL ontology</rdfs:comment>
- <owl:priorVersion>
- <owl:Ontology rdf:about="http://www.w3.org/TR/2003/CR-owl-guide-20030818/wine"/>
- </owl:priorVersion>
<!-- owl:imports rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food"/ -->
- <owl:imports rdf:resource="food.rdf"/>
<rdfs:comment>Derived from the DAML Wine ontology at
http://ontolingua.stanford.edu/doc/chimaera/ontologies/wines.daml
Substantially changed, in particular the Region based relations.
Modified: dlvhex-dlplugin/branches/release2x/examples/wine_count.sh
===================================================================
--- dlvhex-dlplugin/branches/release2x/examples/wine_count.sh 2012-02-25 11:45:16 UTC (rev 3573)
+++ dlvhex-dlplugin/branches/release2x/examples/wine_count.sh 2012-02-25 13:54:54 UTC (rev 3574)
@@ -15,7 +15,7 @@
" > $wd/prog.hex
- dlvhex2 --silent --plugindir=../src/.libs/ $wd/prog.hex
+ dlvhex2 --silent $wd/prog.hex
done
# cleanup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|