Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created June 23, 2017 11:01
Show Gist options
  • Save andrawaag/76a3b084fb824a5e0d947def7f2a369e to your computer and use it in GitHub Desktop.
Save andrawaag/76a3b084fb824a5e0d947def7f2a369e to your computer and use it in GitHub Desktop.
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE {
?shared_concept rdfs:label "Local description of the shared concept"@en .
SERVICE <http://remote.sparqlendpoint.org/sparql> {
?local_concept ?predicate2 ?shared_concept ;
rdfs:label "Remote description of the shared concept"@en .
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment