@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:biolink dcterms:hasPart biolink:FYECO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:fyeco .

bioregistry:fyeco a bioregistry.schema:0000001 ;
    rdfs:label "Fission Yeast Experimental Conditions Ontology" ;
    dcterms:contributor orcid:0000-0001-6330-7526 ;
    dcterms:description "PomBase manages gene and phenotype data related to Fission Yeast. FYECO contains experimental conditions relevant to fission yeast biology. The FYECO namespace shows up in data ingests from PomBase."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/pombase/fypo> ;
    skos:exactMatch biolink:FYECO ;
    foaf:homepage <https://github.com/pombase/fypo> ;
    bioregistry.schema:0000005 "0000003"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6330-7526 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000029 "fyeco" .

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

biolink:FYECO dcterms:isPartOf bioregistry.metaresource:biolink .

orcid:0000-0001-6330-7526 rdfs:label "Valerie Wood" ;
    foaf:mbox "vw253@cam.ac.uk" .

