{
  "@context": {
    "@version": 1.1,
    "@base": "https://eugeniavd.github.io/magic_tagger/rdf/",
    "id": "@id",
    "type": "@type",

    "rft": "https://eugeniavd.github.io/magic_tagger/rdf/ontology#",
    "dct": "http://purl.org/dc/terms/",
    "dcterms": "http://purl.org/dc/terms/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "prov": "http://www.w3.org/ns/prov#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "crm": "http://www.cidoc-crm.org/cidoc-crm/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "locrel": "http://id.loc.gov/vocabulary/relators/",
    "schema": "https://schema.org/",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "label": { "@id": "rdfs:label" },
    "comment": { "@id": "rdfs:comment" },
    "seeAlso": { "@id": "rdfs:seeAlso", "@type": "@id" },

    "identifier": { "@id": "dct:identifier" },
    "title": { "@id": "dct:title" },
    "description": { "@id": "dct:description" },
    "bibliographicCitation": { "@id": "dct:bibliographicCitation" },

    "accessRights": { "@id": "dct:accessRights", "@type": "@id" },
    "rights": { "@id": "dct:rights", "@type": "@id" },

    "language": { "@id": "dct:language" },
    "format": { "@id": "dct:format" },

    "publisher": { "@id": "dct:publisher", "@type": "@id" },
    "creator": { "@id": "dct:creator", "@type": "@id" },
    "contributor": { "@id": "dct:contributor", "@type": "@id" },
    "isPartOf": { "@id": "dct:isPartOf", "@type": "@id" },
    "hasPart": { "@id": "dct:hasPart", "@type": "@id" },
    "source": { "@id": "dct:source", "@type": "@id" },
    "subject": { "@id": "dct:subject", "@type": "@id" },
    "license": { "@id": "dct:license", "@type": "@id" },
    "spatial": { "@id": "dct:spatial" },
    "created": { "@id": "dct:created" },
    "issued": { "@id": "dct:issued", "@type": "xsd:gYear" },

    "wasDerivedFrom": { "@id": "prov:wasDerivedFrom", "@type": "@id" },
    "qualifiedAttribution": { "@id": "prov:qualifiedAttribution", "@type": "@id" },
    "wasAttributedTo": { "@id": "prov:wasAttributedTo", "@type": "@id" },
    "agent": { "@id": "prov:agent", "@type": "@id" },
    "hadRole": { "@id": "prov:hadRole", "@type": "@id" },

    "distribution": { "@id": "dcat:distribution", "@type": "@id" },
    "downloadURL": { "@id": "dcat:downloadURL", "@type": "@id" },
    "accessURL": { "@id": "dcat:accessURL", "@type": "@id" },
    "mediaType": { "@id": "dcat:mediaType" },
    "keyword": { "@id": "dcat:keyword" },
    "theme": { "@id": "dcat:theme", "@type": "@id" },

    "ageAtRecording": { "@id": "rft:ageAtRecording", "@type": "xsd:integer" },
    "birthDate": { "@id": "schema:birthDate" },

    "page": { "@id": "foaf:page", "@type": "@id" }
  }
}