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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:AFFY.PROBESET .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:affy.probeset .

bioregistry.metaresource:miriam dcterms:hasPart miriam:affy.probeset .

bioregistry.metaresource:n2t dcterms:hasPart n2t:affy.probeset .

bioregistry.metaresource:togoid dcterms:hasPart togoid:AffyProbeset .

bioregistry:affy.probeset a bioregistry.schema:0000001 ;
    rdfs:label "Affymetrix Probeset" ;
    dcterms:description "An Affymetrix ProbeSet is a collection of up to 11 short (~22 nucleotide) microarray probes designed to measure a single gene or a family of genes as a unit. Multiple probe sets may be available for each gene under consideration."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:AFFY.PROBESET,
        n2t:affy.probeset,
        miriam:affy.probeset,
        togoid:AffyProbeset ;
    dcat:keyword "probe" ;
    foaf:homepage <http://bio2rdf.org> ;
    bioregistry.schema:0000005 "243002_at"^^xsd:string ;
    bioregistry.schema:0000006 "http://bio2rdf.org/affymetrix:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{4,}((_[asx])?_at)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://bio2rdf.org/affymetrix:"^^xsd:string ;
    bioregistry.schema:0000027 <http://bio2rdf.org/affymetrix:243002_at> ;
    bioregistry.schema:0000029 "affy.probeset" .

biocontext:AFFY.PROBESET dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:affy.probeset dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:affy.probeset dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:AffyProbeset dcterms:isPartOf bioregistry.metaresource:togoid .

