On 1/26/17 4:32 PM, Roland Cornelissen wrote:
> That works fine, as stated before; when the graph is specified in the
> sparql query the results are as expected.
>
> But take f.i. a resource out of these results and ask a DESCRIBE the
> foaf depiction triple is not presented for the resource:
>
> http://nl.dbpedia.org/sparql?default-graph-uri=&query=describe+%3Chttp%3A%2F%2Fnl.dbpedia.org%2Fresource%2F2_Broke_Girls%3E&format=text%2Fhtml&timeout=30000&debug=on

See:

http://nl.dbpedia.org/sparql?default-graph-uri=&query=define+sql%3Adescribe-mode+%22CBD%22%0D%0Adescribe+%3Chttp%3A%2F%2Fnl.dbpedia.org%2Fresource%2F2_Broke_Girls%3E&format=text%2Fhtml&timeout=30000&debug=on

DESCRIBE is sparsely specified in the SPARQL specs so you need to use a
pragma. In this case I used:

define sql:describe-moe "CBD"

Where CBD is for Concise Bound Description.

Kingsley
>
>
> On 26-01-17 22:19, Kingsley Idehen wrote:
>> What happens when you try:
>>
>> http://nl.dbpedia.org/sparql?default-graph-uri=&query=select+*+%7Bgraph+%3Fg+%7B%3Fs+foaf%3Adepiction+%3Fpic%7D%7D+limit+100&format=text%2Fhtml&timeout=30000&debug=on
>>
>> If that's fine, this its down do you not using: GRAPH ?g in the
>> dataset modifier (body) of your sparql query.
>>
>>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>


-- 
Regards,

Kingsley Idehen       
Founder & CEO 
OpenLink Software   (Home Page: http://www.openlinksw.com)

Weblogs (Blogs):
Legacy Blog: http://www.openlinksw.com/blog/~kidehen/
Blogspot Blog: http://kidehen.blogspot.com
Medium Blog: https://medium.com/@kidehen

Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen

Web Identities (WebID):
Personal: http://kingsley.idehen.net/dataspace/person/kidehen#this
        : 
http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to