@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/1021993> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Woolrich" ;
    ns1:birthDate "1954-01-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2652995/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Woolrich" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Woolrich>,
        <http://id.loc.gov/authorities/names/n93035294>,
        <http://www.wikidata.org/entity/Q3333082>,
        <https://musicbrainz.org/artist/6b94dc13-b8fe-4852-8008-2d7316556ed3> .

