@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/object/letter/2> a crm:E22_Human-Made_Object ;
    rdfs:label "Obermeyer 1920" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Obermeyer, Bertha (1920)" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ],
        [ a crm:E42_Identifier ;
            crm:P141i_was_assigned_by [ a crm:E13_Attribute_Assignment ;
                    crm:P15_was_influenced_by <https://linked.art/example/set/archive_sfl> ] ;
            crm:P190_has_symbolic_content "000001" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300456575> ] ;
    la:member_of <https://linked.art/example/set/archive_sfl> .

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

<http://vocab.getty.edu/aat/300456575> a crm:E55_Type ;
    rdfs:label "Sort Value" .

<https://linked.art/example/set/archive_sfl> a la:Set ;
    rdfs:label "Stieglitz Family Letters" .

