@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/1027135> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Josef, Freiherr von Spaun" ;
    ns1:birthDate "1788-11-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2772400/> ;
    ns1:deathDate "1865-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Josef, Freiherr von Spaun" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_von_Spaun>,
        <http://id.loc.gov/authorities/names/n2013005715>,
        <http://www.wikidata.org/entity/Q338862>,
        <https://musicbrainz.org/artist/9189d0f3-9f39-4db9-8ced-685242f569c7> .

