{
    "@type": "AnnotationStore",
    "resources": [{
        "@include": "explicit_containment.txt",
    }],
    "annotations": [
        {
            "@type": "Annotation",
            "@id": "sentence2",
            "data": {
                "@type": "AnnotationData",
                "key": {
                    "@type": "DataKey",
                    "@id": "type"
                },
                "value": {
                    "@type": "Id",
                    "value": "sentence"
                },
            },
            "target": {
                "@type": "TextSelector"
                "offset": {
                    "begin": {
                        "@type": "BeginAlignedCursor",
                        "value": 26,
                    },
                    "end": {
                        "@type": "BeginAlignedCursor",
                        "value": 57,
                    }
                }
            },
        },
        {
            "@type": "Annotation",
            "@id": "sentence2word3"
            "data": {
                "@type": "AnnotationData",
                "key": {
                    "@type": "DataKey",
                    "@id": "type"
                },
                "value": {
                    "@type": "Id",
                    "value": "word"
                },
            },
            "target": {
                "@type": "AnnotationSelector"
                "annotation": "sentence2"
                "offset": {
                    "begin": {
                        "@type": "BeginAlignedCursor",
                        "value": 5,
                    },
                    "end": {
                        "@type": "BeginAlignedCursor",
                        "value": 9,
                    }
                }
            },
        }
    ]
}
