Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] JSON-LD 1.1
  • From: Jerven Tjalling Bolleman <Jerven.Bolleman@sib.swiss>
  • Date: Sat, 23 Dec 2023 11:42:08 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sib.swiss; dmarc=pass action=none header.from=sib.swiss; dkim=pass header.d=sib.swiss; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=RqSCtJ12DPbeFsELzefhI1Ui3Kknm4gHldN3YPwR41Y=; b=EHZh6BjJjge7qdV+n0PfBqZpbUIGQkhwiwl2BvxlYE/y6CLnX4P0XLWhGNMKz2DTmKxusJtc/yFzuWzkEyxVP5Kfp/I6WqyYjyrwdS/rMAzyogswhx4nynbdXYKWGgnq0EcwLJZ8QjE9KgPU+Fav90pdpp+VmvHSBKmbXz3wFwLuu/y8c/eUTwzdnneEkxwGHBvFr1gM6U/PYbfaJp4v6l0chEHzcRMwWtIdW+BOUk6RWuYp4axNGgQKUf8ZrurZ+zJ6vY2vwfxxC1GaojCoT8wfTKyaT7TMYGUs68bOb2wLPXuquEpGgrRv/xSbci5KkLR7uKPgsyYyv19oS45sGw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a4F3hJcJB/kfT1KwAOLrCKMJsDkvW6JqlWi+ovYz6PI0FnempfAg1m0u8zpbngFZ5vVbF0i6SiUZLTLShPwRjzGNmzXHgdF1Dcnz076i7XpiVgu+MMTsaJiPtevEk6XIz4WErCYB+z1i/hG876DmIKsVz9yQzPgeCXLHlmpOCNMV8RSQ/QFYo9tTT7vgZ2cG0K9L+O9mVoDOnNriseG49Xul0RfW9YW+fTgViIkSzHgBtjWuOg4zRVlElhyMUMbwR/7/IEeior/QzYGX+iGxXvZCwREIbnD0qLCBlRDCG8Zm0vx36eO8hGt8vfRp44UGmxiFyMLRCjFbIuQr6P/zFw==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev/>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaNYtjFAAypJtFK0uiLWyJQVjT0bC2vh/P
  • Thread-topic: [rdf4j-dev] JSON-LD 1.1

Hi Håvard,

I think it is a great idea and sound approach for 5.0! Thank you for picking this up.

In the meantime:
ha en flott jul og nytt år



Regards,
Jerveb



SIB logo
Jerven Tjalling Bolleman
Principal Software Developer
SIB | Swiss Institute of Bioinformatics
1, rue Michel Servet - CH 1211 Geneva 4 - Switzerland
t +41 22 379 58 85
Jerven.Bolleman@sib.swiss - www.sib.swiss


From: rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> on behalf of Håvard Ottestad via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx>
Sent: 23 December 2023 11:32
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Cc: Håvard Ottestad <hmottestad@xxxxxxxxx>
Subject: [rdf4j-dev] JSON-LD 1.1
 
Hi Everyone!

I'm working on including support for JSON-LD 1.1 in RDF4J but I've run into a number of issues due to Titanium JSON-LD using Jakarta JSON API which is not compatible with Jackson. Most of our JSON settings look like they are Jackson specific and don't have a sister setting in the Glassfish implementation of Jakarta JSON API. They also seem like settings to configure Jackson to parse non-compliant JSON.

I would like to propose to rename the old JSON-LD parser/writer to LegacyJSONLDParserFactory and LegacyJSONLDWriterFactory and making Titanium JSON-LD the default. This would break parsing for those who are relying on the Jackson settings.

What do people think about this?

Cheers,
Håvard
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top