. . "VirtBulkRDFLoaderExampleMultiple" . . . . . . "2017-06-13T05:39:12.278814"^^ . . "%META:TOPICPARENT{name=\"VirtBulkRDFLoader\"}%\n\n\n---++Example for Multiple RDF Source Files Upload\n\nThe following example demonstrates how to upload multiple RDF source files using the Bulk Loading Sequence.\n\n 1 Assuming there is a folder with name \"tmp\" in your FS and it is under a directory specified in the [[http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#fp_acliniallowed][DirsAllowed]] param defined in your virtuoso ini file.\n 1 Also assume in the folder \"tmp\" you have the files: \"file1.n3\" and \"file2.n3\", that contain:\n\n-- file1.n3\n .\n \t\"Kingsley Uyi Idehen\" .\n \t .\n\n\n--file2.n3\n \t\"kidehen@openlinksw.com\" .\n \t .\n \t .\n\n 1 Make sure the [[VirtBulkRDFLoaderScript][Bulk Loading script]] is executed. \n 1 Register the files file1.n3 and file2.n3 with graph IRI the triples to go to \"http://kidehendata.com#\":\n\nSQL>ld_dir ('tmp', '*.n3', 'http://kidehendata.com#');\nDone. -- 90 msec.\n\n 1 Note that if there are other *.n3 files in your folder (tmp), then their content also will go to the location specified by the above graph.\n 1. Also is recommended files with *. ext.graph to be deleted from the tmp folder.\n 1 Create in the \"tmp\" folder an empty file with name: global.graph\n 1 Edit the global.graph by adding the graph URI, so the content of the file to be: \n\nhttp://kidehendata.com#\n\n 1 Finally execute: \n\nSQL>rdf_loader_run ();\nDone. -- 100 msec.\n\n 1 As result in the Virtuoso log should be notification of the loading having completed: \n\n10:21:50 PL LOG: Loader started\n10:21:50 PL LOG: No more files to load. Loader has finished\n\n 1 To check the inserted triples for the given graph, execute: \n\nSQL>SPARQL\nSELECT * \nFROM \nWHERE \n {\n ?s ?p ?o\n }\n;\ns p o\nVARCHAR VARCHAR VARCHAR\n_______________________________________________________________________________\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdfs.org/sioc/ns#User\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://rdfs.org/sioc/ns#name Kingsley Uyi Idehen\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://rdfs.org/sioc/ns#has_function http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/briefcase/My%20Web%20Drive#owner\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://rdfs.org/sioc/ns#id kidehen@openlinksw.com\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://rdfs.org/sioc/ns#link http://www.openlinksw.com/dataspace/kidehen@openlinksw.com\nhttp://www.openlinksw.com/dataspace/kidehen@openlinksw.com#this http://rdfs.org/sioc/ns#account_of http://www.openlinksw.com/dataspace/person/kidehen@openlinksw.com#this\n\n6 Rows. -- 20 msec.\n" . "2017-06-13T05:39:12.278814"^^ . "VirtBulkRDFLoaderExampleMultiple" . . "2017-06-13T05:39:12Z" . . "VirtBulkRDFLoaderExampleMultiple" . "2017-06-13T05:39:12Z" . . . . . "f758a34aa090f6d699e041ed17a7f61a" . . .