nicolasmondada / solid-common-vocab-rdf

Utilities for managing collections of LIT Artifact Generator YAML files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solid-common-vocab-rdf

This repository acts as a mono-repo for all the RDF vocabularies defined and controlled by Inrupt.

It also stores Artifact Generator configuration files that allow us generate programming-language-specific artifacts (e.g. Java JARs, NPM modules, etc.) that provide convenient constants representing the individual terms from RDF vocabularies (including from RDF vocabularies that are not under our control, such as common vocabularies like Schema.org, or FOAF, or Dublin Core, etc.).

Published vocabulary bundles

Currently this repository bundles the following sets of vocabularies (each configured in its own directory from the root of this repository) :

To see how and where these bundles are packaged and published, you'll need to look at the YAML files in each of the respective directories (since different bundles can be generated for different programming languages, and published to multiple places - i.e. the generation process is very flexible!).

Put the vocabularies to action

If you want to use these vocabularies in an app to read/write data in your Solid Pod, have a look at our Solid Client library.

About

Utilities for managing collections of LIT Artifact Generator YAML files.

License:MIT License


Languages

Language:JavaScript 68.3%Language:HTML 31.7%