Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Schema.cs
1
using
Waher.Runtime.Inventory
;
2
3
namespace
Waher.Content.Semantic.Ontologies
4
{
8
public
class
Schema
:
IOntology
9
{
13
public
Schema
()
14
{
15
}
16
20
public
string
OntologyNamespace
=>
Namespace
;
21
25
public
string
OntologyPrefix
=>
"schema"
;
26
30
public
bool
ShowByDefault
=>
false
;
31
37
public
Grade
Supports
(
string
Uri)
38
{
39
return
Uri.StartsWith(
Namespace
) ? Grade.Ok :
Grade
.NotAtAll;
40
}
41
45
public
const
string
Namespace
=
"http://schema.org/"
;
46
}
47
}
Waher.Content.Semantic.Ontologies.Schema
Schema.org
Definition:
Schema.cs:9
Waher.Content.Semantic.Ontologies.Schema.OntologyNamespace
string OntologyNamespace
Ontology namespace.
Definition:
Schema.cs:20
Waher.Content.Semantic.Ontologies.Schema.Supports
Grade Supports(string Uri)
If the interface understands objects such as Uri .
Definition:
Schema.cs:37
Waher.Content.Semantic.Ontologies.Schema.ShowByDefault
bool ShowByDefault
If the ontology should be shown by default in query interfaces.
Definition:
Schema.cs:30
Waher.Content.Semantic.Ontologies.Schema.Namespace
const string Namespace
http://schema.org/
Definition:
Schema.cs:45
Waher.Content.Semantic.Ontologies.Schema.Schema
Schema()
Schema.org
Definition:
Schema.cs:13
Waher.Content.Semantic.Ontologies.Schema.OntologyPrefix
string OntologyPrefix
Well-known ontology prefix.
Definition:
Schema.cs:25
Waher.Content.Semantic.IOntology
Interface for semantic ontologies.
Definition:
IOntology.cs:9
Waher.Content.Semantic.Ontologies
Definition:
DublinCore.cs:4
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Runtime.Inventory.Grade
Grade
Grade enumeration
Definition:
Grade.cs:7
IoTGateway
Content
Waher.Content.Semantic
Ontologies
Schema.cs
Generated by
1.9.5