Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gramian/semantic-fingerpost
Semantic Web and Knowledge Graph Fingerpost
https://github.com/gramian/semantic-fingerpost
owl rdf rdfs sparql turtle-rdf
Last synced: 12 days ago
JSON representation
Semantic Web and Knowledge Graph Fingerpost
- Host: GitHub
- URL: https://github.com/gramian/semantic-fingerpost
- Owner: gramian
- Created: 2022-01-21T11:32:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T08:04:50.000Z (over 2 years ago)
- Last Synced: 2024-11-12T10:39:20.074Z (2 months ago)
- Topics: owl, rdf, rdfs, sparql, turtle-rdf
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic Web and Knowledge Graph Fingerpost
## Knowledge Graphs
* [Knowledge Graphs at a Glance](https://towardsdatascience.com/knowledge-graphs-at-a-glance-c9119130a9f0)
* [Introducing Linked Data And The Semantic Web](http://www.linkeddatatools.com/semantic-web-basics)
* [What Do RDF and SPARQL bring to Big Data Projects?](https://doi.org/10.1089/big.2012.0004)
## RDF - Resource Description Framework
* [Resource Description Framework](https://en.wikipedia.org/wiki/Resource_Description_Framework)
* [RDF 1.1 Concepts and Abstract Syntax](https://www.w3.org/TR/rdf11-concepts/)
* [RDF 1.1 Primer](https://www.w3.org/TR/rdf11-primer/)
* [What is RDF?](https://www.bobdc.com/blog/whatisrdf/)
* [Data Model](https://www.stardog.com/tutorials/data-model)
## Turtle - Terse RDF Triple Language
* [Turtle (syntax)](https://en.wikipedia.org/wiki/Turtle_(syntax))
* [RDF 1.1 Turtle](https://www.w3.org/TR/turtle/)
* [Simple Linked Data Deployment Tutorial — using RDF-Turtle Notation](https://medium.com/openlink-software-blog/simple-linked-data-deployment-tutorial-a532e568c82f)
## RDFS - RDF Schema
* [RDF Schema](https://en.wikipedia.org/wiki/RDF_Schema)
* [RDF Schema 1.1](https://www.w3.org/TR/rdf-schema/)
* [RDFS vs. OWL](https://cambridgesemantics.com/blog/semantic-university/learn-owl-rdfs/rdfs-vs-owl/)
## SPARQL - SPARQL Protocol and RDF Query Language
* [SPARQL](https://en.wikipedia.org/wiki/SPARQL)
* [SPARQL Query Language for RDF 1.1](https://www.w3.org/TR/rdf-sparql-query/)
* [Learning SPARQL](http://www.learningsparql.com/)
* [SPARQL Reference](https://docs.cambridgesemantics.com/anzograph/v2.2/userdoc/sparql-ref.htm)
* [SPARQL RDF Query Language Reference](https://www.dajobe.org/2005/04-sparql/SPARQLreference-1.8.pdf)
* [SPARQL FAQ](http://www.thefigtrees.net/lee/sw/sparql-faq)
* [A Look at SPARQL - SQL for the Semantic Web](https://codyburleson.com/blog/a-look-at-sparql-sql-for-semantic-web)
### Tutorials
* [Constructing SPARQL Queries](https://medium.com/wallscope/constructing-sparql-queries-ca63b8b9ac02)
* [Constructing More Advanced SPARQL Queries](https://medium.com/wallscope/constructing-more-advanced-sparql-queries-72d5ade1eedc)
* [Learn SPARQL](https://www.stardog.com/tutorials/sparql/)
* [SPARQL Primer](https://docs.data.world/tutorials/sparql/index.html)
* [SPARQL Cheat Sheet](http://www.iro.umontreal.ca/~lapalme/ift6281/sparql-1_1-cheat-sheet.pdf)
* [Your First SPARQL Query](https://docs.data.world/tutorials/sparql/Your_First_Sparql_Query.html)
* [SPARQL By Example](https://www.w3.org/2009/Talks/0615-qbe/)
* [SPARQL Examples](https://codyburleson.com/search?q=%22SPARQL%20Examples%22)
* [Wikidata:SPARQL tutorial](https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial)
### Tips & Tricks
* [SPARQL - One Standard to Rule them All](https://blog.cambridgesemantics.com/sparql-one-standard-to-rule-them-all)
* [Six Secret SPARQL Ninja Tricks](https://www.linkedin.com/pulse/six-secret-sparql-ninja-tricks-kurt-cagle)
* [7 Steps to Fast SPARQL Queries](https://www.stardog.com/blog/7-steps-to-fast-sparql-queries/)
* [Tuning SPARQL Queries](https://observablehq.com/@lomoramic/tuning-sparql-queries)
* [SPARQL Tips Tricks and Tools](https://www.oclc.org/developer/news/2016/sparql-tips-tricks-tools.en.html)
* [SPARQL Best Practices](https://docs.cambridgesemantics.com/anzo/v4.4/userdoc/sparql-queries.htm)
* [SPARQL Secrets in Jena-Fuseki](https://www.datasciencecentral.com/sparql-secrets-in-jena-fuseki/)
* [Wikidata:SPARQL query service/query optimization](https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization)
## Books
* B. DuCharme: [Learning SPARQL](https://www.oreilly.com/library/view/learning-sparql-2nd/9781449371449/), 2013. (A must-have)
* J. Hebeler, M. Fisher, R. Blace, A. Perez-Lopez: [Semantic Web Programming](https://www.wiley.com/en-us/Semantic+Web+Programming-p-9781118080603), 2011. (Sometimes cheap via amazon market place)
* L. Yu: [A Developer’s Guide to the Semantic Web](https://doi.org/10.1007/978-3-642-15970-1), 2011.
## Lectures
* [Information Service Engineering Lectures](https://ise-fizkarlsruhe.github.io/ISE-teaching/)
* [Knowledge Graphs](https://iccl.inf.tu-dresden.de/web/Knowledge_Graphs_(WS2020/21))
* [Semantic Web – Grundlagen](https://www.semantic-web-grundlagen.de/) (German)
## Tools
### SPARQL Endpoint
* [Apache Jena](https://jena.apache.org)
* [ARQ](https://jena.apache.org/documentation/query/index.html) (Command-line tool SPARQL tool)
* [Fuseki](https://jena.apache.org/documentation/fuseki2/) (SPARQL-over-HTTP endpoint)### Query Editor
* [YASGUI](https://www.npmjs.com/package/yasgui)
### VScode
* [Stardog RDF Grammars](https://marketplace.visualstudio.com/items?itemName=stardog-union.stardog-rdf-grammars&ssr=false#overview)
* [Turtle Language Server](https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-langserver-turtle)### GNU Guile
* [guile-sparql](https://github.com/roelj/guile-sparql)
* [guile-rdf](https://framagit.org/tyreunom/guile-rdf)
* [Querying SPARQL endpoints using GNU Guile](https://www.roelj.com/querying-sparql-endpoints-using-gnu-guile.html)
### Chicken Scheme (4)
* [s-sparql](https://github.com/nathanielrb/s-sparql)
* [rdf-ntriples](https://wiki.call-cc.org/eggref/3/rdf-ntriples)
### Gauche Scheme
* [gauche-rdf](https://github.com/keiji0/gauche-rdf)
### LiaScript
* [LiaScript](https://liascript.github.io/)
* [Communica](https://github.com/LiaTemplates/Communica)