One table or two?
I have been figuring out the RDF capability in Oracle and I'm now stuck. I created a table rdf_dev, then created a model (as per the manual) and I have loaded one data set. I am stuck on what to do with the second data set. Do I create a new table (this seems non-sensicle since it will have the same structure and will be in the same model) or do I create a separate table for each data set in the model??? I have a feeling one table- one model is not going to scale very well. But - how is querying across these tables going to work? Do the queries run over the model or over the tables? Also, how do the inference rules run - again across the model or a across the table?? More reading.....