Skip to content

Post it annotation model

rkboyce edited this page Jul 27, 2013 · 2 revisions

TODO: Show the MPostItAnnotation class and its relationship to JSON-LD, what is stored on the server, and the Open Data Annotation standard

{
    "sets": [
        {
            "@type": "ao:AnnotationSet",
            "@id": "urn:domeoclient:uuid:D608EFC7-5FC8-44DC-A089-116CFF4F59D8",
            "domeo_temp_localId": "0",
            "ao:annotatesResource": "http://www.ncbi.nlm.nih.gov/gene/6606",
            "pav:createdBy": "urn:person:uuid:paolociccarese",
            "pav:createdOn": "2013-07-23 10:07:32 -0400",
            "pav:createdWith": "http://www.commonsemantics.com/agent/domeo_b5",
            "rdfs:label": "Default Set",
            "dct:description": "The default set is created automatically by Domeo when no other set is existing.",
            "pav:lineageUri": "",
            "pav:versionNumber": "",
            "pav:previousVersion": "",
            "ao:item": [
                {
                    "@type": [
                        "ao:PostIt",
                        "ao:Note"
                    ],
                    "@id": "urn:domeoclient:uuid:8F3CC102-FD3F-4029-8D39-B22D33FFFD1C",
                    "domeo_temp_localId": "2",
                    "pav:createdBy": "urn:person:uuid:paolociccarese",
                    "pav:createdOn": "2013-07-23 10:07:38 -0400",
                    "pav:createdWith": "http://www.commonsemantics.com/agent/domeo_b5",
                    "pav:lastSavedOn": "",
                    "rdfs:label": "Note",
                    "pav:lineageUri": "",
                    "pav:versionNumber": "",
                    "pav:previousVersion": "",
                    "domeo_temp_hasChanged": "true",
                    "domeo_temp_saveAsNewVersion": "true",
                    "ao:context": [
                        {
                            "@type": "ao:SpecificResource",
                            "@id": "urn:domeoclient:uuid:6EA3294F-CFC1-4521-A47E-B1B05A3E2A44",
                            "domeo_temp_localId": "1",
                            "ao:hasSource": "http://www.ncbi.nlm.nih.gov/gene/6606",
                            "ao:hasSelector": {
                                "@type": "ao:PrefixSuffixTextSelector",
                                "@id": "urn:domeoclient:uuid:6EA3294F-CFC1-4521-A47E-B1B05A3E2A44",
                                "domeo_temp_localId": "1",
                                "domeo:uuid": "6EA3294F-CFC1-4521-A47E-B1B05A3E2A44",
                                "pav:createdOn": "2013-07-23 10:07:38 -0400",
                                "ao:prefix": "Eukaryota; Metazoa; Chordata; Craniata; ",
                                "ao:exact": " Vertebrata",
                                "ao:suffix": "; Euteleostomi; Mammalia; Eutheria; Euarchontoglires; \nPrimates; Haplorrhini; Catarrhini; Hominidae; Homo"
                            }
                        }
                    ],
                    "ao:body": [
                        {
                            "@id": "65D4F89C-A2FB-4680-9844-BEF6A3284109",
                            "@type": "cnt:ContentAsText",
                            "cnt:chars": "My first postit",
                            "dct:format": "text/plain"
                        }
                    ]
                }
            ],
            "permissions:permissions": {
                "permissions:accessType": "urn:domeo:access:public",
                "permissions:isLocked": "false"
            },
            "domeo:agents": [
                {
                    "@id": "http://www.commonsemantics.com/agent/domeo_b5",
                    "@type": "foafx:Software",
                    "rdfs:label": "Domeo",
                    "foafx:name": "Domeo",
                    "foafx:homepage": "",
                    "foafx:version": "b5",
                    "foafx:build": ""
                },
                {
                    "@id": "urn:person:uuid:paolociccarese",
                    "@type": "foafx:Person",
                    "rdfs:label": "Paolo Ciccarese",
                    "foafx:name": "Paolo Ciccarese",
                    "foafx:homepage": "",
                    "foafx:title": "Dr.",
                    "foafx:email": "[email protected]",
                    "foafx:firstname": "Paolo",
                    "foafx:middlename": "Nunzio",
                    "foafx:lastname": "Ciccarese",
                    "foafx:picture": "http://www.hcklab.org/images/me/paolo%20ciccarese-boston.jpg"
                }
            ]
        }
    ]