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

<https://linked.art/example/person/wiley/1> a crm:E21_Person ;
    rdfs:label "Kehinde Wiley" ;
    crm:P2_has_type <http://www.wikidata.org/entity/Q3007177> .

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

<http://www.wikidata.org/entity/Q3007177> a crm:E55_Type ;
    rdfs:label "African-American" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300250435> .

