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

<https://francearchives.gouv.fr/service/1056590718#address> a schema:PostalAddress ;
    schema:addressCountry "fr" ;
    schema:addressLocality "Paris" ;
    schema:postalCode "75006" ;
    schema:streetAddress "23 quai de Conti" .

<https://francearchives.gouv.fr/service/1056590718> a rico:Agent,
        rico:CorporateBody ;
    rdfs:label "Bibliothèque Mazarine" ;
    geo1:lat 4.885727e+01 ;
    geo1:long 2.337359e+00 ;
    schema:address <https://francearchives.gouv.fr/service/1056590718#address> ;
    schema:email "contact@bibliotheque-mazarine.fr" ;
    schema:telephone "01 44 41 44 06" ;
    schema:url "http://www.bibliotheque-mazarine.fr" ;
    rico:agentIsTargetOfAgentHierarchicalRelation <https://francearchives.gouv.fr/service/1056610774#hierarchical_to_1056590718> ;
    rico:identifier "FR-751069804" ;
    rico:isOrWasSubordinateTo <https://francearchives.gouv.fr/service/1056610774> ;
    rico:name "Bibliothèque Mazarine" ;
    rico:type "level-F" .

<https://francearchives.gouv.fr/service/1056610774> rico:agentIsSourceOfAgentHierarchicalRelation <https://francearchives.gouv.fr/service/1056610774#hierarchical_to_1056590718> ;
    rico:hasOrHadSubordinate <https://francearchives.gouv.fr/service/1056590718> .

<https://francearchives.gouv.fr/service/1056610774#hierarchical_to_1056590718> a rico:AgentHierarchicalRelation ;
    rico:agentHierarchicalRelationHasSource <https://francearchives.gouv.fr/service/1056610774> ;
    rico:agentHierarchicalRelationHasTarget <https://francearchives.gouv.fr/service/1056590718> .

