@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/88511> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "KRS-One" ;
    ns1:birthDate "1965-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/666> ;
    ns1:name "KRS-One" ;
    skos:exactMatch <http://dbpedia.org/resource/KRS-One>,
        <http://www.wikidata.org/entity/Q432552>,
        <https://id.loc.gov/authorities/n93112291>,
        <https://musicbrainz.org/artist/fc4568b6-cbe3-4a3d-8409-28510c19e3e2> .

