diff options
Diffstat (limited to 'library/w3org/socialweb-webfinger.jsonld')
-rw-r--r-- | library/w3org/socialweb-webfinger.jsonld | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/w3org/socialweb-webfinger.jsonld b/library/w3org/socialweb-webfinger.jsonld new file mode 100644 index 000000000..fedf288da --- /dev/null +++ b/library/w3org/socialweb-webfinger.jsonld @@ -0,0 +1,10 @@ +{ + "@context": { + "wf": "https://purl.archive.org/socialweb/webfinger#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "webfinger": { + "@id": "wf:webfinger", + "@type": "xsd:string" + } + } +} |