@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/1005218> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Josip Slavenski" ;
    ns1:birthDate "1896-05-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3202888/> ;
    ns1:deathDate "1955-11-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Josip Slavenski" ;
    skos:exactMatch <http://dbpedia.org/resource/Josip_%C5%A0tolcer-Slavenski>,
        <http://id.loc.gov/authorities/names/n82066807>,
        <http://www.wikidata.org/entity/Q1290225>,
        <https://musicbrainz.org/artist/9b65213c-eca4-4af7-a7a7-3e4834263c5b> .

