@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:telephos_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/telephos_painter#provenance> ;
    skos:definition "The Telephos Painter is an Athenian red figure painter active ca. 470-460 BCE. The name derives from a cup found in eastern Etruria (Boston, Museum of Fine Arts 98.931; BAPD 205037) showing Telephos at the palace of Agamemnon. The main shape is the cup, but also the phiale, neck amphora, lekythos, and rhyton in the shape of a donkey head. Subjects include the symposion, revelers (“komasts”), satyrs, athletes, warriors, Eos and Tithonos, and the Ilioupersis. Some findspots are Orvieto, Etruria (Vulci, Tarquinia), sites in southern Italy and Sicily, Eretria, Athens (Acropolis, unspecified sites), and Camiros (Rhodes)."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500080953>,
        <https://www.britishmuseum.org/collection/term/BIOG214167> ;
    skos:inScheme kid: ;
    skos:prefLabel "Telephos Painter"@en ;
    org:hasMembership <https://kerameikos.org/id/telephos_painter#painter> .

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

<https://kerameikos.org/id/telephos_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:telephos_painter .

