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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:YEASTINTRON .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:yeastintron .

bioregistry.metaresource:miriam dcterms:hasPart miriam:yeastintron .

bioregistry.metaresource:n2t dcterms:hasPart n2t:yeastintron .

bioregistry:yeastintron a bioregistry.schema:0000001 ;
    rdfs:label "Yeast Intron Database v4.3" ;
    dcterms:description "The YEast Intron Database (version 4.3) contains information on the spliceosomal introns of the yeast Saccharomyces cerevisiae. It includes expression data that relates to the efficiency of splicing relative to other processes in strains of yeast lacking nonessential splicing factors. The data are displayed on each intron page. This is an updated version of the previous dataset, which can be accessed through [MIR:00000460]."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:YEASTINTRON,
        n2t:yeastintron,
        miriam:yeastintron ;
    foaf:homepage <http://intron.ucsc.edu/yeast4.3/> ;
    bioregistry.schema:0000005 "SNR17A"^^xsd:string ;
    bioregistry.schema:0000006 "http://intron.ucsc.edu/cgi-bin/yeast4.3/intronreports.pl?outputformat=full&amp;orfName=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://intron.ucsc.edu/cgi-bin/yeast4.3/intronreports.pl?outputformat=full&amp;orfName="^^xsd:string ;
    bioregistry.schema:0000027 <http://intron.ucsc.edu/cgi-bin/yeast4.3/intronreports.pl?outputformat=full&amp;orfName=SNR17A> ;
    bioregistry.schema:0000029 "yeastintron" .

biocontext:YEASTINTRON dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:yeastintron dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:yeastintron dcterms:isPartOf bioregistry.metaresource:miriam .

