Re: Version 30.0

Starting in the last few releases (29.4 for that one), Matthias has been
introducing non-schema.org types to integrate/collaborate with other
existing schemas.  LegalDocument is not a schema.org type (it's a FIBO type
I guess) and therefore does not necessarily subclass from Thing.  I would
recommend just filtering all the non-schema.org types in your inputs,
that's what we do at Google right now until we actually start consuming
some of the equivalences programmatically.  Or just don't assume that Thing
is always a supertype.

On Sun, May 31, 2026 at 11:49 AM Hans Polak <info@polak.es> wrote:

> Hi!
>
> I'm trying to parse version 30.0 for the <SchemaGenerator>
> <https://schema.pythonanywhere.com/> . I'm trying to keep up with the
> mayor releases only.
>
> I can't parse 'LegalDocument' because it (seems to me) is not a child of
> 'Thing'. Could you check it out? I may be wrong here.
> Yours sincerely,
> Hans Polak
>
>

Received on Monday, 1 June 2026 13:47:07 UTC