@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/117508> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Milton Glaser" ;
    ns1:birthDate "1929-06-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110266/> ;
    skos:exactMatch <http://dbpedia.org/resource/Milton_Glaser>,
        <http://id.loc.gov/authorities/names/n50029883>,
        <http://www.wikidata.org/entity/Q1351481>,
        <https://musicbrainz.org/artist/36342b69-b8e0-420c-aeaf-f9fcbe2134e6> .

