https://github.com/rdmpage/oz-wikispecies
Extract bibliographic data from Wikispecies
https://github.com/rdmpage/oz-wikispecies
Last synced: 3 months ago
JSON representation
Extract bibliographic data from Wikispecies
- Host: GitHub
- URL: https://github.com/rdmpage/oz-wikispecies
- Owner: rdmpage
- License: mit
- Created: 2018-08-14T14:58:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T15:25:39.000Z (about 7 years ago)
- Last Synced: 2025-10-22T22:47:23.901Z (7 months ago)
- Language: HTML
- Size: 1.53 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oz-wikispecies
Extract bibliographic data from Wikispecies
## Run glitch app locally
- Download app from glitch.com
- cd to directory
- npm install
- npm start server.js
## Triplestore
```
curl http://127.0.0.1:5984/oz-wikispecies/_design/author/_list/triples/nt > wikispecies.nt
```
```
curl http://130.209.46.63/blazegraph/sparql?context-uri=https://species.wikimedia.org -H 'Content-Type: text/rdf+n3' --data-binary '@wikispecies.nt' --progress-bar | tee /dev/null
```