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

<https://linked.art/example/place/amsterdam/1> a crm:E53_Place ;
    rdfs:label "Amsterdam" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Amsterdam" ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300008389> ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "Amsterdam is a city in the Netherlands" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435416> ] ;
    crm:P89_falls_within <https://linked.art/example/place/netherlands> .

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

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

<http://vocab.getty.edu/aat/300418049> a crm:E55_Type ;
    rdfs:label "Brief Text" .

<http://vocab.getty.edu/aat/300435416> a crm:E55_Type ;
    rdfs:label "Description" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

<https://linked.art/example/place/netherlands> a crm:E53_Place ;
    rdfs:label "Netherlands" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300128207> .

