@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rico: <https://www.ica.org/standards/RiC/ontology#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://francearchives.gouv.fr/agent/301341144> a rico:Agent,
        rico:Person ;
    rdfs:label "Horkheimer, Max (1895-1973)" ;
    = <https://data.bnf.fr/ark:/12148/cb11907731r>,
        <https://www.wikidata.org/wiki/Q76826> ;
    rico:birthDate "1895-01-01"^^xsd:date ;
    rico:deathDate "1973-07-07"^^xsd:date ;
    rico:name "Horkheimer, Max (1895-1973)" .

