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

<https://linked.art/example/object/flw_house/1> a crm:E22_Human-Made_Object ;
    rdfs:label "Frank Lloyd Wright House" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Frank Lloyd Wright House" ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300004792> ;
    crm:P55_has_current_location <https://linked.art/example/place/crystal_bridges> .

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

<https://linked.art/example/place/crystal_bridges> a crm:E53_Place ;
    rdfs:label "Crystal Bridges" .

