wikibus / Rdf.Vocabularies

RDF vocabularies transformed into static C# classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

RDF vocabularies transformed into static C# classes

License:MIT License


Languages

Language:C# 100.0%