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

<https://linked.art/example/person/rembrandt/32> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300189559> .

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

<http://vocab.getty.edu/aat/300189559> a crm:E55_Type ;
    rdfs:label "Male" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300055147> .

