@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:class_of_top_band_stemless a crm:E74_Group,
        skos:Concept ;
    skos:definition "The Class of the Top-Band Stemless denotes a group of Athenian black-figure painters active in the late 6th to early 5th c. BCE who decorate the shallow stemless cup. The name derives from the broad black band above the handle zone. Some are eye cups with a gorgoneion in the interior. Subjects include warriors, Dionysos and followers, Theseus and the Minotaur, and animals. Findspots are Vulci and other Etruscan sites, Aegina, Lesbos, and Cyrene."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500090602> ;
    skos:inScheme kid: ;
    skos:prefLabel "Class of Top Band Stemless"@en ;
    org:hasMembership <https://kerameikos.org/id/class_of_top_band_stemless#class> .

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

<https://kerameikos.org/id/class_of_top_band_stemless#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:class_of_top_band_stemless .

