@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/concept/exhidea/1> a crm:E89_Propositional_Object ;
    rdfs:label "Idea for Manet and Modern Beauty" ;
    crm:P129_is_about <http://vocab.getty.edu/aat/300055821>,
        <http://vocab.getty.edu/ulan/500010363> ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Manet and Modern Beauty" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300417531> ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            crm:P14_carried_out_by <https://linked.art/example/person/allan>,
                <https://linked.art/example/person/beeny>,
                <https://linked.art/example/person/groom> ] .

<http://vocab.getty.edu/aat/300055821> a crm:E55_Type ;
    rdfs:label "Beauty" .

<http://vocab.getty.edu/aat/300404670> a crm:E55_Type ;
    rdfs:label "Primary Name" .

<http://vocab.getty.edu/aat/300417531> a crm:E55_Type ;
    rdfs:label "Exhibition" .

<http://vocab.getty.edu/ulan/500010363> a crm:E21_Person ;
    rdfs:label "Manet" .

<https://linked.art/example/person/allan> a crm:E21_Person ;
    rdfs:label "Scott Allan" .

<https://linked.art/example/person/beeny> a crm:E21_Person ;
    rdfs:label "Emily Beeny" .

<https://linked.art/example/person/groom> a crm:E21_Person ;
    rdfs:label "Gloria Groom" .

