Tagged Questions

5
votes
3answers
331 views

Versioned RDF store

Let me try rephrasing this: I am looking for a robust RDF store or library with the following features: Named graphs, or some other form of reification. Version tracking (probably at the named …
4
votes
2answers
456 views

Casting to a Class which is determined at run-time

I have a method fetchObjects(String) that is expected to return an array of Contract business objects. The className parameter tells me what kind of business objects I should return (of course this …
0
votes
1answer
106 views

Simple example of reification in RDF-XML

Could anybody be so kind to give me a simple example of reification in RDF-XML ? I want to see if I understood it correctly. For example, I propose the following case Tolkien -> wrote -> Lord …