@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/1012368> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Behr" ;
    ns1:birthDate "1837-07-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2875559/> ;
    ns1:deathDate "1898-02-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Franz Behr" ;
    skos:exactMatch <http://dbpedia.org/resource/Franz_Behr>,
        <http://id.loc.gov/authorities/names/no00035278>,
        <http://www.wikidata.org/entity/Q92145>,
        <https://musicbrainz.org/artist/5bcc3e56-990c-40c4-a2fd-3020795b41c0> .

