schema:sameAs should be URI or string? #81
Unanswered
saumier
asked this question in
Data Model
Replies: 1 comment
-
Answer is that schema:sameAs should be a URI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All schema:sameAs property values will be converted to URIs in Artsdata when they enter as strings via the Artsdata Databus.
see https://schema.org/docs/jsonldcontext.jsonld
curl -I https://schema.org
-->curl https://schema.org/docs/jsonldcontext.jsonld
--> JSON-LD containing the context for schema.org.In the context of schema.org the sameAs property is defined as
"sameAs": { "@id": "schema:sameAs", "@type": "@id"}
Beta Was this translation helpful? Give feedback.
All reactions