@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix orcid: <https://orcid.org/> .
@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:aberowl dcterms:hasPart aberowl:MIXS .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:MIXS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mixs .

bioregistry.metaresource:ols dcterms:hasPart ols:gscmixs .

bioregistry:mixs a bioregistry.schema:0000001 ;
    rdfs:label "Minimum Information about any (x) Sequence" ;
    dcterms:contributor orcid:0000-0001-9076-6066,
        orcid:0000-0002-1335-0881,
        orcid:0000-0002-6601-2165,
        orcid:0000-0002-8741-7823 ;
    dcterms:description "The GSC family of minimum information standards (checklists) – Minimum Information about any (x) Sequence (MIxS). MIxS identifiers are for terms describing an aspect of an environmental sample."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:MIXS,
        bioportal:MIXS,
        ols:gscmixs ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://w3id.org/mixs> ;
    bioregistry.schema:0000005 "0001056"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/mixs/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/mixs/mixs.owl.ttl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9076-6066 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://w3id.org/mixs/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/mixs/0001056> ;
    bioregistry.schema:0000029 "mixs" .

orcid:0000-0002-1335-0881 rdfs:label "Chris Hunter" ;
    foaf:mbox "chris@gigasciencejournal.com" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

orcid:0000-0002-8741-7823 rdfs:label "Lindsey N. Anderson" ;
    foaf:mbox "lindsey.anderson@pnnl.gov" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:MIXS dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:MIXS dcterms:isPartOf bioregistry.metaresource:bioportal .

orcid:0000-0001-9076-6066 rdfs:label "Mark Andrew Miller" ;
    foaf:mbox "mam@lbl.gov" .

ols:gscmixs dcterms:isPartOf bioregistry.metaresource:ols .

