Skip to content

wikibus/Rdf.Vocabularies

Repository files navigation

Rdf.Vocabularies Build status NuGet version codefactor

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;