@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:taleides_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/taleides_painter#provenance> ;
    skos:definition "The Taleides Painter is an Athenian black-figure painter of Little Master cups active in the second quarter of the 6th c. BCE. The name derives from vases signed as potter (“epoiesen”) by Taleides. Shapes include the lekythos, oinochoe, and hydria. Subjects are youths, warriors, riders, Theseus and the Minotaur, and Herakles. Known findspots are Italy and Sicily, Berezan, and Greece."@en ;
    skos:exactMatch <http://viaf.org/viaf/95780577>,
        <http://vocab.getty.edu/ulan/500016234>,
        <http://www.wikidata.org/entity/Q2390140>,
        <https://www.britishmuseum.org/collection/term/BIOG214180> ;
    skos:inScheme kid: ;
    skos:prefLabel "Taleides Painter"@ca,
        "Taleides Painter"@da,
        "Taleides-Maler"@de,
        "Taleides Painter"@en,
        "Taleides Painter"@es,
        "Taleides-maalari"@fi,
        "Taleides Painter"@fr,
        "Taleides Painter"@it,
        "Taleides Painter"@nl,
        "Taleides Painter"@pt,
        "Taleides Painter"@sv ;
    org:hasMembership <https://kerameikos.org/id/taleides_painter#painter> .

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

<https://kerameikos.org/id/taleides_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:taleides_painter .

