{
 "@context": {
  "@base": "https://lkg.lynx-project.eu/document-platforms/",
  "nif": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
  "itsrdf": "http://www.w3.org/2005/11/its/rdf#",
  "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
  "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
  "owl" : "http://www.w3.org/2002/07/owl#",
  "skos": "http://www.w3.org/2004/02/skos/core#",
  "dct": "http://purl.org/dc/terms/",
  "dbo": "http://dbpedia.org/ontology/",
  "dbr": "http://dbpedia.org/resource/",
  "lkg": "http://lkg.lynx-project.eu/def/",
  "xsd": "http://www.w3.org/2001/XMLSchema#",
  "eli": "http://data.europa.eu/eli/ontology#",
  "foaf": "http://xmlns.com/foaf/0.1/",
  "id": "@id",
  "type" : "@type",
  "sameAs": {
    "@id" : "owl:sameAs",
    "@type" : "@id",
    "@container" : "@set"
  },
  "seeAlso": {
    "@id" : "rdfs:seeAlso",
    "@container" : "@set"
  },
  "text" : {
    "@id" : "nif:isString"
  },
  "translations" : {
    "@id" : "itsrdf:target",
    "@container" : "@language"
  },
  "parts": {
    "@id": "eli:has_part",
    "@container": "@set"
  },
  "offset_ini": {
    "@id": "nif:beginIndex",
    "@type": "xsd:nonNegativeInteger"
  },
  "offset_end": {
    "@id": "nif:endIndex",
    "@type": "xsd:nonNegativeInteger"
  },
  "parent": {
    "@id": "lkg:parent",
    "@type": "@id"
  },
  "annotations": {
    "@reverse": "nif:referenceContext"
  },
  "metadata": {
    "@id": "lkg:metadata"
  },
  "creator": {
    "@id": "dct:creator"
  },
  "created": {
    "@id": "dct:created",
    "@type": "xsd:dateTime"
  },
  "subject": {
    "@id": "dct:subject",
    "@container": "@language"
  },
  "id_local": {
    "@id": "eli:id_local"
  },
  "comment": {
    "@id": "rdfs:comment"
  },
  "source": {
    "@id": "dct:source"
  },
  "rightsHolder": {
    "@id":"dct:rightsHolder"
  },
  "hasEli": {
    "@id": "lkg:hasEli"
  },
  "wasExtractedFrom": {
    "@id": "lkg:wasExtractedFrom",
    "@type": "xsd:anyURI"
  },
  "title": {
    "@id": "dct:title",
    "@container" : "@language"
  },
  "alternative": {
    "@id": "dct:alternative",
    "@container": "@language"
  },
  "first_date_entry_in_force": {
    "@id": "eli:first_date_entry_in_force",
    "@type": "xsd:date"
  },
  "version_date": {
    "@id": "eli:version_date",
    "@type": "xsd:date"
  },
  "version": {
    "@id": "eli:version",
    "@container": "@set"
  },
  "hasAuthority": {
    "@id": "lkg:hasAuthority"
  },
  "summary": {
    "@id": "lkg:summary",
    "@container": "@language"
  },
  "jurisdiction": {
    "@id": "eli:jurisdiction"
  },
  "language": {
    "@id": "dct:language"
  },
  "type_document": {
    "@id": "eli:type_document",
    "@container": "@set"
  },
  "links": {
    "@id": "lkg:links",
    "@type": "@id",
    "@container": "@set"
  },
  "uri": {
    "@id": "dct:uri",
    "@type": "@id"
  },
  "taClassRef": {
    "@id": "itsrdf:taClassRef",
    "@type": "@id"
  },
  "taIdentRef": {
    "@id": "itsrdf:taIdentRef",
    "@type": "@id"
  },
  "referenceContext": {
    "@id": "nif:referenceContext",
    "@type": "@id"
  },
  "taConfidence": {
    "@id": "itsrdf:taConfidence",
    "@type": "xsd:decimal"
  },
  "taClassConf" : {
    "@id" : "itsrdf:taClassConf",
    "@type": "xsd:decimal"
  },
  "taAnnotatorsRef" : {
    "@id": "itsrdf:taAnnotatorsRef",
    "@type": "@id"        
  },
  "anchorOf": {
    "@id": "nif:anchorOf"
  },
  "annotationUnit": {
    "@id" : "nif:annotationUnit",
    "@container": "@set"
  },
  "accessGroup": {
    "@id": "lkg:accessGroup",
    "@container": "@set",
    "@type": "xsd:string"
  }  
}
}
