@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/group/14thc_italian/1> a crm:E74_Group ;
    rdfs:label "14th c italians" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Unidentified 14th Century Italian" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    la:members_exemplified_by [ a crm:E21_Person ;
            crm:P98i_was_born [ a crm:E67_Birth ;
                    crm:P4_has_time-span [ a crm:E52_Time-Span ;
                            crm:P82a_begin_of_the_begin "1300-01-01T00:00:00Z" ;
                            crm:P82b_end_of_the_end "1399-12-31T00:00:00Z" ] ;
                    crm:P7_took_place_at <https://vocab.getty.edu/tgn/1000080> ] ] .

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

<https://vocab.getty.edu/tgn/1000080> a crm:E53_Place ;
    rdfs:label "Italy" .

