Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbinkley/jointcommittee

Learning project for linked open data and sparql
https://github.com/pbinkley/jointcommittee

lod rcb

Last synced: 6 days ago
JSON representation

Learning project for linked open data and sparql

Awesome Lists containing this project

README

        

# jointcommittee

Learning project for linked open data and sparql

Uses rdflib (pip install rdflib)

Stores sparql queries in a yaml file, so that it's easy to run a set of queries against a given graph:

```
bin/sparql.py jcmr.ttl sparql.json
```

Publications: export from Zotero as bibliontology RDF, convert to Turtle with rdfpipe:

```
rdfpipe Exported\ Items.rdf -o turtle > manual1936.ttl
```