tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

anno18.json (449B)


      1 {
      2  "@context": "http://www.w3.org/ns/anno.jsonld",
      3  "id": "http://example.org/anno18",
      4  "type": "Annotation",
      5  "motivation": "bookmarking",
      6  "body": [
      7    {
      8      "type": "TextualBody",
      9      "value": "readme",
     10      "purpose": "tagging"
     11    },
     12    {
     13      "type": "TextualBody",
     14      "value": "A good description of the topic that bears further investigation",
     15      "purpose": "describing"
     16    }
     17  ],
     18  "target": "http://example.com/page1"
     19 }