aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-11 16:27:57 +0000
committerMario <mario@mariovavti.com>2024-01-11 16:40:16 +0000
commit051e2ed6cd53a8ab1425273bcc4353431384d665 (patch)
treee255a7297c7a94f1abb20a0432ce473594bad01f /include
parentef2952b5fd44ace7e802c95a99289ff5a1791497 (diff)
downloadvolse-hubzilla-051e2ed6cd53a8ab1425273bcc4353431384d665.tar.gz
volse-hubzilla-051e2ed6cd53a8ab1425273bcc4353431384d665.tar.bz2
volse-hubzilla-051e2ed6cd53a8ab1425273bcc4353431384d665.zip
provide some more jsonld builtins
(cherry picked from commit aac406a24512364558ba3a88840bd15057033056)
Diffstat (limited to 'include')
-rw-r--r--include/network.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/network.php b/include/network.php
index 13339eccd..dee11e3e9 100644
--- a/include/network.php
+++ b/include/network.php
@@ -2061,6 +2061,10 @@ function jsonld_document_loader($url) {
'https://www.w3.org/ns/activitystreams' => 'library/w3org/activitystreams.jsonld',
'https://w3id.org/identity/v1' => 'library/w3org/identity-v1.jsonld',
'https://w3id.org/security/v1' => 'library/w3org/security-v1.jsonld',
+ 'https://www.w3.org/ns/did/v1' => 'library/w3org/did-v1.jsonld',
+ 'https://w3id.org/security/multikey/v1' => 'library/w3org/security-multikey-v1.jsonld',
+ 'https://w3id.org/security/data-integrity/v1' => 'library/w3org/security-data-integrity-v1.jsonld',
+ 'https://purl.archive.org/socialweb/webfinger' => 'library/w3org/socialweb-webfinger.jsonld'
];
$x = debug_backtrace();