Rdf.Vocabularies [](https://ci.appveyor.com/project/tpluscode78631/rdf-vocabularies/branch/master) [](https://badge.fury.io/nu/rdf.vocabularies) [![codefactor][codefactor-badge]][codefactor-link]

February 13, 2019 ยท View on GitHub

What

Statically typed RDF Vocabularies for .NET. Most generated automatically from respective RDF/OWL files:

How

Install NuGet

install-package Rdf.Vocabularies

Use

using Vocab;

var rdfsLabel = Rdfs.label;