Skip to content

Describe query's result #868

Answered by rubensworks
ahka01 asked this question in Q&A
Oct 20, 2021 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

The problem with DESCRIBE is that it's not very strictly defined in the SPARQL spec. So executing the same DESCRIBE query in different engines may produce different results.

My recommendation would be to use CONSTRUCT queries instead, as you can specifically define the template of triples you want to produce.

Using a CONSTRUCT WHERE, and FILTER to check for blank nodes, it should be possible to drill down on blank node entities. (I don't have a query at hand for this though)

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@ahka01
Comment options

Answer selected by ahka01
Comment options

You must be logged in to vote
6 replies
@jacoscaz
Comment options

@ahka01
Comment options

@jacoscaz
Comment options

@jacoscaz
Comment options

@rubensworks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants