@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/88456> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry Rollins" ;
    ns1:birthDate "1961-02-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4140963/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/147> ;
    ns1:name "Henry Rollins" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Rollins>,
        <http://www.wikidata.org/entity/Q318509>,
        <https://id.loc.gov/authorities/names/n92110877>,
        <https://musicbrainz.org/artist/656b39fb-979c-4c57-bb87-61d1a8eb38d1> .

