@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/703966049> a rico:Agent,
        rico:Person ;
    rdfs:label "Pieck, Wilhelm (1876-1960)" ;
    = <https://data.bnf.fr/ark:/12148/cb12023430m>,
        <https://www.wikidata.org/wiki/Q65917> ;
    rico:birthDate "1876-01-03"^^xsd:date ;
    rico:deathDate "1960-09-07"^^xsd:date ;
    rico:name "Pieck, Wilhelm (1876-1960)" .

