Hi
In 18C it should be possible to upload RDF files in Turtle (TTL) format - but what is the purpose of the PREFIX line below (from the Manual) as the Turtle file itself contains one or many PREFIX definitions?
BEGIN
sem_apis.update_model('electronics',
'PREFIX : <http://www.example.org/electronics/>
LOAD <file:///example.nq> INTO GRAPH :cameras',
options=>'LOAD_DIR={MY_DIR}');
END;
/
Kind regards - Christian