NRGI / resource-projects-etl

ETL processes for rp.org
GNU General Public License v2.0
3 stars 2 forks source link

Add OWL Reasoning support to Virtuoso endpoint #29

Closed timgdavies closed 8 years ago

timgdavies commented 9 years ago

From what I understand at http://docs.openlinksw.com/virtuoso/fn_rdfs_rule_set.html the way to do this would be to:

RDFS_RULE_SET ('http://resourceprojects.org/def/', 'http://resourceprojects.org/def/');

And then it should be possible to query using:

define input:inference "http://resourceprojects.org/def/" 

at the top of the SPARQL queries to take the inference into account.

timgdavies commented 8 years ago

This is not required in current architecture.