@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:odamexplorer .

bioregistry.metaresource:miriam dcterms:hasPart miriam:odam.explorer .

bioregistry:odamexplorer a bioregistry.schema:0000001 ;
    rdfs:label "ODAM Data explorer" ;
    dcterms:description """ODAM (Open Data for Access and Mining) is an Experimental data table management software (EDTMS) to make research data accessible and available for reuse with minimal effort on the part of the data provider. Designed to manage experimental data tables in an easy way for users, ODAM provides a model for structuring both data and metadata that facilitates data handling and analysis. It also encourages data dissemination according to FAIR principles by making the data interoperable and reusable by both humans and machines.

ODAM allows datasets to be explored and then extracted in whole or in part as needed.

For more information/explanation, see ODAM User's Guide : https://inrae.github.io/ODAM/"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:odam.explorer ;
    foaf:homepage <https://eng-bfp.bordeaux-aquitaine.hub.inrae.fr/> ;
    bioregistry.schema:0000005 "frim1"^^xsd:string ;
    bioregistry.schema:0000006 "https://pmb-bordeaux.fr/dataexplorer/?ds=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z][A-Za-z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://pmb-bordeaux.fr/dataexplorer/?ds="^^xsd:string ;
    bioregistry.schema:0000027 <https://pmb-bordeaux.fr/dataexplorer/?ds=frim1> ;
    bioregistry.schema:0000029 "odamexplorer" .

miriam:odam.explorer dcterms:isPartOf bioregistry.metaresource:miriam .

