Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IOntology.cs
1
using
Waher.Runtime.Inventory
;
2
3
namespace
Waher.Content.Semantic
4
{
8
public
interface
IOntology
:
IProcessingSupport
<string>
9
{
13
string
OntologyNamespace
{
get
; }
14
18
string
OntologyPrefix
{
get
; }
19
23
bool
ShowByDefault
{
get
; }
24
}
25
}
Waher.Content.Semantic.IOntology
Interface for semantic ontologies.
Definition:
IOntology.cs:9
Waher.Content.Semantic.IOntology.ShowByDefault
bool ShowByDefault
If the ontology should be shown by default in query interfaces.
Definition:
IOntology.cs:23
Waher.Content.Semantic.IOntology.OntologyPrefix
string OntologyPrefix
Well-known ontology prefix.
Definition:
IOntology.cs:18
Waher.Content.Semantic.IOntology.OntologyNamespace
string OntologyNamespace
Ontology namespace.
Definition:
IOntology.cs:13
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Content.Semantic
Definition:
BNode.cs:9
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
IoTGateway
Content
Waher.Content.Semantic
IOntology.cs
Generated by
1.9.5