@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:group_of_toronto_305 a crm:E74_Group,
        skos:Concept ;
    skos:definition "The Group of Toronto 305 are a group of Athenian black-figure painters active in the last quarter of the 6th c. BCE. They are considered followers of the Antimenes Painter. The name derives from an amphora (Toronto, Royal Ontario Museum 305; BAPD 320246) featuring Dionysos and Herakles. Decorating mainly the amphora, subjects include warriors, riders, Dionysian scenes, Herakles, and Amazons. Findspots are sites in Etruria and Kerch."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500057668> ;
    skos:inScheme kid: ;
    skos:prefLabel "Group of Toronto 305"@en ;
    org:hasMembership <https://kerameikos.org/id/group_of_toronto_305#group> .

<https://kerameikos.org/id/group_of_toronto_305#group> a org:Membership ;
    skos:changeNote <https://kerameikos.org/id/group_of_toronto_305#provenance> ;
    org:role kid:group .

<https://kerameikos.org/id/group_of_toronto_305#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2021-01-25T18:29:24.915000-05:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/18lp7tHJq1YhJO8ojR3Fv4V8PIWmG52aWTAbBfvXHmIY/pubhtml> ;
            prov:wasAssociatedWith <https://kerameikos.org/editor/egruber> ] ;
    foaf:topic kid:group_of_toronto_305 .

