@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dctypes: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/idmapping_selected.tab.gz> pav:retrievedOn "2021-03-09"^^xsd:date .

<https://archive.monarchinitiative.org/#go> a dctypes:Dataset,
        owl:Ontology ;
    dc:Publisher <https://monarchinitiative.org/> ;
    dc:identifier "MonarchArchive:#go" ;
    dc:source <http://www.geneontology.org> ;
    dc:title "Gene Ontology" ;
    schema:logo <https://github.com/monarch-initiative/monarch-ui/blob/master/public/img/sources/source-geneontology.png> ;
    owl:versionIRI <https://archive.monarchinitiative.org/202103/#go> .

<https://archive.monarchinitiative.org/202103/#go> a dctypes:Dataset ;
    dc:Publisher <https://monarchinitiative.org/> ;
    dc:created "2021-03-09"^^xsd:date ;
    dc:creator <https://monarchinitiative.org/> ;
    dc:isVersionOf <https://archive.monarchinitiative.org/#go> ;
    dc:source <ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/idmapping_selected.tab.gz>,
        <http://current.geneontology.org/annotations/aspgd.gaf.gz>,
        <http://current.geneontology.org/annotations/dictybase.gaf.gz>,
        <http://current.geneontology.org/annotations/fb.gaf.gz>,
        <http://current.geneontology.org/annotations/goa_chicken.gaf.gz>,
        <http://current.geneontology.org/annotations/goa_cow.gaf.gz>,
        <http://current.geneontology.org/annotations/goa_dog.gaf.gz>,
        <http://current.geneontology.org/annotations/goa_human.gaf.gz>,
        <http://current.geneontology.org/annotations/goa_pig.gaf.gz>,
        <http://current.geneontology.org/annotations/mgi.gaf.gz>,
        <http://current.geneontology.org/annotations/pombase.gaf.gz>,
        <http://current.geneontology.org/annotations/rgd.gaf.gz>,
        <http://current.geneontology.org/annotations/sgd.gaf.gz>,
        <http://current.geneontology.org/annotations/wb.gaf.gz>,
        <http://current.geneontology.org/annotations/zfin.gaf.gz>,
        <https://archive.monarchinitiative.org/DipperCache/go/gaf-eco-mapping.yaml> ;
    dc:title "Gene Ontology Monarch version 202103" ;
    pav:version "2021-03-01"^^xsd:date ;
    dcat:distribution <https://archive.monarchinitiative.org/202103/rdf/go.ttl> ;
    biolink:category biolink:DataSetVersion .

<https://archive.monarchinitiative.org/202103/rdf/go.ttl> a dctypes:Dataset,
        dcat:Distribution ;
    dc:Publisher <https://monarchinitiative.org/> ;
    dc:created "2021-03-09"^^xsd:date ;
    dc:creator <https://monarchinitiative.org/> ;
    dc:format <https://www.w3.org/TR/turtle/> ;
    dc:license <https://project-open-data.cio.gov/unknown-license/> ;
    dc:rights <http://geneontology.org/page/use-and-license> ;
    dc:title "Gene Ontology distribution ttl" ;
    pav:createdWith <https://github.com/monarch-initiative/dipper> ;
    pav:version "2021-03-01"^^xsd:date ;
    dcat:downloadURL <https://archive.monarchinitiative.org/202103/rdf/go.ttl> .

