v1.0.0b1 First working prototype #29
antoine2711
announced in
Announcements
Replies: 1 comment
-
Suggestions
Use query linkExample from WD:
SELECT ?item1 ?item1Label ?item2 ?item2Label ?mic {
?item1 wdt:P7534 ?mic.
?item2 wdt:P7534 ?mic.
filter(str(?item1) < str(?item2))
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?mic Ontotext GraphDB doesn't have a builtin link shortener, but you can get a query link that has the query encoded You'll notice these query links are to the SPARQL editor (UI). Doc Suggestionsfor the google doc https://docs.google.com/document/d/12wKdWkPLNIDICY_u84650xT8xvMTYjSfuQltbsmASMU/edit#
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first beta version of the SPARQL Importer for OpenRefine.
It should be compatible with OpenRefine, v3.5 and +.
This discussion was created from the release v1.0.0b1 First working prototype.
Beta Was this translation helpful? Give feedback.
All reactions