@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/136608> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "DJ Spinderella" ;
    ns1:birthDate "1970-08-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/1199>,
        <http://data.carnegiehall.org/roles/666> ;
    ns1:name "DJ Spinderella" ;
    skos:exactMatch <http://dbpedia.org/resource/DJ_Spinderella>,
        <http://www.wikidata.org/entity/Q5205464>,
        <https://musicbrainz.org/artist/4ee54b04-0d1c-439e-a902-f281a1cf51ed> .

