Hi, community; I'm doing a basic SPARQL Motion script where I'm using the following modules and structure (two scenarios):
1) First scenario: (Import RDF From URL) -> (Export To RDF File) -> (Serialize SPARQL Results) On the first one (Import RDF From URL), if I utilize a "public" URL like: http://download.topquadrant.com/countries as the sml:url value it works fine and displays the SPARQL results properly. However, I'm also trying to import and RDF from a local URL taken from the EDG - "Export Taxonomy as a Graph" > "RDF/XML" feature from the example GEO taxonomy, which looks like this: http://localhost:8083/tbl/sparqlmotion?_base=urn%3Ax-evn-master%3Ageo&id=ExportToRDF&projectGraph=urn%3Ax-evn-master%3Ageo&serialization=http%3A%2F%2Ftopbraid.org%2Fsparqlmotionlib%23RDFXML But by doing this I get the following error logs: https://pastebin.com/raw/FkHsURAW https://pastebin.com/raw/vxxFRa3R - Does using the URLs from the RDF/XML EDG export feature work fine? - I guess the error could be related to user/password credentials of my local topbraid server instance, in that case; is it possible to expose the Export URLs as public? * I get the same errors by setting the sml:userName value to be "Administrator" (the only account on my EDG instance, which has no password). - If this is not optimal, which feature/module would you suggest to use? 2) Second scenario: (Import RDF From Workspace) -> (Export To RDF File) -> (Serialize SPARQL Results) On the (Import RDF From Workspace) I set the sml:baseURI value to be from the example GEO taxonomy: *urn:x-evn-master:geo* but it also doesn't seem to work and throws errors. - Does the sml:baseURI value requires a special format *(curly braces, parenthesis, path, other)*? - What else could be failing here? If more details are required please let me know. Thanks. -- 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]. For more options, visit https://groups.google.com/d/optout.
