@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/1018660> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Al Stillman" ;
    ns1:birthDate "1906-06-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1979-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Al Stillman" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no93039013>,
        <http://www.wikidata.org/entity/Q4704847>,
        <https://musicbrainz.org/artist/f02bc184-12ba-40d4-909a-bd45b0e72ab6> .

