@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:ecyano.experiment .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ecyano.experiment .

bioregistry:ecyano.experiment a bioregistry.schema:0000001 ;
    rdfs:label "E-cyanobacterium Experimental Data" ;
    dcterms:description "E-cyanobacterium experiments is a repository of wet-lab experiments related to cyanobacteria. The emphasis is placed on annotation via mapping to local database of biological knowledge and mathematical models along with the complete experimental setup supporting the reproducibility of the experiments."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:ecyano.experiment ;
    foaf:homepage <https://www.e-cyanobacterium.org/experiments-repository/> ;
    bioregistry.schema:0000005 "18"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.e-cyanobacterium.org/experiments-repository/?action=detail&id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.e-cyanobacterium.org/experiments-repository/?action=detail&id="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.e-cyanobacterium.org/experiments-repository/?action=detail&id=18> ;
    bioregistry.schema:0000029 "ecyano.experiment" .

miriam:ecyano.experiment dcterms:isPartOf bioregistry.metaresource:miriam .

