@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:ARRAYEXPRESS.PLATFORM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:arrayexpress.platform .

bioregistry.metaresource:miriam dcterms:hasPart miriam:arrayexpress.platform .

bioregistry.metaresource:n2t dcterms:hasPart n2t:arrayexpress.platform .

bioregistry:arrayexpress.platform a bioregistry.schema:0000001 ;
    rdfs:label "ArrayExpress Platform" ;
    dcterms:description "ArrayExpress is a public repository for microarray data, which is aimed at storing MIAME-compliant data in accordance with Microarray Gene Expression Data (MGED) recommendations.This collection references the specific platforms used in the generation of experimental results."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:ARRAYEXPRESS.PLATFORM,
        n2t:arrayexpress.platform,
        miriam:arrayexpress.platform ;
    foaf:homepage <https://www.ebi.ac.uk/arrayexpress/> ;
    bioregistry.schema:0000005 "A-GEOD-50"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/arrayexpress/arrays/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[AEP]-\\w{4}-\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/arrayexpress/arrays/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/arrayexpress/arrays/A-GEOD-50> ;
    bioregistry.schema:0000029 "arrayexpress.platform" .

biocontext:ARRAYEXPRESS.PLATFORM dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:arrayexpress.platform dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:arrayexpress.platform dcterms:isPartOf bioregistry.metaresource:miriam .

