https://github.com/or13/swapi-hylar
https://github.com/or13/swapi-hylar
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/or13/swapi-hylar
- Owner: OR13
- Created: 2021-11-14T00:12:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T17:48:02.000Z (over 4 years ago)
- Last Synced: 2025-08-23T11:04:43.254Z (10 months ago)
- Language: JavaScript
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Star Wars API + HyLar
- https://swapi.dev/
- https://github.com/ucbl/HyLAR-Reasoner
- https://neo4j.com/product/bloom/
- https://stackoverflow.com/questions/27627243/conversion-of-n-triples-to-cypher-text
This repo is for learning SPARQL, messing with linked data queries, and semantic reasoners, and graph databases...

#### Develop
```
npm i
npm run build
./run-neo.sh
npm run test
```
#### Curls
Beware that pagination may be required to get everything...
```
curl -s https://swapi.dev/api/films/ > ./films.json
curl -s https://swapi.dev/api/planets/ > ./planets.json
```