Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/langston-barrett/rdf-star-presidents
RDF-star dataset on U.S. presidents, mined from Wikidata.
https://github.com/langston-barrett/rdf-star-presidents
dataset rdf rdf-dataset rdf-star us-history wikidata
Last synced: 18 days ago
JSON representation
RDF-star dataset on U.S. presidents, mined from Wikidata.
- Host: GitHub
- URL: https://github.com/langston-barrett/rdf-star-presidents
- Owner: langston-barrett
- License: mit
- Created: 2022-12-26T22:09:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T23:46:18.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:39:57.433Z (2 months ago)
- Topics: dataset, rdf, rdf-dataset, rdf-star, us-history, wikidata
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rdf-star-presidents
[RDF-star][rdf-star] dataset on U.S. presidents, mined from Wikidata.
## Usage
Navigate to the [releases page][releases] to download the data in N-Triples-
star format.## Build
The build requires Python and Rust.
```sh
pip install -r requirements.txt
python3 query.py
cargo run -q > rdf-star-presidents.nt
```[releases]: https://github.com/langston-barrett/rdf-star-presidents/releases
[rdf-star]: https://www.w3.org/2021/12/rdf-star.html