Dan Brickley
Dan Brickley
Do you still want to use LinkRole? I am working through pending.schema.org reviews and this is the only (possible) use of it I can see; @vholland was thinking to withdraw...
(I've moved this out of suggestions-questions-brainstorming as it is part of a collaboration with the W3C digital publishing WG)
Do you have a pointer to how LinkRole is being used? On Fri, 4 Jun 2021 at 21:55, Orie Steele ***@***.***> wrote: > We still need this :) > >...
Most things schema considers a Dataset are going to be considered a dataset by DCAT too. Earlier DCAT specs implied that datasets only lived in organized repositories-- but perhaps that...
There is no https variant, partly because the site is statically served. Conidering rdfa and microdata are also out there in both variants, some post-processing is always needed On Wed,...
Everything is migrated except the ns of the triples emitted by json-ld parsers. @RichardWallis are there any options for serving a different variant of the context when it is fetched...
Short of a new way of providing a hint towards https without breaking existing apps I don’t see this changing in a hurry. We would likely need to move hosting...
Any news on this?
Not promising that this would work but to note that ChatGPT's Python sandbox (3.11.8) continues to exist and is now available from their best coding models, e.g. https://x.com/simonw/status/1897418064599376236
Fwiw gpt-5 today: ` import sys import sqlite3 # Get Python version python_version = sys.version # Get SQLite version (runtime and library) sqlite_runtime_version = sqlite3.sqlite_version sqlite_library_version = sqlite3.version python_version, sqlite_runtime_version,...