-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels