Dear TQ,

I need to be able to import RDF data from RDF files stored in S3 and
elsewhere on the public internet into EDG (7.1).


*1. Is it possible to parse RDF in ADS and write it to a graph or perhaps
bulk load it? *

Your video introducing reading data into a graph using Active Data Shapes
("Importing Spreadsheet Data into TopBraid EDG using Active Data Shapes":
https://www.youtube.com/watch?v=Dn7O8siZpTc) and your written examples in
documentation (
https://www.topquadrant.com/doc/7.1/scripting/services.html#example-creating-a-data-importer)
show reading data from CSV files using your "asSpreadsheet" function. Also,
the videos mention that data from other sources such as XML data can be
parsed but no RDF file reading is shown.

For public RDF data on the internet, can some ADS method like this work:

let s = IO.http({"url": "http://some-web-address.com/file/rdf-file-1.ttl"})
// get the content of the RDF file
s.data // somehow write that content to graph


*2. Can the AWS S3 configuration that is used to restore from a backup in
an S3 bucket be used so that ADS scripts can read from a bucket too?*

Currently the per-system or per-asset AWS configuration is for writing
backups and restoring from them only, not reading data from them.


*3. Is watching of objects in AWS be implemented so that Assets
(Datagraphs) can be synchronised with RDF files in a configured S3 folder?*

Thanks,

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/CAP7nqh0c%3DKp5%3DorSLxQLjuihkuiqAFcHWMHEGV_riQTv-ehZQQ%40mail.gmail.com.

Reply via email to