@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/129811> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Simi Sernaker" ;
    ns1:birthDate "1979"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    skos:exactMatch <http://dbpedia.org/resource/Simi_Sernaker>,
        <http://www.wikidata.org/entity/Q7517745>,
        <https://musicbrainz.org/artist/3d1fc00d-f087-4307-8080-f2628e42ffc8> .

