Replies: 2 comments 1 reply
-
This is possible by implementing the FederatedService interface. We use federated services, for example, to query time series data with SPARQL: https://github.com/linkedfactory/linkedfactory-pod/blob/c0feec58a38fa891cd385dfff6e908e21ba94627/bundles/io.github.linkedfactory.service/src/main/scala/io/github/linkedfactory/service/rdf4j/KvinFederatedService.java#L24 |
Beta Was this translation helpful? Give feedback.
0 replies
-
For reference, wikidata pointed me to this code which should be the actual implementation in blazegraph: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
did someone ever tried to implement the SERVICE wikibase:label syntax? It is widely used in Wikidata and it might be interesting for other projects too. I refer more explicitly to:
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
Salut
D063520
Beta Was this translation helpful? Give feedback.
All reactions