case 'http://joinmastodon.org/ns':
$url = DI::basePath() . '/static/joinmastodon.jsonld';
break;
+ case 'https://purl.archive.org/socialweb/webfinger':
+ $url = DI::basePath() . '/static/socialweb-webfinger.jsonld';
+ break;
default:
switch (parse_url($url, PHP_URL_PATH)) {
case '/schemas/litepub-0.1.jsonld';
--- /dev/null
+{
+ "@context": {
+ "wf": "https://purl.archive.org/socialweb/webfinger#",
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
+ "webfinger": {
+ "@id": "wf:webfinger",
+ "@type": "xsd:string"
+ }
+ }
+}
\ No newline at end of file