OSCOSS / fiduswriter

This repository only contains the issue list relevant for the work the OSCOSS project is conducting on Fidus Writer. The Fidus Writer sources can be found at https://github.com/fiduswriter/fiduswriter .
1 stars 1 forks source link

export SCM-KG to usable format for FW #73

Closed afshinsadeghi closed 7 years ago

afshinsadeghi commented 7 years ago

@johanneswilm what formats are best for FW

  1. to use for citing ,
  2. to take it directly as an object(JSON for example)?
johanneswilm commented 7 years ago

I think they are both the same because the mechanism of import is run before the citation is added.

The perfect option would be the native json format bibDB, which is a format that combines a lot of the properties of biblatex/csl and prosemirror. But chances are that this format isn't supported, because I invented it and it is only used by FW so far. :)

Next best would be standard biblatex, as we have a quite good converter [1]. Third priority would be bibtex. The same converter can also read most bibtex, but may miss some of the details.

[1] https://github.com/fiduswriter/biblatex-csl-converter

afshinsadeghi commented 7 years ago
afshinsadeghi commented 7 years ago

-currently imported SCM-KG test data (from WWW conference into http://butterbur10.iai.uni-bonn.de) SPARQL endpoint: http://butterbur10.iai.uni-bonn.de/SCMKG/query

I wish the SPARQL endpoint was open to everybody, not only GESIS Server. @clange I requested that in an email from SGA.

afshinsadeghi commented 7 years ago

I secured the SCM-KG server, it is now accessible via username password, but the query endpoint is open for everybody to query, currently restericted and only Uni Bonn and GESIS can query it but hopefully, SGA team will remove this restriction on the SPARQL endpoint.

Sample call to the endpoint :

http://butterbur10.iai.uni-bonn.de/SCMKG/query?query=SELECT%20?subject%20?predicate%20?object%20WHERE%20{%20?subject%20?predicate%20?object%20}%20LIMIT%2025

Sample showing request for username password on the server UI:

http://butterbur10.iai.uni-bonn.de/dataset.html#upload

afshinsadeghi commented 7 years ago

pushed the code