@base <https://monomyth.metamuses.org/graph/> .
@prefix monomyth: <https://monomyth.metamuses.org/ontology#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://monomyth.metamuses.org/graph/> a void:Dataset ;
    dcterms:title "The Monomyth Knowledge Graph"@en ;
    dcterms:description """A dataset representing the monomyth structure as it is realized in
various narrative works across different time periods, cultures, and media."""@en ;
    dcterms:creator "Tommaso Barbato",
        "Nicol D'Amelio",
        "Maryam Dadras",
        "Martina Uccheddu" ;
    dcterms:conformsTo <https://monomyth.metamuses.org/ontology> ;
    void:vocabulary <https://monomyth.metamuses.org/ontology> ;
    void:dataDump <https://monomyth.metamuses.org/1.0/graph.ttl> ;
    dcterms:created "2026-05-13"^^xsd:date ;
    dcterms:modified "2026-05-13"^^xsd:date ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:publisher <https://github.com/metamuses> ;
    rdfs:seeAlso <https://monomyth.metamuses.org>,
        <https://github.com/metamuses/monomyth> .
