summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-vocab/tools/anno.jsonld
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/tests/annotation-vocab/tools/anno.jsonld
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/annotation-vocab/tools/anno.jsonld')
-rw-r--r--testing/web-platform/tests/annotation-vocab/tools/anno.jsonld128
1 files changed, 128 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-vocab/tools/anno.jsonld b/testing/web-platform/tests/annotation-vocab/tools/anno.jsonld
new file mode 100644
index 0000000000..58892919c0
--- /dev/null
+++ b/testing/web-platform/tests/annotation-vocab/tools/anno.jsonld
@@ -0,0 +1,128 @@
+{
+ "@context": {
+ "oa": "http://www.w3.org/ns/oa#",
+ "dc": "http://purl.org/dc/elements/1.1/",
+ "dcterms": "http://purl.org/dc/terms/",
+ "dctypes": "http://purl.org/dc/dcmitype/",
+ "foaf": "http://xmlns.com/foaf/0.1/",
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
+ "skos": "http://www.w3.org/2004/02/skos/core#",
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
+ "iana": "http://www.iana.org/assignments/relation/",
+ "owl": "http://www.w3.org/2002/07/owl#",
+ "as": "http://www.w3.org/ns/activitystreams#",
+ "schema": "http://schema.org/",
+
+ "id": {"@type": "@id", "@id": "@id"},
+ "type": {"@type": "@id", "@id": "@type"},
+
+ "Annotation": "oa:Annotation",
+ "Dataset": "dctypes:Dataset",
+ "Image": "dctypes:StillImage",
+ "Video": "dctypes:MovingImage",
+ "Audio": "dctypes:Sound",
+ "Text": "dctypes:Text",
+ "TextualBody": "oa:TextualBody",
+ "ResourceSelection": "oa:ResourceSelection",
+ "SpecificResource": "oa:SpecificResource",
+ "FragmentSelector": "oa:FragmentSelector",
+ "CssSelector": "oa:CssSelector",
+ "XPathSelector": "oa:XPathSelector",
+ "TextQuoteSelector": "oa:TextQuoteSelector",
+ "TextPositionSelector": "oa:TextPositionSelector",
+ "DataPositionSelector": "oa:DataPositionSelector",
+ "SvgSelector": "oa:SvgSelector",
+ "RangeSelector": "oa:RangeSelector",
+ "TimeState": "oa:TimeState",
+ "HttpRequestState": "oa:HttpRequestState",
+ "CssStylesheet": "oa:CssStyle",
+ "Choice": "oa:Choice",
+ "Composite": "oa:Composite",
+ "List": "oa:List",
+ "Independents": "oa:Independents",
+ "Person": "foaf:Person",
+ "Software": "as:Application",
+ "Organization": "foaf:Organization",
+ "AnnotationCollection": "as:OrderedCollection",
+ "AnnotationPage": "as:OrderedCollectionPage",
+ "Audience": "schema:Audience",
+
+ "Motivation": "oa:Motivation",
+ "bookmarking": "oa:bookmarking",
+ "classifying": "oa:classifying",
+ "commenting": "oa:commenting",
+ "describing": "oa:describing",
+ "editing": "oa:editing",
+ "highlighting": "oa:highlighting",
+ "identifying": "oa:identifying",
+ "linking": "oa:linking",
+ "moderating": "oa:moderating",
+ "questioning": "oa:questioning",
+ "replying": "oa:replying",
+ "reviewing": "oa:reviewing",
+ "tagging": "oa:tagging",
+
+ "auto": "oa:autoDirection",
+ "ltr": "oa:ltrDirection",
+ "rtl": "oa:rtlDirection",
+
+ "body": {"@type": "@id", "@id": "oa:hasBody"},
+ "target": {"@type": "@id", "@id": "oa:hasTarget"},
+ "source": {"@type": "@id", "@id": "oa:hasSource"},
+ "selector": {"@type": "@id", "@id": "oa:hasSelector"},
+ "state": {"@type": "@id", "@id": "oa:hasState"},
+ "scope": {"@type": "@id", "@id": "oa:hasScope"},
+ "refinedBy": {"@type": "@id", "@id": "oa:refinedBy"},
+ "startSelector": {"@type": "@id", "@id": "oa:hasStartSelector"},
+ "endSelector": {"@type": "@id", "@id": "oa:hasEndSelector"},
+ "renderedVia": {"@type": "@id", "@id": "oa:renderedVia"},
+ "creator": {"@type": "@id", "@id": "dcterms:creator"},
+ "generator": {"@type": "@id", "@id": "as:generator"},
+ "rights": {"@type": "@id", "@id": "dcterms:rights"},
+ "homepage": {"@type": "@id", "@id": "foaf:homepage"},
+ "via": {"@type": "@id", "@id": "oa:via"},
+ "canonical": {"@type": "@id", "@id": "oa:canonical"},
+ "stylesheet": {"@type": "@id", "@id": "oa:styledBy"},
+ "cached": {"@type": "@id", "@id": "oa:cachedSource"},
+ "conformsTo": {"@type": "@id", "@id": "dcterms:conformsTo"},
+ "items": {"@type": "@id", "@id": "as:items", "@container": "@list"},
+ "partOf": {"@type": "@id", "@id": "as:partOf"},
+ "first": {"@type": "@id", "@id": "as:first"},
+ "last": {"@type": "@id", "@id": "as:last"},
+ "next": {"@type": "@id", "@id": "as:next"},
+ "prev": {"@type": "@id", "@id": "as:prev"},
+ "audience": {"@type": "@id", "@id": "schema:audience"},
+ "motivation": {"@type": "@vocab", "@id": "oa:motivatedBy"},
+ "purpose": {"@type": "@vocab", "@id": "oa:hasPurpose"},
+ "textDirection": {"@type": "@vocab", "@id": "oa:textDirection"},
+
+ "accessibility": "schema:accessibilityFeature",
+ "bodyValue": "oa:bodyValue",
+ "format": "dc:format",
+ "language": "dc:language",
+ "processingLanguage": "oa:processingLanguage",
+ "value": "rdf:value",
+ "exact": "oa:exact",
+ "prefix": "oa:prefix",
+ "suffix": "oa:suffix",
+ "styleClass": "oa:styleClass",
+ "name": "foaf:name",
+ "email": "foaf:mbox",
+ "email_sha1": "foaf:mbox_sha1sum",
+ "nickname": "foaf:nick",
+ "label": "rdfs:label",
+
+ "created": {"@id": "dcterms:created", "@type": "xsd:dateTime"},
+ "modified": {"@id": "dcterms:modified", "@type": "xsd:dateTime"},
+ "generated": {"@id": "dcterms:issued", "@type": "xsd:dateTime"},
+ "sourceDate": {"@id": "oa:sourceDate", "@type": "xsd:dateTime"},
+ "sourceDateStart": {"@id": "oa:sourceDateStart", "@type": "xsd:dateTime"},
+ "sourceDateEnd": {"@id": "oa:sourceDateEnd", "@type": "xsd:dateTime"},
+
+ "start": {"@id": "oa:start", "@type": "xsd:nonNegativeInteger"},
+ "end": {"@id": "oa:end", "@type": "xsd:nonNegativeInteger"},
+ "total": {"@id": "as:totalItems", "@type": "xsd:nonNegativeInteger"},
+ "startIndex": {"@id": "as:startIndex", "@type": "xsd:nonNegativeInteger"}
+ }
+} \ No newline at end of file