![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | InMemorySemanticCube |
In-memory semantic cube. More... | |
class | InMemorySemanticLine |
In-memory semantic line. More... | |
class | InMemorySemanticModel |
In-memory semantic model. More... | |
class | InMemorySemanticPlane |
In-memory semantic plane. More... | |
interface | ISemanticCube |
Interface for semantic cubes. More... | |
interface | ISemanticElement |
Interface for semantic nodes. More... | |
interface | ISemanticLine |
Interface for semantic lines. More... | |
interface | ISemanticLiteral |
Interface for semantic literals. More... | |
interface | ISemanticModel |
Interface for semantic models. More... | |
interface | ISemanticPlane |
Interface for semantic planes. More... | |
interface | ISemanticTriple |
Interface for semantic triples. More... | |
interface | ISparqlResultItem |
Interface for items in a record from the results of a SPARQL query. More... | |
interface | ISparqlResultRecord |
Interface for result records of a SPARQL query. More... | |
class | JoinedElementEnumerator |
Enumerator of elements from a collection of semantic data sources. The enumerator can remove duplicates available in different sources. More... | |
class | JoinedTripleEnumerator |
Enumerator of triples from a collection of semantic data sources. The enumerator can remove duplicates available in different sources. More... | |
class | JsonLdCodec |
Encoder and Decoder of semantic information in JSON-LD Documents. More... | |
class | JsonLdContext |
Maintains information about a JSON-LD context. | |
class | JsonLdDocument |
Contains semantic information stored in a JSON-LD document. More... | |
class | ParsingException |
Parsing exception More... | |
class | RdfCodec |
Encoder and Decoder of semantic information in RDF Documents. More... | |
class | RdfDocument |
Contains semantic information stored in an RDF document. More... | |
class | SemanticDataSet |
In-memory semantic cube. More... | |
class | SemanticGraph |
Contains triples that form a graph. More... | |
class | SemanticGraphs |
Static class for extracting semantic graph information from semantic models. More... | |
class | SparqlPatternResultRecord |
Contains a record from the results of a SPARQL query. More... | |
class | SparqlResultItem |
Contains an item in a record from the results of a SPARQL query. More... | |
class | SparqlResultSet |
Contains the results of a SPARQL query. https://www.w3.org/TR/2023/WD-sparql12-results-xml-20230516/ https://www.w3.org/TR/sparql12-results-json/ More... | |
class | SparqlResultSetCsvCodec |
Encoder and Decoder of semantic information from SPARQL queries using CSV. https://www.w3.org/TR/sparql12-results-csv-tsv/ More... | |
class | SparqlResultSetHtmlCodec |
Encoder and Decoder of semantic information from SPARQL queries using HTML. More... | |
class | SparqlResultSetJsonCodec |
Encoder and Decoder of semantic information from SPARQL queries using JSON. https://www.w3.org/TR/sparql11-results-json/ More... | |
class | SparqlResultSetTsvCodec |
Encoder and Decoder of semantic information from SPARQL queries using TSV. https://www.w3.org/TR/sparql12-results-csv-tsv/ More... | |
class | SparqlResultSetXmlCodec |
Encoder and Decoder of semantic information from SPARQL queries using XML. https://www.w3.org/TR/2023/WD-sparql12-results-xml-20230516/ More... | |
class | SymmetricMatrix |
Implements a dynamic symmetric matrix. More... | |
class | TurtleCodec |
Encoder and Decoder of semantic information in Turtle Documents. More... | |
class | TurtleDocument |
Contains semantic information stored in a turtle document. https://www.w3.org/TR/rdf12-turtle/ https://w3c.github.io/rdf-star/cg-spec/20 21-12-17.html More... | |
Enumerations | |
enum | BlankNodeIdMode |
How blank node IDs are generated More... | |
How blank node IDs are generated
Definition at line 18 of file TurtleDocument.cs.