@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/1007027> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Xaver Murschhauser" ;
    ns1:birthDate "1663-07-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2975588/> ;
    ns1:deathDate "1738-01-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Franz Xaver Murschhauser" ;
    skos:exactMatch <http://dbpedia.org/resource/Franz_Xaver_Murschhauser>,
        <http://www.wikidata.org/entity/Q323113>,
        <https://id.loc.gov/authorities/names/n81080027>,
        <https://musicbrainz.org/artist/f8ee952f-c9d1-4365-a4b9-d0ec4623f996> .

