{
 "@context": {
    "oa": "http://www.w3.org/ns/oa#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcterms": "http://purl.org/dc/terms/",
    "as": "http://www.w3.org/ns/activitystreams#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "iao": "http://purl.obolibrary.org/obo/",

    "id": {"@type": "@id", "@id": "@id"},
    "type": {"@type": "@id", "@id": "@type"},
    "body": {"@type":"@id", "@id" : "oa:hasBody"},
    "target": {"@type":"@id", "@id" : "oa:hasTarget"},
    "source": {"@type":"@id", "@id" : "oa:hasSource"},
    "selector": {"@type":"@id", "@id" : "oa:hasSelector"},
    "conformsTo": {"@type":"@id", "@id" : "dcterms:conformsTo"},
    "isPartOf": {"@type":"@id", "@id" : "dcterms:isPartOf"},
    "description": {"@type":"@id", "@id" : "dc:description"},
    "creator": {"@type":"@id", "@id" : "dcterms:creator"},
    "exact": {"@type":"@id", "@id" : "oa:exact"},
    "prefix": {"@type":"@id", "@id" : "oa:prefix"},
    "suffix": {"@type":"@id", "@id" : "oa:suffix"},
    "label": {"@type":"@id", "@id" : "rdfs:label"},
    "value": {"@type":"@id", "@id" : "rdf:value"},
    "items": {"@type": "@id", "@id": "as:items", "@container": "@list"},
    
    "Annotation": {"@type":"@id", "@id" : "oa:Annotation"},
    "SpecificResource": {"@type":"@id", "@id" : "oa:SpecificResource"},
    "TextQuoteSelector": {"@type":"@id", "@id" : "oa:TextQuoteSelector"},
    "TextualBody": {"@type":"@id", "@id" : "oa:TextualBody"},
    "FragmentSelector": {"@type":"@id", "@id" : "oa:FragmentSelector"},

    "Title": {"@type":"@id", "@id" : "iao:IAO_0000305"},
    "Abstract": {"@type":"@id", "@id" : "iao:IAO_0000315"},
    "Introduction": {"@type":"@id", "@id" : "iao:IAO_0000316"},
    "Methods": {"@type":"@id", "@id" : "iao:IAO_0000317"},
    "Results": {"@type":"@id", "@id" : "iao:IAO_0000318"},
    "Discussion": {"@type":"@id", "@id" : "iao:IAO_0000319"},
    "Acknowledgments": {"@type":"@id", "@id" : "iao:IAO_0000324"},
    "References": {"@type":"@id", "@id" : "iao:IAO_0000320"},
    "Article": {"@type":"@id", "@id" : "iao:IAO_0000310"},
    "Table": {"@type":"@id", "@id" : "iao:IAO_0000645"},
    "Figure": {"@type":"@id", "@id" : "iao:IAO_0000622"},
    "CaseStudy": {"@type":"@id", "@id" : "iao:IAO_0000613"},
    "Abbreviations": {"@type":"@id", "@id" : "iao:IAO_0000606"},
    "AuthorContributions": {"@type":"@id", "@id" : "iao:IAO_0000323"},
    "CompetingInterests": {"@type":"@id", "@id" : "iao:IAO_0000616"},
    "SupplementaryMaterial": {"@type":"@id", "@id" : "iao:IAO_0000326"},
    "DataAvailability": {"@type":"@id", "@id" : "iao:IAO_0000611"},
    "Conclusion": {"@type":"@id", "@id" : "iao:IAO_0000615"}
 }
}
