Re: [Virtuoso-users] Vituoso API for generating triples from C++ program

2015-09-16 Thread Davis, Daniel (NIH/NLM) [C]
My experience is that you are better off loading the schema/vocabulary from Turtle (TTL) or RDF rather than OWL. Aside from that, it does load the vocabulary/schema from RDF, and it does load the triples from RDF, and if you later add triples through a program, then you can export them all tog

[Virtuoso-users] Vituoso API for generating triples from C++ program

2015-09-16 Thread Delaram Ra
Hi, I'm trying to write a C++ program to parse 100,000 files to parse them, extract some meta data and create an ontology from the information which will be kept in memory per file. I've been refer to Virtuoso by my professor. My question is that is there any Virtuoso API (or any other way) that I