@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:akestorides_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/akestorides_painter#provenance> ;
    skos:definition "The Akestorides Painter is an Athenian red-figure painter active ca. 470-450 BCE. The name (“Akestorides”) is inscribed on a cup from Aegina (New York, Metropolitan Museum of Art 22.139.72; BAPD 209611) showing a boy playing the lyre. The main shape is the cup. Subjects include satyrs and maenads, revelers (“komasts”), athletes, musicians, and draped figures. Findspots are Vulci, Orvieto, Koropi (Attica), Athens, Aegina, and Kerch."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500018669> ;
    skos:inScheme kid: ;
    skos:prefLabel "Akestorides Painter"@en ;
    org:hasMembership <https://kerameikos.org/id/akestorides_painter#painter> .

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

<https://kerameikos.org/id/akestorides_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:akestorides_painter .

