@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_auction_house/1> a crm:E53_Place ;
    rdfs:label "Christie's AMS" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Christie's Amsterdam Location" ] ;
    crm:P89_falls_within <https://linked.art/example/place/amsterdam> .

<https://linked.art/example/place/amsterdam> a crm:E53_Place ;
    rdfs:label "Amsterdam" .

