A curated list of linked data resources for developers.
 
Go to file
Arnold Schrijver 1a466ac178 Merge pull request 'Include my knowledge on python json-ld libraries' (#4) from helge/delightful-linked-data:main into main
Reviewed-on: #4
2023-02-04 10:06:56 +00:00
LICENSE Initial commit 2020-06-07 07:36:34 +02:00
README.md Include my knowledge on python json-ld libraries 2023-02-04 09:28:18 +01:00
delightful-contributors.md Include my knowledge on python json-ld libraries 2023-02-04 09:28:18 +01:00

README.md

delightful linked data delightful

A curated list of linked data resources for developers.

TODO: Improve layout and structure (see #1).

Contents

Introduction

After the hype surrounding the Semantic Web subsided in 2006 the use of Linked Data remained mostly restricted to scientific circles and for use in SEO, popularized by Google. Much of the power of Linked Data remains untapped.. until 2018 when - with the rise of the ActivityPub-based Fediverse and initiatives such as Tim Berners-Lee Solid Project and Rebooting The Web of Trust - there is renewed interest and growing popularity of Linked Data-based technology.

This curated list, which is part of the delightful project, aims to help developers find the best resources available to create new Linked Data applications. The entries in this list are carefully selected from a technology landscape that is still strewn with leftovers from the Semantic Web era that should be avoided. This list offers you the code projects and information resources that are relevant today.

Please help improve this list

Did you find something that should be part of the list? We'd love ❤️ your contribution in the form of an issue on the tracker, or - better yet - a Pull Request to the repo. Contributors can list themselves as delightful contributors. Read here how to do that.

Important: Many projects are under active development. To be part of this list your submission should at least have some level of direct applicability and usability / production-readiness. Experimental and alpha-stage codebases are probably not eligible. When in doubt create an issue first, before sending your PR.

Specifications

Core specifications

W3C specifications that define the Resource Description Framework.

  • W3C RDF 1.1 Primer - This primer is designed to provide the reader with the basic knowledge required to effectively use RDF.
  • W3C RDF 1.1 Concepts and Abstract Syntax - Representing information in the Web, key concepts and terminology.
  • W3C RDF Schema 1.1 - Data-modelling vocabulary for RDF data, and is an extension of the basic RDF vocabulary.
  • W3C RDF 1.1 Turtle - Defines a textual syntax for RDF that allows an RDF graph to be written in a compact and natural text form.
  • W3C RDFa Core 1.1 - A specification for attributes to express structured data in any markup language.
  • W3C RDFa Lite 1.1 - A minimal subset of RDFa, the Resource Description Framework in attributes.
  • W3C HTML+RDFa 1.1 - Rules and guidelines for adapting the RDFa Core 1.1 and RDFa Lite 1.1 for use in (X)HTML5.
  • W3C SPARQL 1.1 Overview - Facilitate querying and manipulating of RDF graph content on the Web or in an RDF store.

W3C specifications that define OWL or the Web Ontology Language.

W3C specifications that define JSON-LD or JSON-based Linked Data.

Fediverse specifications

  • W3C Activity Streams 2.0 - Details a model for representing potential and completed activities using the JSON format.
  • W3C Activity Vocabulary -Provides a foundational vocabulary for activity structures for use with ActivityStreams 2.0.
  • W3C ActivityPub - A decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

Solid specifications

Note: As of 2020 the Solid ecosystem specifications are undergoing significant refactoring. The entries below are early drafts and subject to change.

The Solid ecosystem provides a set of specifications that work together.

  • Solid Ecosystem - Provide applications with secure and permissioned access to externally stored data in an interoperable way.

The individual Solid specifications are:

  • Web Access Control - A mechanism for fine-grained access control to resources on the Web.
  • WebID-OIDC - An authentication mechanism based on the OpenID Connect protocol.
  • WebID-TLS - A mechanism for authenticating agents with a WebID through the OpenID Connect protocol.
  • Data Pod Management - An RDF-driven Web API for managing users and data pods of a Solid pod server.
  • Data Footprints - A description model to decide where new resources are stored and how they are wired up.

Hydra specifications

Hydra stands for interoperable Hypermedia-Driven Web APIs. The Hydra working group aims to simplify the development of Hydra APIs and clients.

  • Hydra Core Vocabulary - A lightweight vocabulary to create hypermedia-driven Web APIs and enable the creation of generic API clients.
  • Linked Data Fragments - A uniform view on all possible interfaces to publish Linked Data.

Information topics

Linked Data

This list contains generic information resources to working with Linked Data.

JSON-LD

RDF

[TODO]

Ontologies

Tools

[TODO]

Libraries

[TODO]

Typescript

  • react-schemaorg - A component for inserting type-checked Schema.org JSON-LD in your React apps.

Python

Applications

[TODO]

Databases

  • TerminusDB - A model driven in-memory graph database designed for the web-age using JSON-LD exchange format.

Maintainers

If you have questions or feedback regarding this list, then please create an Issue in our tracker, and optionally @mention one or more of our maintainers:

Contributors

With delight we present you some of our delightful contributors (please add yourself if you are missing).

License

CC0 Public domain. This work is free of known copyright restrictions.