diff --git a/input/images/trustlist-context.jsonld b/input/images/trustlist-context.jsonld deleted file mode 100644 index 8d32f5d3552..00000000000 --- a/input/images/trustlist-context.jsonld +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@context": { - "trustlist": "http://smart.who.int/trust/trustlist#", - "keyusage": { - "@id": "trustlist:keyusage", - "@type": "@vocab", - "@context": { - "@vocab": "http://worldhealthorganization.github.io/smart-trust/ValueSet-KeyUsage.json#" - } - }, - "domain": { - "@id": "trustlist:domain", - "@type": "@vocab", - "@context": { - "@vocab": "http://worldhealthorganization.github.io/smart-trust/ValueSet-Domains.json#" - } - }, - "participant": { - "@id": "trustlist:participant", - "@type": "@vocab", - "@context": { - "@vocab": "https://worldhealthorganization.github.io/smart-trust/ValueSet-Participants.json#" - } - } - } -}