@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/132992> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rip Taylor" ;
    ns1:birthDate "1931-01-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4140963/> ;
    ns1:deathDate "2019-10-06"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Rip Taylor" ;
    skos:exactMatch <http://dbpedia.org/resource/Rip_Taylor>,
        <http://www.wikidata.org/entity/Q1354181>,
        <https://id.loc.gov/authorities/no2007065240>,
        <https://musicbrainz.org/artist/62101261-7bde-4a6f-8a43-8de43b3ee5e6> .

