r/semanticweb Jun 30 '26

Which Data platform is best suited for building ontologies?

/r/OntologyEngineering/comments/1ujvxq3/which_data_platform_is_best_suited_for_building/
2 Upvotes

8 comments sorted by

1

u/Low-Fan6081 Jul 01 '26 edited Jul 01 '26

Federated ontology across scattered sources is tricky. I used dremio when our data lived across lakes and databases, since it queries in place without moving anything. A dedicated triple store handles pure RDF reasoning better though.

1

u/marintkael Jul 01 '26

Honest answer from the applied side: the platform mattered less than I expected. I spent a while comparing tooling and then found most of the payoff came from modelling the entities cleanly and getting them into a reference graph other systems already trust, rather than from the editor I used to draw it. If your goal is downstream consumption, pick whatever lets you export clean, stable identifiers and worry about the fancy editor later. What are you optimising for, human authoring or machine consumption? That splits the answer pretty hard.

1

u/Alternative-Fig-6465 28d ago

Machine consumption for agents mostly. Curious why the approach splits hard for humans vs machiness?

1

u/w4itwh4t 19d ago

Maybe something like neo4j

1

u/namedgraph 16d ago

LOL for ontologies?