mdesalvo/RDFSharp

Generalize semantic metadata of triples

Closed this issue · 1 comments

OWLSharp requires generalization of triple's metadata, at least to distinguish inference/imported triples from those strictly belonging to the working ontology. We'll introduce an optional enumeration field which will be valorized in order to state that the triple is inferred or imported, otherwise null (in order to save memory).

Implemented in 61fe617