Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISparqlResultItem.cs
2{
6 public interface ISparqlResultItem
7 {
11 string Name { get; }
12
16 ISemanticElement Value { get; set; }
17 }
18}
Interface for semantic nodes.
Interface for items in a record from the results of a SPARQL query.
string Name
Name of item in record.
ISemanticElement Value
Value of item in record.