@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/1000932> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Milton Ager" ;
    ns1:birthDate "1893-10-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:deathDate "1979-05-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Milton Ager" ;
    skos:exactMatch <http://dbpedia.org/resource/Milton_Ager>,
        <http://id.loc.gov/authorities/names/no93030552>,
        <http://www.wikidata.org/entity/Q167399>,
        <https://musicbrainz.org/artist/28c71458-048b-419d-b3ce-5f7dccbf3e3e> .

