diff options
author | Mario <mario@mariovavti.com> | 2024-01-11 16:27:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-11 16:27:57 +0000 |
commit | aac406a24512364558ba3a88840bd15057033056 (patch) | |
tree | 406465f0b1ab1529634dea4a28c5ce2943701215 /include | |
parent | ffdf54b097f2c92392396d4636a779f47d226f02 (diff) | |
download | volse-hubzilla-aac406a24512364558ba3a88840bd15057033056.tar.gz volse-hubzilla-aac406a24512364558ba3a88840bd15057033056.tar.bz2 volse-hubzilla-aac406a24512364558ba3a88840bd15057033056.zip |
provide some more jsonld builtins
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 854434d5a..f5c5303b3 100644 --- a/include/network.php +++ b/include/network.php @@ -2054,6 +2054,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(); |