Re: sparql.org allows invalid Turtle

2019-04-03 Thread Andy Seaborne
riot --strict produces ERROR [line: 3, col: 5 ] Base directive not terminated by a dot Andy On 03/04/2019 20:45, Martynas Jusevičius wrote: Hi, I've started using http://sparql.org/data-validator.html instead of http://ttl.summerofcode.be. However given such invalid Turtle with a traili

Re: Getting EnhGraph / ModelCom from Resource / Model ?

2019-04-03 Thread ajs6f
I suppose one answer is that you can get a Node from FrontsNode::asNode (Resource < RDFNode < FrontsNode) and a Graph from RDFNode.getModel()::getGraph (Model < ModelGraphInterface). I'm not entirely sure what to do to build a EnhGraph. And that's as much as I know about this stuff. The only me

sparql.org allows invalid Turtle

2019-04-03 Thread Martynas Jusevičius
Hi, I've started using http://sparql.org/data-validator.html instead of http://ttl.summerofcode.be. However given such invalid Turtle with a trailing dot missing on the first line @base . the former parsed it into

Re: Getting EnhGraph / ModelCom from Resource / Model ?

2019-04-03 Thread Thomas Francart
Hello Le mar. 2 avr. 2019 à 21:54, ajs6f a écrit : > Personality and related types are described briefly here: > > > https://jena.apache.org/documentation/notes/jena-internals.html#enhanced-nodes Thanks, this describes what I would like to do : ``` 1. define an interface I for the new enh