Search Mailing List Archives
[protege-discussion] Query about the "subPropertyOf" axoim
andygui
yaochgui at gmail.com
Sun May 24 05:43:33 PDT 2009
Dear Sir,
I have data like this:
hasUncle subPropertyOf hasRelative
Man(p1)
Man(p2)
hasUncle(p1,p2)
and, I'm trying to use sparql in Protege3.4 to query like this:
PREFIX family:<http://www.owl-ontologies.com/Ontology1242525585.owl#>
SELECT ?person
WHERE { family:p1 family:hasRelative ?person.}
but, it just returns "no matches found"
Could you please help me?
Thank you very much,
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20090524/fb79df97/attachment.html>
More information about the protege-discussion
mailing list