@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:maggot .

bioregistry.metaresource:miriam dcterms:hasPart miriam:maggot .

bioregistry:maggot a bioregistry.schema:0000001 ;
    rdfs:label "Maggot" ;
    dcterms:description "Sharing descriptive Metadata is the first essential step towards Open Scientific Data. With this in mind, Maggot was specifically designed to annotate datasets by creating a metadata file to attach to the storage space. Indeed, it allows users to easily add descriptive metadata to datasets produced within a collective of people (research unit, platform, multi-partner project, etc.). This approach fits perfectly into a data management plan as it addresses the issues of data organization and documentation, data storage and frictionless metadata sharing within this same collective and beyond."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:maggot ;
    foaf:homepage <https://eng-bfp.bordeaux-aquitaine.hub.inrae.fr/resources/metabolome-platform> ;
    bioregistry.schema:0000005 "frim1"^^xsd:string ;
    bioregistry.schema:0000006 "https://pmb-bordeaux.fr/maggot/metadata/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://pmb-bordeaux.fr/maggot/metadata/"^^xsd:string ;
    bioregistry.schema:0000027 <https://pmb-bordeaux.fr/maggot/metadata/frim1> ;
    bioregistry.schema:0000029 "maggot" .

miriam:maggot dcterms:isPartOf bioregistry.metaresource:miriam .

