It seems that ThingConvert ignores @context, so the library will fails to read schemas like the following ones: ``` { "@context":"https://schema.org", "@graph":[ { "@type":"Organization", "@id":"https://example.org/#organization", "name":"Acme LTD", "url":"https://example.org/", "sameAs":[ ] } ] } ``` The reason is that ThingConverts expects a @type that starts with https://schema.org.
It seems that ThingConvert ignores @context, so the library will fails to read schemas like the following ones:
The reason is that ThingConverts expects a @type that starts with https://schema.org.