@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/1029233> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nic Raine" ;
    ns1:birthDate "1953"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Nic Raine" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q10336676>,
        <https://id.loc.gov/authorities/names/no98036455>,
        <https://musicbrainz.org/artist/a620ab80-c403-4d65-9507-4663f48315b2> .

