@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix la: <https://linked.art/ns/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/set/archive_sfl/1> a la:Set ;
    rdfs:label "Stieglitz Family Letters" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Stieglitz Family Letters" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300404023> ;
    la:member_of <https://linked.art/example/set/archive_asc> .

<http://vocab.getty.edu/aat/300404023> a crm:E55_Type ;
    rdfs:label "Archival SubGrouping" .

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

<https://linked.art/example/set/archive_asc> a la:Set ;
    rdfs:label "Alfred Stiegliz Correspondence" .

