Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemanticModel.cs
1using System.Collections.Generic;
2
4{
8 public interface ISemanticModel : IEnumerable<ISemanticTriple>
9 {
10 }
11}
Interface for semantic models.