Re: CSV to rdf

2019-02-14 Thread Conal Tuohy
Elio, this small XSLT may be a helpful example: https://github.com/TEIC/Stylesheets/blob/dev/profiles/default/csv/from.xsl It opens the CSV file, splits it into lines, and then generates a new TEI XML document in which it simply re-encodes the tabular data using TEI , , and elements. You can see

Re: CSV to rdf

2019-02-14 Thread Zak Mc Kracken
TARQL is great!     https://tarql.github.io/ On 14/02/2019 13:59, elio hbeich wrote: Dear all Do you have any suggestion about tools or XSLT that can transform CSV to RDF Thank you in advance, Elio HBEICH

Re: CSV to rdf

2019-02-14 Thread Martynas Jusevičius
https://github.com/AtomGraph/CSV2RDF Not XSLT but SPARQL-based, yet the transformation concept is similar. I'm the author :) On Thu, Feb 14, 2019 at 2:59 PM elio hbeich wrote: > > Dear all > > Do you have any suggestion about tools or XSLT that can transform CSV to > RDF > > Thank you in

Re: CSV to rdf

2019-02-14 Thread Jean-Marc Vanel
I use my tool , based on Jena and Any23 : https://github.com/jmvanel/semantic_forms/blob/master/doc/en/administration.md#semantize-raw-stuff I you have questions or troubles, mail me privately , I'm willing to enhance the doc or the code, and making a pre-release . Jean-Marc Vanel

CSV to rdf

2019-02-14 Thread elio hbeich
Dear all Do you have any suggestion about tools or XSLT that can transform CSV to RDF Thank you in advance, Elio HBEICH

AW: AW: AW: Using FROM on external RDF files in Fuseki

2019-02-14 Thread Walker, Andreas
Dear Andy, thanks for looking into it. Too bad it doesn't work, but I can work around the problem (parsing the RDF directly in Python instead) for my current purposes, so at least we got a bug report out of it. Best, Andreas Von: Andy Seaborne Gesendet:

Using content with meta on text index

2019-02-14 Thread Mikael Pesonen
Hi, Our system stores documents with separate rest API and document id's are stored, along with document metadata, to Jena db. we would like to make text queries that target both the document contents and meta data. Is there a recommended/supported way to make this happen on Jena and

Re: AW: AW: Using FROM on external RDF files in Fuseki

2019-02-14 Thread Andy Seaborne
I looked - there are a couple of problem bocking its use which need fixing: https://issues.apache.org/jira/browse/JENA-1671 Sorry about that, Andy On 13/02/2019 13:42, Andy Seaborne wrote: Andreas, I'll take a look - one of the problems of running that service has been (unsurprisingly)