@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:hypobibazon_class a crm:E74_Group,
        skos:Concept ;
    skos:definition "The Hypobibazon Class denotes a group of Athenian black-figure vases made around 510 BCE. The name derives from an amphora discovered in the Athenian Kerameikos (Athens, Kerameikos 158; BAPD 301866) showing a warrior about to mount a horse. The shape associated with the class is a belly amphora (Type B) with rounded handles and feet. Painters of this class prefer daily life scenes. Findspots are sites in Athens (Agora, Acropolis, Kerameikos) and Eleusis."@en ;
    skos:exactMatch <http://vocab.getty.edu/ulan/500078005> ;
    skos:inScheme kid: ;
    skos:prefLabel "Hypobibazon Class"@en ;
    org:hasMembership <https://kerameikos.org/id/hypobibazon_class#class> .

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

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

