denevers / PyHarvest

Naive harvesting of RDF into a postgresql database
GNU General Public License v3.0
2 stars 1 forks source link

No need for inferrence in Jena #1

Closed denevers closed 4 years ago

denevers commented 4 years ago

Since the ontology we use only has is-a , symmetry, inverseOf, we can probably simulate them with views in the postgresql database directly. We could then go straight to the the graph storage

jvanulde commented 4 years ago

Discussed Jan 22, 2020 we decided to use JENA for inferencing.