Skip to content

%%sparql --display-properties #647

Answered by michaelnchin
CoryCasanave asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @CoryCasanave , thank you for reaching out!

The effectiveness of the -d/--display-property and -de/--edge-display-property options for %%sparql can vary, depending on how much information is returned for each individual element in the query results. In this respect, visualized vertexes created from the subject of a returned binding are typically more flexible than object vertexes.

To demonstrate, let's use bindings returned by a construct query from the EPL-SPARQL sample notebook:

%%sparql -l 100 -le 100

PREFIX loco: <http://www.example.com/location/ontology/>
PREFIX locr: <http://www.example.com/location/resource#>
PREFIX soco: <http://www.example.com/soccer/ontology/>
PREFIX socr: <…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CoryCasanave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants