Re: RDF Connection

2022-05-17 Thread Erich Bremer
https://github.com/apache/jena/issues/1318 On Mon, May 16, 2022 at 3:59 PM Erich Bremer wrote: > Will do. - Erich > > On Mon, May 16, 2022 at 3:43 PM Andy Seaborne wrote: > >> Hi - could you raise an issue for this please. >> >> There's a backlog at th emoment so don't want to loose it. >> >>

Re: SHACLC and RDFLanguages

2022-05-17 Thread Martynas Jusevičius
On Tue, May 17, 2022 at 1:19 PM Andy Seaborne wrote: > > RDFLanguages is a general registry of names (Lang's) in the system. > > It is not for functionality. > > RDFParserRegistry > RDFWriterRegistry > RowSetReaderRegistry, ResultSetReaderRegistry > RowSetWriterRegistry, ResultSetWriterRegistry >

Re: SHACLC and RDFLanguages

2022-05-17 Thread Andy Seaborne
RDFLanguages is a general registry of names (Lang's) in the system. It is not for functionality. RDFParserRegistry RDFWriterRegistry RowSetReaderRegistry, ResultSetReaderRegistry RowSetWriterRegistry, ResultSetWriterRegistry StreamRDFWriter A Lang needs looking up in a registry to see if there

SHACLC and RDFLanguages

2022-05-17 Thread Martynas Jusevičius
Hi, After upgrading from 4.3.2 to 4.5.0, some of our RDF writing code started failing. It seems that this is due to RDFLanguages.isTriples(Lang.SHACLC) returning true, which messes up our content negotiation as it attempts to write Models as SHACLC. Can this be rectified? The RDFLanguages