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

<https://linked.art/example/place/new_zealand/1> a crm:E53_Place ;
    rdfs:label "New Zealand" ;
    crm:P168_place_is_defined_by "POLYGON((165.74 -33.55, -179.96 -33.55, -179.96 -47.8, 165.74 -47.8, 165.74 -33.55))" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300128207> .

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

