anno.jsonld (6024B)
1 { 2 "@context": { 3 "oa": "http://www.w3.org/ns/oa#", 4 "dc": "http://purl.org/dc/elements/1.1/", 5 "dcterms": "http://purl.org/dc/terms/", 6 "dctypes": "http://purl.org/dc/dcmitype/", 7 "foaf": "http://xmlns.com/foaf/0.1/", 8 "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", 9 "rdfs": "http://www.w3.org/2000/01/rdf-schema#", 10 "skos": "http://www.w3.org/2004/02/skos/core#", 11 "xsd": "http://www.w3.org/2001/XMLSchema#", 12 "iana": "http://www.iana.org/assignments/relation/", 13 "owl": "http://www.w3.org/2002/07/owl#", 14 "as": "http://www.w3.org/ns/activitystreams#", 15 "schema": "http://schema.org/", 16 17 "id": {"@type": "@id", "@id": "@id"}, 18 "type": {"@type": "@id", "@id": "@type"}, 19 20 "Annotation": "oa:Annotation", 21 "Dataset": "dctypes:Dataset", 22 "Image": "dctypes:StillImage", 23 "Video": "dctypes:MovingImage", 24 "Audio": "dctypes:Sound", 25 "Text": "dctypes:Text", 26 "TextualBody": "oa:TextualBody", 27 "ResourceSelection": "oa:ResourceSelection", 28 "SpecificResource": "oa:SpecificResource", 29 "FragmentSelector": "oa:FragmentSelector", 30 "CssSelector": "oa:CssSelector", 31 "XPathSelector": "oa:XPathSelector", 32 "TextQuoteSelector": "oa:TextQuoteSelector", 33 "TextPositionSelector": "oa:TextPositionSelector", 34 "DataPositionSelector": "oa:DataPositionSelector", 35 "SvgSelector": "oa:SvgSelector", 36 "RangeSelector": "oa:RangeSelector", 37 "TimeState": "oa:TimeState", 38 "HttpRequestState": "oa:HttpRequestState", 39 "CssStylesheet": "oa:CssStyle", 40 "Choice": "oa:Choice", 41 "Composite": "oa:Composite", 42 "List": "oa:List", 43 "Independents": "oa:Independents", 44 "Person": "foaf:Person", 45 "Software": "as:Application", 46 "Organization": "foaf:Organization", 47 "AnnotationCollection": "as:OrderedCollection", 48 "AnnotationPage": "as:OrderedCollectionPage", 49 "Audience": "schema:Audience", 50 51 "Motivation": "oa:Motivation", 52 "bookmarking": "oa:bookmarking", 53 "classifying": "oa:classifying", 54 "commenting": "oa:commenting", 55 "describing": "oa:describing", 56 "editing": "oa:editing", 57 "highlighting": "oa:highlighting", 58 "identifying": "oa:identifying", 59 "linking": "oa:linking", 60 "moderating": "oa:moderating", 61 "questioning": "oa:questioning", 62 "replying": "oa:replying", 63 "reviewing": "oa:reviewing", 64 "tagging": "oa:tagging", 65 66 "auto": "oa:autoDirection", 67 "ltr": "oa:ltrDirection", 68 "rtl": "oa:rtlDirection", 69 70 "body": {"@type": "@id", "@id": "oa:hasBody"}, 71 "target": {"@type": "@id", "@id": "oa:hasTarget"}, 72 "source": {"@type": "@id", "@id": "oa:hasSource"}, 73 "selector": {"@type": "@id", "@id": "oa:hasSelector"}, 74 "state": {"@type": "@id", "@id": "oa:hasState"}, 75 "scope": {"@type": "@id", "@id": "oa:hasScope"}, 76 "refinedBy": {"@type": "@id", "@id": "oa:refinedBy"}, 77 "startSelector": {"@type": "@id", "@id": "oa:hasStartSelector"}, 78 "endSelector": {"@type": "@id", "@id": "oa:hasEndSelector"}, 79 "renderedVia": {"@type": "@id", "@id": "oa:renderedVia"}, 80 "creator": {"@type": "@id", "@id": "dcterms:creator"}, 81 "generator": {"@type": "@id", "@id": "as:generator"}, 82 "rights": {"@type": "@id", "@id": "dcterms:rights"}, 83 "homepage": {"@type": "@id", "@id": "foaf:homepage"}, 84 "via": {"@type": "@id", "@id": "oa:via"}, 85 "canonical": {"@type": "@id", "@id": "oa:canonical"}, 86 "stylesheet": {"@type": "@id", "@id": "oa:styledBy"}, 87 "cached": {"@type": "@id", "@id": "oa:cachedSource"}, 88 "conformsTo": {"@type": "@id", "@id": "dcterms:conformsTo"}, 89 "items": {"@type": "@id", "@id": "as:items", "@container": "@list"}, 90 "partOf": {"@type": "@id", "@id": "as:partOf"}, 91 "first": {"@type": "@id", "@id": "as:first"}, 92 "last": {"@type": "@id", "@id": "as:last"}, 93 "next": {"@type": "@id", "@id": "as:next"}, 94 "prev": {"@type": "@id", "@id": "as:prev"}, 95 "audience": {"@type": "@id", "@id": "schema:audience"}, 96 "motivation": {"@type": "@vocab", "@id": "oa:motivatedBy"}, 97 "purpose": {"@type": "@vocab", "@id": "oa:hasPurpose"}, 98 "textDirection": {"@type": "@vocab", "@id": "oa:textDirection"}, 99 100 "accessibility": "schema:accessibilityFeature", 101 "bodyValue": "oa:bodyValue", 102 "format": "dc:format", 103 "language": "dc:language", 104 "processingLanguage": "oa:processingLanguage", 105 "value": "rdf:value", 106 "exact": "oa:exact", 107 "prefix": "oa:prefix", 108 "suffix": "oa:suffix", 109 "styleClass": "oa:styleClass", 110 "name": "foaf:name", 111 "email": "foaf:mbox", 112 "email_sha1": "foaf:mbox_sha1sum", 113 "nickname": "foaf:nick", 114 "label": "rdfs:label", 115 116 "created": {"@id": "dcterms:created", "@type": "xsd:dateTime"}, 117 "modified": {"@id": "dcterms:modified", "@type": "xsd:dateTime"}, 118 "generated": {"@id": "dcterms:issued", "@type": "xsd:dateTime"}, 119 "sourceDate": {"@id": "oa:sourceDate", "@type": "xsd:dateTime"}, 120 "sourceDateStart": {"@id": "oa:sourceDateStart", "@type": "xsd:dateTime"}, 121 "sourceDateEnd": {"@id": "oa:sourceDateEnd", "@type": "xsd:dateTime"}, 122 123 "start": {"@id": "oa:start", "@type": "xsd:nonNegativeInteger"}, 124 "end": {"@id": "oa:end", "@type": "xsd:nonNegativeInteger"}, 125 "total": {"@id": "as:totalItems", "@type": "xsd:nonNegativeInteger"}, 126 "startIndex": {"@id": "as:startIndex", "@type": "xsd:nonNegativeInteger"} 127 } 128 }