Awesome
Rdf.Vocabularies
What
Statically typed RDF Vocabularies for .NET. Most generated automatically from respective RDF/OWL files:
bibo
- Bibliographic Ontologydc
- Dublin Core Metadata Element Setdcterms
- DCMI Metadata Termsfoaf
- Friend of a Friend VocabularyHydra
- A lightweight vocabulary for hypermedia-driven Web APIsopus
- Ontology of Computer Science Publicationsowl
- Ontology Web Languagerdf
- The RDF Concepts Vocabularyrdfs
- The RDF Schema vocabularyschema
- Schema.org vocabularysioc
- Semantically-Interlinked Online Communitiesskos
- Simple Knowledge Organization System
How
Install NuGet
install-package Rdf.Vocabularies
Use
using Vocab;
var rdfsLabel = Rdfs.label;