@base . @prefix cito: . @prefix dcat: . @prefix dcterms: . @prefix dul: . @prefix foaf: . @prefix freq: . @prefix pav: . @prefix rdf: . @prefix skos: . @prefix voag: . @prefix void: . @prefix xsd: . @prefix : <#> . # VoID Header for the UniProt Knowledgebase RDF dataset <> rdf:type void:DatasetDescription ; dcterms:title "UniProt Knowledgebase VoID Description"@en ; dcterms:description "The VoID description for the RDF representation of the UniProt dataset."@en ; pav:createdBy ; pav:createdOn "2015-11-16T12:31:00Z"^^xsd:dateTime ; pav:lastUpdateOn "2015-11-16T14:47:00Z"^^xsd:dateTime ; foaf:primaryTopic :uniprotDataset . :uniprotDataset a void:Dataset ; dcterms:title "UniProt Datasets" ; dcterms:license ; void:subset :uniprotkb_rdf, :uniprot_enzyme . :uniprot_enzyme a void:Dataset ; dcterms:title "Enzyme"@en ; dcterms:publisher ; dcat:landingPage ; void:dataDump . :uniprotkb_rdf a void:Dataset ; dcterms:title "UniProt Knowledgebase"@en ; dcterms:description """The UniProt Knowledgebase (UniProtKB) is the central hub for the collection of functional information on proteins, with accurate, consistent and rich annotation. In addition to capturing the core data mandatory for each UniProtKB entry (mainly, the amino acid sequence, protein name or description, taxonomic data and citation information), as much annotation information as possible is added. This includes widely accepted biological ontologies, classifications and cross-references, and clear indications of the quality of annotation in the form of evidence attribution of experimental and computational data."""@en ; dcterms:publisher ; dcat:landingPage ; dcterms:license ; cito:citeAsAuthority ; #required by license dcterms:issued "2015-11-01T00:00:00Z"^^xsd:dateTime ; #These file reference need to be updated when the next release is made :( void:dataDump ; dcat:distribution :uniprotkb_distribution ; pav:createdWith :uniprot-download-script; pav:version "2015_11"; void:sparqlEndpoint ; dcterms:accrualPeriodicity freq:monthly. :uniprotkb_distribution a dcat:Distribution ; dcat:downloadURL ; dcat:mediaType "application/x-gzip" . :uniprot-download-script dcterms:title "UniProt Download Script"; dcterms:description """curl -d 'query=reviewed%3ayes&force=yes&format=rdf' http://www.uniprot.org/uniprot/ > swissprot_20151116.rdf.xml curl -d 'query=reviewed%3ayes&force=yes&format=rdf' http://www.uniprot.org/uniparc/ > uniparc_20151116.rdf.xml curl -d 'sort=&desc=&query=reviewed%3ayes&fil=&format=rdf&force=yes' http://www.uniprot.org/uniref/ > uniref_20151116.rdf.xml""" ; dcterms:license .