I have a beautiful OWL schema that I wrote that I would like to actually load into a triple-store and then add data to so that I can query it. But I'm a bit clueless about how to do that.
You see, I have Fuseki/TDB, solely because Jena comes with them and I like the Jena APIs. But I have no idea how to actually put this schema into a triple-store. Does one even load a schema like one does with traditional databases? I don't know.
I have Fuseki/TDB running, and followed the “getting started” tutorial, but that tutorial deals with loading data into the default graph, and I don't know how to move any further. Help? Clues? Should I go with a different triple-store setup with actual detailed how-to documentation?