@prefix schema: <https://schema.org/> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix odrs:  <http://schema.theodi.org/odrs#> .
@prefix env-ui: <http://environment.data.gov.uk/registry/structure/ui/> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://data.geoscience.fr/ncl/structure/Owner>
        a                reg:Register , ldp:Container ;
        rdfs:label       "Producteurs"@fr , "Owner"@en ;
        dct:description  "This register contains the list of producers of registers"@en , "Ce registre contient liste des producteurs des registres."@fr ;
        dct:modified     "2024-10-31T10:14:07.214Z"^^xsd:dateTime ;
        reg:notation     "Owner" ;
        owl:versionInfo  10 .

<https://data.geoscience.fr/ncl/structure/Category>
        a                           ldp:Container , reg:Register ;
        rdfs:label                  "Catégorie"@fr , "Category"@en ;
        dct:description             "This register is used to organize and present of the registers used by the BRGM"@en , "Ce registre est utilisé pour aider l'organisation et la présentation des registres utilisés par le BRGM."@fr ;
        dct:license                 <http://creativecommons.org/licenses/by/4.0/> ;
        dct:modified                "2025-10-16T08:16:35.948Z"^^xsd:dateTime ;
        reg:notation                "Category" ;
        ui:hierarchyChildProperty   skos:narrower ;
        ui:hierarchyParentProperty  skos:broader ;
        ui:hierarchyRootProperty    skos:topConceptOf ;
        owl:versionInfo             18 ;
        ldp:hasMemberRelation       rdfs:member .

<https://data.geoscience.fr/ncl/structure>
        a                       reg:Register , ldp:Container ;
        rdfs:label              "Structure"@en ;
        rdfs:member             <https://data.geoscience.fr/ncl/structure/ui> , <https://data.geoscience.fr/ncl/structure/Category> , <https://data.geoscience.fr/ncl/structure/Owner> ;
        dct:description         "Code lists used to aid organizing and presenting the Environment registry contents."@en ;
        dct:modified            "2018-10-17T13:45:05.747Z"^^xsd:dateTime ;
        reg:category            <https://data.geoscience.fr/ncl/structure/Category/3> ;
        reg:containedItemClass  reg:Register ;
        reg:owner               <https://data.geoscience.fr/ncl/structure/Owner/1> ;
        reg:subregister         <https://data.geoscience.fr/ncl/structure/ui> , <https://data.geoscience.fr/ncl/structure/Owner> , <https://data.geoscience.fr/ncl/structure/Category> ;
        owl:versionInfo         6 .

<https://data.geoscience.fr/ncl/structure/ui>
        a                  reg:Register , ldp:Container ;
        rdfs:label         "UI"@en ;
        env-ui:entityType  <http://environment.data.gov.uk/registry/structure/entity-type/Abstract> ;
        dct:description    "Codes and concepts used to guide the presentation of the registry user interface."@en ;
        dct:modified       "2018-10-17T13:46:56.111Z"^^xsd:dateTime ;
        reg:category       <https://data.geoscience.fr/ncl/structure/Category/3> ;
        reg:owner          <https://data.geoscience.fr/ncl/structure/Owner/1> ;
        owl:versionInfo    4 .
