Before working through the configuration of an ontology model in fuseki2, I wanted to ask if anyone has experience with large models.
I estimate there will be 250K class definitions, about 40M triples.
My queries will be for instance checking:
select ?class
where {
_:a rdf:type ?class;
ex:p1 "v1";
ex:p2 <R1>;
# ...all properties of _:a
.
}
Is there hope of fast performance in this scenario?
Any other approaches for better performance?
Thanks,
--Paul
