Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemanticTriple.cs
1
namespace
Waher.Content.Semantic
2
{
6
public
interface
ISemanticTriple
7
{
11
ISemanticElement
Subject
{
get
; }
12
16
ISemanticElement
Predicate
{
get
; }
17
21
ISemanticElement
Object
{
get
; }
22
28
ISemanticElement
this
[
int
Index]
29
{
30
get
;
31
}
32
}
33
}
Waher.Content.Semantic.ISemanticElement
Interface for semantic nodes.
Definition:
ISemanticElement.cs:10
Waher.Content.Semantic.ISemanticTriple
Interface for semantic triples.
Definition:
ISemanticTriple.cs:7
Waher.Content.Semantic.ISemanticTriple.Object
ISemanticElement Object
Object element
Definition:
ISemanticTriple.cs:21
Waher.Content.Semantic.ISemanticTriple.Predicate
ISemanticElement Predicate
Predicate element
Definition:
ISemanticTriple.cs:16
Waher.Content.Semantic.ISemanticTriple.Subject
ISemanticElement Subject
Subject element
Definition:
ISemanticTriple.cs:11
Waher.Content.Semantic
Definition:
BNode.cs:9
IoTGateway
Content
Waher.Content.Semantic
ISemanticTriple.cs
Generated by
1.9.5