@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:amasis_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/amasis_painter#provenance> ;
    skos:definition "The Amasis Painter is an Athenian black-figure painter active ca. 560-515 BCE. The name derives from the potter (\"epoiesen\") who signs as Amasis. Scholars debate if the painter and potter are one in the same. The painter sometimes combines the full black-figure technique with outline and at times employs a minituristic style. Shapes include different amphora types, lekythos, oinochoe, and alabastron. Subjects are Dionysos and his followers, other gods, draped figures, warriors, and revelers (\"komasts\"). Main findspots are Vulci and other sites in Etruria, Athens (Acropolis, Agora, Kerameikos), and Naukratis."@en ;
    skos:exactMatch <http://catalogue.bnf.fr/ark:/12148/cb120449194>,
        <http://d-nb.info/gnd/120354225>,
        <http://dbpedia.org/resource/Amasis_Painter>,
        <http://viaf.org/viaf/299536723>,
        <http://viaf.org/viaf/65427587>,
        <http://viaf.org/viaf/96544544>,
        <http://vocab.getty.edu/ulan/500116399>,
        <http://www.wikidata.org/entity/Q707682>,
        <https://www.britishmuseum.org/collection/term/BIOG57164> ;
    skos:inScheme kid: ;
    skos:prefLabel "Майстар Амасіса"@be,
        "Pintor d'Àmasis"@ca,
        "Amasis Painter"@da,
        "Amasis-Maler"@de,
        "Amasis Painter"@en,
        "Pintor de Amasis"@es,
        "Amasis"@fi,
        "Amasis (potier)"@fr,
        "אמאסיס"@he,
        "Amasis Slikar"@hr,
        "Pittore di Amasis"@it,
        "アマシスの画家"@ja,
        "Amasismaleren"@nb,
        "Amasis"@nl,
        "Malarz Amasisa"@pl,
        "Amasis Painter"@pt,
        "Мастер Амасиса"@ru,
        "Amasis Slikar"@sh,
        "Amasis (keramiker)"@sv,
        "Вазописець Амасіса"@uk,
        "阿马西斯画家"@zh ;
    org:hasMembership <https://kerameikos.org/id/amasis_painter#painter> .

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

<https://kerameikos.org/id/amasis_painter#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2016-11-08T14:53:52-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <https://kerameikos.org/editor/egruber> ],
        [ a prov:Activity,
                prov:Modify ;
            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> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2014-01-26T14:25:12-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <https://kerameikos.org/editor/egruber> ] ;
    foaf:topic kid:amasis_painter .

