@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix kid: <https://kerameikos.org/id/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

kid:munich_2413_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/munich_2413_painter#provenance> ;
    skos:definition "The Painter of Munich 2413 is an Athenian red-figure painter active ca. 460 BCE. The name derives from a stamnos found at Vulci (Munich, Staatliche Antikensammlungen 2413; BAPD 205571) showing the Birth of Erichthonios. An oinochoe from the Athenian Agora (P11810; BAPD 205573) shows actors dressing."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500067950> ;
    skos:inScheme kid: ;
    skos:prefLabel "Painter of Munich 2413"@en ;
    org:hasMembership <https://kerameikos.org/id/munich_2413_painter#painter> .

<https://kerameikos.org/id/munich_2413_painter#painter> a org:Membership ;
    org:role kid:painter .

<https://kerameikos.org/id/munich_2413_painter#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2021-01-26T16:42:50.668000-05:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/18oN29Z1c_QGKhw8KjKFjO2Ls6LY_n6tbkISGSqYbl1c/pubhtml> ;
            prov:wasAssociatedWith <https://kerameikos.org/editor/egruber> ] ;
    foaf:topic kid:munich_2413_painter .

