Code Monkey home page Code Monkey logo

annotations's Introduction

annotations

Annotations are stored in git based on container name which is broken down into its main details and a collection of individual annotations.

This repository is served by Miiify running on a k8s deployment over at miiify.rocks

curl -s https://miiify.rocks/annotations/demo/ | jq
{
  "@context": [
    "http://www.w3.org/ns/anno.jsonld",
    "http://www.w3.org/ns/ldp.jsonld"
  ],
  "id": "https://127.0.0.1:5555/annotations/demo/",
  "type": [
    "BasicContainer",
    "AnnotationCollection"
  ],
  "label": "A demo container",
  "created": "2022-01-08T17:24:19Z",
  "modified": "2022-01-08T17:24:43Z",
  "total": 1,
  "first": {
    "id": "https://127.0.0.1:5555/annotations/demo?page=0",
    "type": "AnnotationPage",
    "items": [
      {
        "type": "Annotation",
        "target": {
          "source": "http://localhost:8080/img/desk.60fd7be5.jpg",
          "selector": {
            "value": "xywh=pixel:254,608,117,130",
            "type": "FragmentSelector",
            "conformsTo": "http://www.w3.org/TR/media-frags/"
          }
        },
        "id": "https://127.0.0.1:5555/annotations/demo/9684d9ee-fc86-470d-9223-9a6cf3d0e2a2",
        "created": "2022-01-08T17:24:43Z",
        "body": [
          {
            "type": "TextualBody",
            "value": "Alexa",
            "purpose": "commenting",
            "creator": {
              "name": "miiiy.rocks"
            },
            "created": "2022-01-08T17:24:39.000Z",
            "modified": "2022-01-08T17:24:39.866Z"
          },
          {
            "type": "TextualBody",
            "value": "Echo",
            "purpose": "tagging",
            "creator": {
              "name": "miiiy.rocks"
            },
            "created": "2022-01-08T17:24:40.975Z",
            "modified": "2022-01-08T17:24:42.124Z"
          }
        ],
        "@context": "http://www.w3.org/ns/anno.jsonld"
      }
    ]
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.