diff --git a/fep/ef61/context.jsonld b/fep/ef61/context.jsonld index 35750f8..2e48630 100644 --- a/fep/ef61/context.jsonld +++ b/fep/ef61/context.jsonld @@ -1,7 +1,9 @@ { - "gateways": { - "@id": "https://w3id.org/fep/ef61/gateways", - "@type": "@id", - "@container": "@list" + "@context": { + "gateways": { + "@id": "https://w3id.org/fep/ef61/gateways", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@container": "@list" + } } }