@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/1026327> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Martin Greif" ;
    ns1:birthDate "1839-06-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2830582/> ;
    ns1:deathDate "1911-04-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Martin Greif" ;
    skos:exactMatch <http://dbpedia.org/resource/Martin_Greif_(poet)>,
        <http://id.loc.gov/authorities/names/no90003696>,
        <http://www.wikidata.org/entity/Q1669190>,
        <https://musicbrainz.org/artist/1d4fbf10-093d-4380-a1bb-ec9aef78c031> .

