On Wed, Jun 4, 2014 at 10:24 AM, Mohammad Ghufran <emghuf...@gmail.com> wrote:
>  ?pl ?r ?v .
> values ?propertyType {dbpedia-owl:capital dbpprop:capital
> dbpedia-owl:country dbpprop:country}
>  ?r a ?propertyType .

capital and country are properties, not types, and certainly not types
of properties.  This should be


?pl ?r ?v .
values ?r {dbpedia-owl:capital dbpprop:capital dbpedia-owl:country
dbpprop:country}

instead.

-- 
Joshua Taylor, http://www.cs.rpi.edu/~tayloj/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to