Kurrawong / fair-ease-matcher

Apache License 2.0
0 stars 0 forks source link

Determine relevant fields to index #3

Open recalcitrantsupplant opened 1 year ago

recalcitrantsupplant commented 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

recalcitrantsupplant commented 1 year ago

Duplicate / will be completed in #5