Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.83 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.83 KB

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;