https://github.com/yasenstar/learn_sparql
Learn by practicing on book "Learning SPARQL", which is authored by Bob DuCharme
https://github.com/yasenstar/learn_sparql
Last synced: about 1 month ago
JSON representation
Learn by practicing on book "Learning SPARQL", which is authored by Bob DuCharme
- Host: GitHub
- URL: https://github.com/yasenstar/learn_sparql
- Owner: yasenstar
- License: gpl-3.0
- Created: 2023-12-11T00:07:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:34:37.000Z (7 months ago)
- Last Synced: 2025-04-24T23:03:59.258Z (about 1 month ago)
- Language: Ruby
- Homepage: https://yasenstar.github.io/Learn_SPARQL/
- Size: 112 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Learn SPARQL
| Book | Course |
| --- | --- |
| Learn by practicing on book "Learning SPARQL", which is authored by [Bob DuCharme](https://www.linkedin.com/in/bobdc/) | Welcome to enroll the demo course packaging in Udemy now: |
| [](http://learningsparql.com/) | [](https://www.udemy.com/course/learning-sparql-for-querying-rdf-by-practice/?referralCode=BA578CE881FA1438F6DF) |---
## Contents per Chaperts
- [Ch00 - Preface](./ch00/)
- [Ch01 - Jumping Right In: Some Data and Some Queries](./ch01/)
- [Ch02 - The Semantic Web, RDF, and Linked Data (and SPARQL)](./ch02/)
- [Ch03 - SPARQL Queries: A Deeper Dive](./ch03/)
- [Ch04 - Copying, Creating and Converting Data](./ch04/)
- [Ch05 - Datatypes and Functions](./ch05/)
- [Ch06 - Updating Data with SPARQL](./ch06/)---
## Mindmap of the Book

---
## Use "RDF Grapher" to Visualize RDF Data
Here [RDF Grapher](https://www.ldf.fi/service/rdf-grapher) is one nice online tool that can parse RDF data and visualize it as a graph, I'm using this to generate visualized diagram for the data file in the course, and store the exported image in the same data file folder respectively.
---
## Other reference about RDF and SPARQL
Here [Reference Information](/RefInfo.md) you may find some interesting gathered information, keep eyes on...
---
Feel free to raise your comments or questions to me via [Email](mailto:[email protected]), good luck!