diff options
author | Mario <mario@mariovavti.com> | 2024-01-11 16:27:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-11 16:40:16 +0000 |
commit | 051e2ed6cd53a8ab1425273bcc4353431384d665 (patch) | |
tree | e255a7297c7a94f1abb20a0432ce473594bad01f /include | |
parent | ef2952b5fd44ace7e802c95a99289ff5a1791497 (diff) | |
download | volse-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.php | 4 |
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(); |