Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RdfSchema.cs
1using System;
2
4{
8 public static class RdfSchema
9 {
13 public const string Namespace = "http://www.w3.org/2000/01/rdf-schema#";
14
18 public static readonly Uri Label = new Uri(Namespace + "label");
19 }
20}
static readonly Uri Label
http://www.w3.org/2000/01/rdf-schema#label
Definition: RdfSchema.cs:18
const string Namespace
http://www.w3.org/2000/01/rdf-schema#
Definition: RdfSchema.cs:13