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