SPARQL
Posts  1 - 1  of  1
saleemkhan
Can any body tell me how i can get all the predicates used in a SPARQL Query.
e.g

SELECT ?name ?descritption
WHERE
{
?X foaf:name ?name.
>y foaf:description ?description.
}

in the above query list of the predicates is
foaf:name , oaf:description. How i can do this automatically for any query. i shall be thankful
Save
Cancel
Reply
 
x
OK