@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 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:eucharides_painter a crm:E21_Person,
        skos:Concept ;
    skos:changeNote <https://kerameikos.org/id/eucharides_painter#provenance> ;
    skos:definition "Eucharides Painter is the common nickname of an ancient Greek artist who decorated but did not sign attic vases. Neither his real name, nor the dates of his birth and death are known. Presumably this artist was a pupil of the Nikoxenos painter."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Eucharides_Painter>,
        <http://viaf.org/viaf/95848529>,
        <http://vocab.getty.edu/ulan/500027030>,
        <https://www.britishmuseum.org/collection/term/BIOG58208> ;
    skos:inScheme kid: ;
    skos:prefLabel "Eucharides Painter"@en .

<https://kerameikos.org/id/eucharides_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> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2014-03-23T22:35:52-04:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <https://kerameikos.org/editor/egruber> ] ;
    foaf:topic kid:eucharides_painter .

