@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/1014799> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William H. Woodin" ;
    ns1:birthDate "1868-05-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5180119/> ;
    ns1:deathDate "1934-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "William H. Woodin" ;
    skos:exactMatch <http://dbpedia.org/resource/William_H._Woodin>,
        <http://www.wikidata.org/entity/Q2031553>,
        <https://id.loc.gov/authorities/names/n85185303>,
        <https://musicbrainz.org/artist/9551ed35-8db1-4b52-9f6d-fc01994b3300> .

