@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:odam .

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

bioregistry:odam a bioregistry.schema:0000001 ;
    rdfs:label "Open Data for Access and Mining" ;
    dcterms:description "Experimental data table management software 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, allowing the dataset to be explored and then extracted in whole or in part as needed."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:odam ;
    foaf:homepage <https://metabolome.cgfb.u-bordeaux.fr/> ;
    bioregistry.schema:0000005 "frim1"^^xsd:string ;
    bioregistry.schema:0000006 "http://pmb-bordeaux.fr/getdata/json/$1/datapackage?links=1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/odam:"^^xsd:string ;
    bioregistry.schema:0000026 ror:003vg9w96 ;
    bioregistry.schema:0000027 <http://pmb-bordeaux.fr/getdata/json/frim1/datapackage?links=1> ;
    bioregistry.schema:0000029 "odam" .

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

