Created
June 23, 2017 11:01
-
-
Save andrawaag/76a3b084fb824a5e0d947def7f2a369e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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