Open recalcitrantsupplant opened 1 year ago
SPARQL endpoint can be accessed with an SSH tunnel, see steps 4/5 here: https://github.com/Kurrawong/fair-ease-matcher/blob/master/aws/neptune.md
PM me I will give you the PEM file
Run the following against the SPARQL endpoint (use postman or whatever):
SELECT DISTINCT ?p {?s ?p ?o} LIMIT 100 try increasing the limit but beware this is an expensive query
SELECT DISTINCT ?p {?s ?p ?o} LIMIT 100
Duplicate / will be completed in #5
SPARQL endpoint can be accessed with an SSH tunnel, see steps 4/5 here: https://github.com/Kurrawong/fair-ease-matcher/blob/master/aws/neptune.md
PM me I will give you the PEM file
Run the following against the SPARQL endpoint (use postman or whatever):
SELECT DISTINCT ?p {?s ?p ?o} LIMIT 100
try increasing the limit but beware this is an expensive query