Hi Karima, On Jan 27, 2016 4:48 PM, "Karima Rafes" <[email protected]> wrote: > When I upload a file to marmotta via web interface or via the import > folder, how can I attach the file name and the original path ?
What the path of the file has something to do with the data itself? > We implement the function parse(InputStream in, String baseURI) in the > class RDFParserBase and we can not find the simple way to do that. The base URI is a feature most of the RDF serualizations support fir resolving relative URIs. But on the Web the file on the filesystem is not relevant. In case it is not declared, Marmotta will usr the base URL where is deployed to allow serving those resources according the Linked Data principles. Hope that helps. Cheers,
