Skip to content
Nintendofan885 edited this page Sep 9, 2020 · 17 revisions

see also Wikidata Links

Search item by external ID

Load Mix'n'match

Input created through a YASR web frontend or directly by a Jena Fuseki SPARQL endpoint.

interactive

command line

  • Execute local query file
  curl --silent \
      -H "Content-type: application/sparql-query" \
      -H "Accept: text/tab-separated-values; charset=utf-8" \
      --data-binary @stw_w_en_mnm.rq       \  # query file + output format
     http://zbw.eu/beta/sparql/stw/query   \  # endpoint
     | tail -n +2 \  # skip first line with variable names 
     | sed 's/^"//' | sed 's/"$//' | sed 's/"\t"/\t/g' \  # remove enclosing quotes
     > stw_w_en_mnm.tsv  # output file

Move, merge and split items