tor-browser

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

example10.json (383B)


      1 {
      2  "@context": "http://www.w3.org/ns/anno.jsonld",
      3  "id": "http://example.org/anno10",
      4  "type": "Annotation",
      5  "body": {
      6    "type": "Choice",
      7    "items": [
      8      {
      9        "id": "http://example.org/note1",
     10        "language": "en"
     11      },
     12      {
     13        "id": "http://example.org/note2",
     14        "language": "fr"
     15      }
     16    ]
     17  },
     18  "target": "http://example.org/website1"
     19 }