@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/25490> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eduard Strauss" ;
    ns1:birthDate "1835-03-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1916-12-28"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eduard Strauss" ;
    skos:exactMatch <http://dbpedia.org/resource/Eduard_Strauss>,
        <http://id.loc.gov/authorities/names/n83021204>,
        <http://musicbrainz.org/artist/52773cf5-e25d-4865-841d-b8878c01c1fe>,
        <http://www.wikidata.org/entity/Q347030> .

