[Pellet-users] example BnodeQueryExample error
Olli
Schmidt-O at ulster.ac.uk
Fri Mar 2 16:39:18 UTC 2007
Hi all,
The code from BnodeQueryExample.java is working but I
got following WARN message by executing the example and don't understand why:
Running first query with PelletQueryEngine...
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Dry @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Dry
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#White @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#White
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Moderate @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Moderate
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Sweet @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Sweet
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Delicate @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Delicate
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#OffDry @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#OffDry
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Strong @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Strong
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Light @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Light
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Rose @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Rose
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Red @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Red
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Medium @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Medium
WARN [main] (OWLLoader.java:305) - Ignoring triple with unknown property from OWL namespace: http://www.w3.org/2001/sw/WebOnt/guide-src/food#Full @owl:sameIndividualAs http://www.w3.org/2001/sw/WebOnt/guide-src/wine#Full
------------------------------
| Meal | WineColor |
==============================
| food:MyDinner | food:Red |
| food:MyLunch | food:White |
------------------------------
Running second query with PelletQueryEngine...
--------------------
| Meal | WineColor |
====================
--------------------
Running first query with standard Jena QueryEngine...
--------------------
| Meal | WineColor |
====================
--------------------
I hope I don't waste your time!
What could be the reason for this WARNING?
Thanks in advance.
cheers
Olli
More information about the Pellet-users
mailing list