Literature DB >> 33046717

Protein ontology on the semantic web for knowledge discovery.

Chuming Chen1, Hongzhan Huang2, Karen E Ross3, Julie E Cowart2, Cecilia N Arighi2, Cathy H Wu2,3, Darren A Natale3.   

Abstract

The Protein Ontology (PRO) provides an ontological representation of protein-related entities, ranging from protein families to proteoforms to complexes. Protein Ontology Linked Open Data (LOD) exposes, shares, and connects knowledge about protein-related entities on the Semantic Web using Resource Description Framework (RDF), thus enabling integration with other Linked Open Data for biological knowledge discovery. For example, proteins (or variants thereof) can be retrieved on the basis of specific disease associations. As a community resource, we strive to follow the Findability, Accessibility, Interoperability, and Reusability (FAIR) principles, disseminate regular updates of our data, support multiple methods for accessing, querying and downloading data in various formats, and provide documentation both for scientists and programmers. PRO Linked Open Data can be browsed via faceted browser interface and queried using SPARQL via YASGUI. RDF data dumps are also available for download. Additionally, we developed RESTful APIs to support programmatic data access. We also provide W3C HCLS specification compliant metadata description for our data. The PRO Linked Open Data is available at https://lod.proconsortium.org/ .

Entities:  

Mesh:

Substances:

Year:  2020        PMID: 33046717      PMCID: PMC7550340          DOI: 10.1038/s41597-020-00679-9

Source DB:  PubMed          Journal:  Sci Data        ISSN: 2052-4463            Impact factor:   6.444


Introduction

As an evolving extension to the current hypertext document web, Linked Open Data (LOD) is a new paradigm where data are published and interconnected on the web using open standards such as Uniform Resource Identifiers (URIs), Hypertext Transfer Protocol (HTTP), Resource Description Framework (RDF), Web Ontology Language (OWL) and SPARQL Protocol and RDF Query Language (SPARQL). This enables data from heterogeneous sources to be shared, integrated and queried in a web of data. Tim Berners-Lee in his web architecture note introduced a set of best practices for publishing and interlinking structured data on the web, also well known as the Linked Data principles[1]: (1) Use URIs as names of things; (2) Use HTTP URIs, so that people can look up those names; (3) When someone looks up a URI, provide useful information using the standards (RDF, SPARQL etc.); and (4) Include links to other URIs, so that they can discover more things. Bio2RDF[2] is an open source project that uses Semantic Web technologies to build a large network of Linked Open Data for Life Sciences from a diverse set of heterogeneously formatted sources obtained from multiple data providers. It uses federated SPARQL queries to facilitate continuous integration of life sciences data from resources such as Mouse Genome Informatics (MGI)[3], Saccharomyces Genome Database (SGD)[4], Rat Genome Database (RGD)[5], NCBI’s Gene resources (NCBIGene)[6], HUGO Gene Nomenclature Committee (HGNC)[7], and Nematode Information Resource (WormBase)[8]. The European Bioinformatics Institute (EBI) provides an RDF platform[9] that facilitates answering complex research questions through queries/exploration of integrated resources, including UniProtKB[10], Reactome[11], Ensembl[12], and Gene Ontology[13]. As formal and explicit specifications of domains of interest, ontologies consist of terms representing precisely defined entities and the relationships between them. Ontologies are increasingly being used to define the basic terms and relations in biological domains, often as the foundation for search, integration and exchange of biological data. The Protein Ontology (PRO)[14] provides an ontological representation of protein-related entities, notably, including those of organism-neutral nature[15]. In addition to the ontology itself, PRO includes annotations and cross-reference information, and can be used to facilitate the discoverability and aggregation of data related to protein entities in the context of protein functions, pathways and drug targets. The Protein Ontology has been used by the research community for applications including named entity recognition/tagging[16-18], entity definition (for example, of cell types[19]), and as an import for protein-related terms in other ontologies[20,21]. PRO Linked Open Data and SPARQL endpoint have been used to assist in orthology mapping[22] and to study kinase post-translational modifications and cancer-associated mutations[23]. The PRO website has garnered more than 20 million hits in the past year. PRO Linked Open Data and SPARQL endpoint alone garnered 321,000 hits. PRO is ranked among the top 5 endpoints by YummyData SPARQL endpoint monitor[24]. In this paper we introduce the PRO RDF data models and the metadata description of PRO Linked Open Data. We provide faceted browser, SPARQL endpoint with graphical user interface (GUI), and downloadable RDF files. We demonstrate federated SPARQL queries to answer questions for biological knowledge discovery using multiple connected resources.

Results

Each PRO term represents a distinct class of organism-neutral or organism-specific protein entities (e.g., modified forms, orthologous isoforms, and protein complexes). To help readers understand PRO RDF data models, we present an exemplar PRO term in each category using RDF Graph, RDF/XML, and Turtle formats. Links for these are provided in the relevant section, however an example RDF Graph of one PRO term (PR:000046294, RAC-alpha serine/threonine-protein kinase phosphorylated 3 (human)) is also shown in Fig. 1 and listed as Turtle format below.
Fig. 1

A PRO RDF data model (PR:000046294). Ellipse and circle shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties. Circle shapes represent anonymous classes or blank nodes. ‘AKT1’, used here for brevity, is the gene for ‘RAC-alpha serine/threonine-protein kinase’.

A PRO RDF data model (PR:000046294). Ellipse and circle shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties. Circle shapes represent anonymous classes or blank nodes. ‘AKT1’, used here for brevity, is the gene for ‘RAC-alpha serine/threonine-protein kinase’. @prefix owl:. @prefix rdfs:. @prefix xsd:. @prefix obo:purl.obolibrary.org/obo/>. @prefix oboInOwl:. obo:PR_000046294 a                owl:Class; rdfs:comment   “Category = organism-modification.”; rdfs:label                       “RAC-alpha serine/threonine-protein kinase phosphorylated 3 (human)”; rdfs:subClassOf      obo:PR_000049939, obo:PR_P31749; rdfs:subClassOf      [a                   owl:Restriction; owl:onProperty              obo:RO_0002160; owl:someValuesFrom obo:NCBITaxon_9606 ]; rdfs:subClassOf   [a              owl:Restriction; owl:onProperty        obo:BFO_0000051; owl:someValuesFrom obo:MOD_00046 ]; obo:IAO_0000115          “A RAC-alpha serine/threonine-protein kinase phosphorylated 3 in human. UniProtKB:P31749, Ser-473, MOD:00046.”; oboInOwl:hasDbXref                    “Reactome:R-HSA-377265”; oboInOwl:hasExactSynonym “UniProtKB:P31749, Ser-473, MOD:00046”, “hAKT1/Phos:3”; oboInOwl:hasOBONamespace “protein”; oboInOwl:id      “PR:000046294”; owl:equivalentClass             [a                           owl:Class; owl:intersectionOf (obo:PR_000049939 [a                                   owl:Restriction; owl:onProperty        obo:RO_0002160; owl:someValuesFrom obo:NCBITaxon_9606])]. ] ) ]. obo:RO_0002160          rdfs:label        “only_in_taxon”. obo:NCBITaxon_9606          rdfs:label                          “Homo sapiens”. obo:PR_000049939                 oboInOwl:hasExactSynonym “AKT1/Phos:3”. obo:PR_P31749                           oboInOwl:hasExactSynonym   “hAKT1”. obo:BFO_0000051           rdfs:label                             “has_part”. obo:MOD_00046             rdfs:label                            “O-phospho-L-serine”.

PRO uniform resource identifiers (URIs)

PRO follows the rule of reusing existing identifiers whenever feasible, e.g., http://purl.obolibrary.org/obo/GO_0032991 (Gene ontology), http://purl.obolibrary.org/obo/RO_0002160” (Relations Ontology), etc. The format of PRO identifier is “PR_xxxxxxxxx”, e.g., http://purl.obolibrary.org/obo/PR_000000001. However, for UniProtKB related entries incorporated into PRO organism-gene or organism-sequence categories, we use the UniProtKB accession number and prefix it with “PR_” as its corresponding PRO identifier. e.g., http://purl.obolibrary.org/obo/PR_P00015.

Types of PRO terms

Protein Ontology terms are organized into general categories, often with organism-specific versions. Below we describe these categories. Example terms for each category are given in Table 1. Whenever possible, PRO attempts to make connections between orthologs. Extending from the concept of orthology between genes, we have introduced the concept of orthologous proteoforms. For example, ortho-isoforms are isoforms that are believed to have arisen prior to speciation and divergence of the primary sequence. That is, ortho-isoforms were true alternative isoforms (as defined above) in a common ancestor and are, quite likely, functionally equivalent. Ortho-modified forms are modified versions of ortho-isoforms where the modification(s) occur on equivalent residues.
Table 1

Example PRO terms in each category.

CategoryTermNameLink to Example
Familyorganism-neutralPR:000000027smad proteinhttps://lod.proconsortium.org/rdf.html#category_family
organism-specificPR:00004450714-3-3 protein (human)https://lod.proconsortium.org/rdf.html#category_org_family
Geneorganism-neutralPR:000000364smad2https://lod.proconsortium.org/rdf.html#category_gene
organism-specificPR:000022736fumarate hydratase class IIhttps://lod.proconsortium.org/rdf.html#category_org_gene
SeqGrouporganism-neutralPR:000050216receptor-type tyrosine-protein phosphatase C isoform CD45Rhttps://lod.proconsortium.org/rdf.html#category_seqgroup
organism-specificPR:Q9ULB1neurexin-1-alpha (human)https://lod.proconsortium.org/rdf.html#category_org_seqgroup
Sequenceorganism-neutralPR:000000048TGF-beta receptor type-2 isoform RII-1https://lod.proconsortium.org/rdf.html#category_sequence
organism-specificPR:Q68FF6-1ARF GTPase-activating protein GIT1 isoform 1 (mouse)https://lod.proconsortium.org/rdf.html#category_org_sequence
Modificationorganism-neutralPR:000049939RAC-alpha serine/threonine-protein kinase phosphorylated 3https://lod.proconsortium.org/rdf.html#category_modification
organism-specificPR:000046294RAC-alpha serine/threonine-protein kinase phosphorylated 3 (human)https://lod.proconsortium.org/rdf.html#category_org_modification
Complexorganism-neutralPR:000027291phosphorylase kinase complex PHKLhttps://lod.proconsortium.org/rdf.html#category_complex
organism-specificPR:000036137lipopolysaccharide receptor complex 3; endosome membrane (human)https://lod.proconsortium.org/rdf.html#category_org_complex
Example PRO terms in each category.

Category = family

Each PRO term at the family level refers to protein products of a distinct gene family arising from a common ancestor. The leaf-most nodes at this level are usually families comprising paralogous sets of gene products (of a single or multiple organisms). For example, smad2 and smad3 both encode proteins that are TGF receptor-regulated while smad1, smad5, and smad9 are all BMP receptor-regulated. Thus, “TGF-beta receptor-regulated smad protein” and “BMP receptor-regulated smad protein” are terms denoting distinct families. Note that this level collectively refers to any such grouping at any level of similarity. For example, the two families indicated above can merge into a “receptor-regulated smad protein” class and further merge (with the protein products of smad4, smad6, and smad7) into the “smad protein” class.

Category = gene

Each PRO term at the gene level refers to the protein products of a distinct gene in a reference organism and the orthologs thereof. For example, “smad2” and “smad3” are two different genes, and therefore have two different PRO entries at the gene level of distinction. The protein products of what is recognized as smad2 in humans and what is recognized as smad2 in mouse fall under the single gene-level term “smad2”. Thus, a single term at the gene-level distinction collects the protein products of (usually 1-to-1) orthologs for that gene. Organism-specific versions are (typically) defined logically as the intersection of the parent (gene-level) and the organism (taxonomic) terms. If a resource provides gene information, PRO will indicate this using the has_gene_template relation.

Category = seqgroup

Each PRO term at the seqgroup level refers to proteins encoded by the same gene that are distinguished from siblings based on differences in shared portions of encoding mRNAs. That is, all members of a given seqgroup are encoded by mRNAs that have a common subset of sequence features, either as a common subset of exons or as a common subset of sequence variations. Examples include proteins encoded by the PTPRC (CD45) gene, where each member of the CD45R subtype (CD45RA, CD45RAB, CD45RAC) minimally contains exon 4 (aka ‘A’) even while each member of a given subtype has other exons that make them distinct, and histocompatibility genes such as HLA-A, where each member of a given subtype (HLA-A*24, HLA-A*68, etc) shares a common set of variations even while each member of a given subtype has other variations that make them distinct.

Category = sequence

Each PRO term at the sequence level refers to the protein products that arise from different alleles of a given gene (sequence variants), from splice variants of a given RNA, or from alternative initiation and ribosomal frameshifting during translation. One can think of this as a mature mRNA-level distinction. For example, smad2 encodes both a long splice form and a short splice form. The protein products of each isoform are separate PRO terms. If there is clear knowledge on the equivalency of isoforms (that is, they are “ortho-isoforms”)[14], then the equivalent terms from different organisms are defined as children of the sequence level terms. For example, ARF GTPase-activating protein GIT1 isoform 1 from mouse (PR:Q68FF6-1), ARF GTPase-activating protein GIT1 isoform 1 from rat (PR:Q9Z272-1), and ARF GTPase-activating protein GIT1 isoform 3 from human (PR:Q9Y2X7-3) are ortho-isoforms that are children of the sequence level term PR:000044155. If the equivalency of isoforms is not well-established, the organism-sequence term is defined as a child of the organism-gene level term.

Category = modification

Each PRO term at the modification level refers to the protein products derived from a single mRNA species that differ because of some change (or lack thereof) that occurs after the initiation of translation (co- and post-translational). This includes sequence differences due to cleavage and chemical changes to one or more amino acid residues. In general, PRO does not provide time or space information, i.e., the order in which modifications occur or the location in which they are found unless such are required to properly define the term. PRO only represents the final modified objects. If there is clear knowledge on the equivalency of the modified forms from different organisms, then the equivalent organism-modification terms are defined as children of the modification level terms. For example, RAC-alpha serine/threonine-protein kinase phosphorylated 3 from human (PR:000046294) and mouse (PR:000049940) are ortho-modified forms that are phosphorylated on the position equivalent to Ser-473 of the human protein. In the PRO hierarchy, they are children of the modification level term PR:000049939. If the equivalency of the modified forms is not well-established, the organism-modification term is defined as a child of the appropriate organism-gene term.

Category = complex

Each PRO term at the complex level[25] ultimately traces to the general term “protein-containing complex” found in GO (GO:0032991), defined as “A stable assembly of two or more macromolecules, i.e. proteins, nucleic acids, carbohydrates or lipids, in which at least one component is a protein and the constituent parts function together”. Indeed, complex-level terms in PRO are imported from GO whenever possible. However, because GO complexes are (predominantly) defined with respect to function, PRO will create complex terms when a component-specific definition is desired. When doing so, PRO represents complexes explicitly–that is, by subunit composition–defining each member of the complex at the level of its isoform, variant, or modified form, whenever possible. Most complex-related terms defined by PRO are organism-specific. Note that a protein in its monomeric state, linked non-covalently to a small chemical, is not considered a protein complex by the above definition, but it can be defined as a subclass of the protein term using the CHEBI ID for the small chemical and the relation “non-covalently_bound_to”.

Dataset description

A high-quality consistent metadata description is essential to the successful discovery, exchange, and query of a Linked Dataset. The Protein Ontology Linked Open Data is accompanied with metadata description using Vocabulary of Interlinked Datasets (VoID), the Provenance vocabulary (PROV) and Dublin Core vocabulary, which are compliant with the W3C HCLS specification[26]. The metadata for Protein Ontology Linked Open Data is described at three levels: (1) summary level, which provides a description of a dataset that is independent of a specific version or format; (2) version level, which captures version-specific characteristics of a dataset; and (3) distribution level, which captures metadata about a specific form and version of a dataset. Linkset is a way of identifying the content that links instances in one dataset with instances in another dataset. A separate linkset is created for each link predicate relating a particular pair of datasets. A linkset is a subset of the dataset which publishes it. The linkset itself is of type void:Linkset and provides the same metadata as a RDF distribution. The statistics relevant for a linkset are the number of triples it contains and are reported using the void:triples property. The full VoID description of PRO Linked Open Data is at https://lod.proconsortium.org/releases/latest/void.ttl.

Federated SPARQL query

Federated SPARQL query is a powerful method that allows the simultaneous search of multiple data resources and aggregates the results from multiple SPARQL endpoints. PRO RDF data can be combined with other RDF data, such as UniProt[10] RDF data (at https://sparql.uniprot.org/) and DisGeNET[27] RDF data (at http://rdf.disgenet.org/sparql/) as demonstrated below to generate new biological insights that are not possible using one individual resource.

Sample federated SPARQL query 1

To answer the question, “Which human proteins are potentially involved in disease via loss of function”, the query is designed to get all human proteins in PRO whose UniProtKB counterpart has variants with loss of function implicated in disease. The partial query result is shown in Fig. 2 as a knowledge graph.
Fig. 2

Knowledge graph of exemplary query result of federated SPARQL query 1 (Get all human genes in PRO whose UniProtKB counterpart has variants with loss of function implicated in disease). Ellipse shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties.

Knowledge graph of exemplary query result of federated SPARQL query 1 (Get all human genes in PRO whose UniProtKB counterpart has variants with loss of function implicated in disease). Ellipse shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties. Query 1: PREFIX obo: PREFIX up:purl.uniprot.org/core/> PREFIX ud:purl.uniprot.org/database/> PREFIX up:purl.uniprot.org/core/> PREFIX taxon:purl.uniprot.org/taxonomy/> PREFIX rdf: PREFIX rdfs: PREFIX faldo: SELECT DISTINCT? PRO_term (STR(?_PRO_label) AS?PRO_label) (STRAFTER(STRBEFORE(STR(?_PRO_category), “.”), “ = “) AS?PRO_category) ?Protein ?Variant (STR(?_Text) AS?Description) WHERE { SERVICE { ?Protein rdfs:seeAlso?PRO_term.? PRO_term up:database ud:PRO; a up:Resource.?Protein a up:Protein.?Protein up:organism taxon:9606.?Protein up:annotation?Variant.?Variant a up:Natural_Variant_Annotation.?Variant rdfs:comment?_Text. FILTER (CONTAINS(?_Text, ‘loss of function’)) } ?PRO_term rdfs:label?_PRO_label. ?PRO_term rdfs:comment?_PRO_category. }

Sample federated SPARQL query 2

To answer the question, “What disease(s) are associated with AlzForum-derived sequence variants described in PRO”, we construct a query to find variants in UniProt or DisGeNET for AlzForum (https://www.alzforum.org/) PRO terms. The partial query result is shown in Fig. 3 as a knowledge graph.
Fig. 3

Knowledge graph of exemplary query result of federated SPARQL query 2 (Find variants in UniProt or DisGeNET for AlzForum PRO terms). Ellipse and circle shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties. Circle shapes represent anonymous classes or blank nodes.

Knowledge graph of exemplary query result of federated SPARQL query 2 (Find variants in UniProt or DisGeNET for AlzForum PRO terms). Ellipse and circle shapes are RDF nodes. Rectangle shapes are RDF literals. Directed edges are RDF properties. Circle shapes represent anonymous classes or blank nodes. Query 2: PREFIX obo:purl.obolibrary.org/obo/> PREFIX up:purl.uniprot.org/core/> PREFIX ud:purl.uniprot.org/database/> PREFIX taxon:purl.uniprot.org/taxonomy/> PREFIX rdf: PREFIX rdfs: PREFIX sio: PREFIX ncit: PREFIX dcterms:purl.org/dc/terms/> PREFIX so:purl.obolibrary.org/obo/SO_> PREFIX oboInOwl: PREFIX skos: SELECT DISTINCT ?PRO (?PRO_Label AS?Name) (STRAFTER(STRBEFORE(STR(?PRO_Category), “.”), “ = “) AS?Category) (STRBEFORE(STRAFTER(STR(?PRO_Category), “.”), “.”) AS?Comment) (?protein AS?UniProt) (?uniprotvar AS?UniProt_Var) (?variant AS?DisGeNET_Var) (STR(?variantTitle) AS?RS_ID) (STR(?vscore) AS?VDAScore) (?disease AS?Disease) (STR(?diseaselabel) AS?DiseaseName) (?gene AS?Gene) (STR(?gSymbol) AS?GeneSymbol) (STR(?geneTitle) AS?GeneName) WHERE { { SELECT?PRO?Parent?PRO_Label?PRO_Category?uniprotvar WHERE { VALUES?PRO {obo:PR_000037702 obo:PR_000037753} ?PRO rdfs:subClassOf?Parent. ?Parent rdfs:seeAlso?uniprotvar. ?PRO rdfs:label?PRO_Label. ?PRO rdfs:comment?PRO_Category. FILTER(CONTAINS(LCASE(?PRO_Category), “by = alzforum”)) FILTER(CONTAINS(LCASE(STR(?uniprotvar)), “annotation”)) } } SERVICE { ?uniprotvar a up:Natural_Variant_Annotation; rdfs:seeAlso?_rs; skos:related?up_disease. ?up_disease a up:Disease; rdfs:comment?up_disease_comment. FILTER(CONTAINS(LCASE(?up_disease_comment), “alzheimer”)) [] rdf:object?uniprotvar; rdf:predicate up:annotation; rdf:subject?protein; a rdf:Statement. BIND(IRI(REPLACE(STR(?_rs), “purl.uniprot.org”, “identifiers.org”)) AS?variant) } SERVICE { OPTIONAL { ?vda sio:SIO_000628?variant,?disease; sio:SIO_000216?vscoreIRI.?vscoreIRI sio:SIO_000300?vscore.?variant dcterms:title?variantTitle.?disease rdfs:label?diseaselabel.?disease dcterms:title?diseaseTitle. FILTER(CONTAINS(LCASE(?diseaseTitle), “alzheimer”)) OPTIONAL {?variant so:associated_with?gene.?gene a ncit:C16612.?gene dcterms:title?geneTitle.?gene sio:SIO_000205?symbolUri.?symbolUri dcterms:title?gSymbol. } } } } ORDER BY DESC(?vscore)

Discussion

The guiding principles of FAIR data aim to facilitate the discovery, integration, and analysis of relevant datasets by humans and machines by making them Findable (F), Accessible (A), Interoperable (I), and Reusable (R)[28]. As a community resource, we strive to follow FAIR principles, disseminate regular updates of our data, support multiple methods for accessing, querying and downloading data in various formats, and provide documentation both for scientists and programmers. The formal FAIRness assessment[29,30] results for Protein Ontology Linked Open Data are presented in Table 2. According to the results, PRO follows the FAIR principles quite well. Moreover, according to the YummyData SPARQL endpoint monitor, PRO (https://yummydata.org/endpoint/129) ranks among the top 5 endpoints by the Umaka Score[24] calculated based on six criteria: Availability, Freshness, Operation, Usefulness, Validity and Performance.
Table 2

The formal FAIRness assessment results for Protein Ontology Linked Open Dataset.

MetricRequirementResourceResource data/content
F1AIRI for a registered identifier scheme for your resource’s IRIPURL schemaPURL schema
http://purlz.orghttp://purlz.org
F1BIRI to a document describing the persistency policy for the identifier of this datahttp://purlz.orghttp://purlz.org
https://lod.proconsortium.org/rdf.html#uri
F2IRI for machine-readable metadata for the resourcehttps://lod.proconsortium.org/releases/latest/void.ttlhttps://lod.proconsortium.org/PR_000025934
IRI to file format for this metadatahttps://www.w3.org/TR/void/https://www.w3.org/TR/void/
F3Is the resource identifier specified in the metadata?YesYes
F4URL to a search engine indexing your resourcehttps://www.google.comhttps://www.google.com
Search query/terms“Protein Ontology” - > First hit“PR_000025934” - > First hit
A1.1URL to the description of the protocolHTTPHTTP
https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocolhttps://ecciki/Hypertext_Transfer_Protocol
Is the protocol open?YesYes
Is the protocol (royalty) free?YesYes
A1.2Is authorization required to access the content of your resource?NoNo
A2URL to metadata longevity planhttps://lod.proconsortium.org/release.htmlProvided at the dataset level
I1URL to a specification languageRDFS and OWL ontologyRDFS and OWL ontology
https://www.w3.org/TR/rdf-schema/https://www.w3.org/TR/rdf-schema/
https://www.w3.org/TR/owl2-overview/https://www.w3.org/TR/owl2-overview/
I2Maximum 3 IRIs for vocabularies used within the (meta)datahttp://purl.org/dc/terms/dcterms:title “PRO Linked Open Data”@en
http://www.w3.org/ns/dcat#dcat:keyword “Protein Ontology”^^xsd:string, “Linked Open Data”^^xsd:string
http://www.w3.org/2004/02/skos/core#void:linkPredicate skos:closeMatch
I3URL to a LinkSet (https://www.w3.org/TR/void/) for the resourcehttps://lod.proconsortium.org/releases/latest/void.ttlProvided at the dataset level
R1.1URL to license/terms of use for the resourcehttps://creativecommons.org/licenses/by/4.0/
R1.2Maximum 3 IRIs used to describe the provenance of the resourcehttp://purl.org/dc/terms/dcterms:accrualPeriodicity freq:quarterly
http://xmlns.com/foaf/0.1/dcterms:publisher [foaf:page]
http://purl.org/pav/pav:hasCurrentVersion:prolod59_0
Maximum 3 IRIs used to describe domain informationhttp://purl.obolibrary.org/obo/pr#oboInOwl:hasSynonymType pr:PRO-short-label
http://purl.obolibrary.org/obo/obo:PR_Q7TMZ5
http://www.geneontology.org/formats/oboInOwl#oboInOwl:hasSynonymType pr:PRO-short-label
R1.3IRI that represents certification from a recognized authorityhttp://yummydata.orgProvided at the dataset level
The formal FAIRness assessment results for Protein Ontology Linked Open Dataset. Nonetheless, there are still some improvements to be made, and these will be addressed in the future work. For example, we plan to improve PRO entry pages to support content negotiation with structured data, such as JSON-LD to provide explicit clues about the meaning of the PRO term to search engines. PRO has a user-friendly web interface that supports search, browse and retrieval of PRO terms and related information at https://proconsortium.org/. The PRO website also provides a query interface to the SPARQL endpoint, and new functionality using Linked Open Data is being developed. Web statistics show an increasing proportion of accesses to the SPARQL query interface over text searches, indicating the trends towards using the SPARQL server and programmatic access.

Methods

Data imported into PRO comes largely from well-known curated sources (for example, UniProtKB and Reactome) that are updated with each release through a combination of manual and automated means. Special attention is given to terms for which positional information is cited. Upon import, and regularly thereafter, such positions are verified against the current protein sequence (for example, to ensure that a named amino acid is at the indicated position on the sequence). Data integrity and consistency of ontology is checked prior to each release using the ELK reasoner[31], a very fast reasoner that supports the EL subset of OWL 2 as part of the ROBOT tool[32]. Users can query PRO Linked Open Data using SPARQL at https://sparql.proconsortium.org/virtuoso/sparql, which is powered by OpenLink Virtuoso server community edition (http://vos.openlinksw.com/owiki/wiki/VOS) (version 07.20.3217) with the faceted browser, SPARQL 1.1 query federation and Cross-Origin Resource Sharing (CORS) enabled to support a range of complex and federated queries that merge data from other SPARQL endpoints.

Faceted browser

Protein Ontology Linked Open Dataset can be accessed via Virtuoso Faceted Browser (Fig. 4), a general-purpose RDF data query facility for data exploration by faceted browsing over entity relationship types (i.e. relations).
Fig. 4

Virtuoso faceted browser query interface and result table view.

Virtuoso faceted browser query interface and result table view.

SPARQL GUI

Protein Ontology Linked Open Data can be accessed via YASGUI (Yet Another Sparql GUI), a web application to query any SPARQL endpoint. YASGUI provides various advanced features for creating, sharing, and visualizing SPARQL queries and their results. We also provided a comprehensive set of example SPARQL queries (Fig. 5).
Fig. 5

PRO LOD SPARQL GUI. It provides users with a portal to query Protein Ontology Linked Open Data using the SPARQL 1.1 standards as well as a comprehensive set of example queries.

PRO LOD SPARQL GUI. It provides users with a portal to query Protein Ontology Linked Open Data using the SPARQL 1.1 standards as well as a comprehensive set of example queries.

RESTful APIs

As a full query language, SPARQL can be difficult for some people to learn. We therefore developed RESTful APIs (Fig. 6) for programmatic access to Protein Ontology Linked Open Data for data integration or analysis. The API specification was designed using the Swagger™ Editor based on OpenAPI Specification 3. Swagger UI was used to visualize and interact with the API’s resources automatically generated from API specifications. The PRO APIs include 8 API operation groups and 34 access paths as shown in Table 3 and are implemented using the Django-REST framework.
Fig. 6

API documentation for Protein Ontology Linked Open Data. The Swagger™ API generates an interactive webpage where users can ‘try out’ the service with real queries. Results are returned in the ‘Response Body’ in the user selected response format (JSON illustrated) or XML.

Table 3

Currently supported Protein Ontology RESTful API endpoints.

API Operation GroupAPI Access Path*Description
PRO Terms/prosSearch PRO terms.
/pros/{proIds}Return PRO terms by IDs.
Proteoform Terms/proforms/modificationReturns a list of modified protein forms.
/proforms/modification/phosphorylatedReturns a list of phosphorylated protein forms.
/proforms/modification/methylatedReturns a list of methylated protein forms.
/proforms/modification/acetylatedReturns a list of acetylated protein forms.
/proforms/modification/ubiquitinatedReturns a list of ubiquitinated protein forms.
/proforms/modification/glycosylatedReturns a list of glycosylated protein forms.
/proforms/orthoisoformReturns a list of ortho-isoform protein forms.
/proforms/orthomodformReturns a list of ortho-modform protein forms.
/proforms/sequenceReturns a list of sequence level protein forms.
/proforms/organism-sequenceReturns a list of organism-sequence level protein forms.
Protein Evolutionary Terms/proevos/familyReturns a list of family level protein terms.
/proevos/geneReturns a list of gene level protein terms.
/proevos/organism-geneReturns a list of organism-gene level protein terms.
Protein Complex Terms/procomps/organismReturns a list of organism specific protein complex terms.
/procompsReturns a list of organism non-specific protein complex terms.
Database Cross-references/dbxrefs/EcoCyc_IDReturns a list of PRO terms with EcoCyC ID as cross-reference.
/dbxrefs/HGNC_IDReturns a list of PRO terms with HGNC ID as cross-reference.
/dbxrefs/MGI_IDReturns a list of PRO terms with MGI ID as cross-reference.
/dbxrefs/Ontology_IDReturns a list of PRO terms with Ontology ID as cross-reference.
/dbxrefs/PANTHER_IDReturns a list of PRO terms with PANTHER ID as cross-reference.
/dbxrefs/PIRSF_IDReturns a list of PRO terms with PIRSF ID as cross-reference.
/dbxrefs/PMIDReturns a list of PRO terms with PMID as cross-reference.
/dbxrefs/Reactome_IDReturns a list of PRO terms with Reactome ID as cross-reference.
/dbxrefs/NCBITaxon_IDReturns a list of PRO terms with NCBI Taxon ID as cross-reference.
/dbxrefs/UniProtKB_IDReturns a list of PRO terms with UniProtKB ID as cross-reference.
PRO Annotation File/paf/{proIds}Returns annotations for the given PRO ID(s).
OBO File/obo/{proIds}Returns PRO term in OBO format for the given PRO ID(s).
DAG/dag/parent/{proIds}Returns direct parent PRO terms by the given PRO ID(s).
/dag/ancestor/{proIds}Returns direct and indirect parent PRO terms by the given PRO ID(s).
/dag/children/{proIds}Returns direct children PRO terms by the given PRO ID(s).
/dag/descendant/{proIds}Returns direct and indirect children PRO terms by the given PRO ID(s).
/dag/hierarchy/{proId}Returns hierarchy of PRO terms by the given PRO ID.

*After “https://research.bioinformatics.udel.edu/PRO_API/V1”.

API documentation for Protein Ontology Linked Open Data. The Swagger™ API generates an interactive webpage where users can ‘try out’ the service with real queries. Results are returned in the ‘Response Body’ in the user selected response format (JSON illustrated) or XML. Currently supported Protein Ontology RESTful API endpoints. *After “https://research.bioinformatics.udel.edu/PRO_API/V1”. Users can use the API web interface to interactively customize the API requests. The API web pages also provide users with dynamically generated source code (client libraries) for common scripting and programming languages that provide examples with their query options and filters fully integrated that can be used as standalone scripts or programs or integrated into users’ large projects.

RDF dumps

RDF dumps of Protein Ontology Linked Open Data are available for download in application/rdf + xml or text/turtle formats with corresponding RDF centric statistics, as shown in Table 4. Each dataset is loaded into a named graph in the Virtuoso triple store. A set of six RDF centric metrics are computed for each dataset that summarize their contents:
Table 4

RDF centric statistics for Protein Ontology Linked Open Dataset (release 61.0).

DatasetNamed GraphTriplesClassesEntitiesSubjectsPredicatesObjects
prohttp://purl.obolibrary.org/obo/pr11,858,720281,996,1802,285,489483,1298,222
pafhttp://pir.georgetown.edu/pro/paf91,40748,31319,7332231,301
pro-ensembl-closeMatch-linksethttps://lod.proconsortium.org/ensembl-closeMatch480024224
pro-ensemblbacteria-closeMatch-linksethttps://lod.proconsortium.org/ensemblbacteria-closeMatch1,758004932879
pro-hgnc-closeMatch-linksethttps://lod.proconsortium.org/hgnc-closeMatch36,5420018,268218,271
pro-mgi-closeMatch-linksethttps://lod.proconsortium.org/mgi-closeMatch31,0240015,509215,512
pro-ncbigene-closeMatch-linksethttps://lod.proconsortium.org/ncbigene-closeMatch5,310001,69322,655
pro-reactome-closeMatch-linksethttps://lod.proconsortium.org/reactome-closeMatch29,0420010,169214,521
pro-reactome-exactMatch-linksethttps://lod.proconsortium.org/reactome-exactMatch43,9980011,220314,666
pro-rgd-closeMatch-linksethttps://lod.proconsortium.org/rgd-closeMatch14,690007,34327,345
pro-sgd-closeMatch-linksethttps://lod.proconsortium.org/sgd-closeMatch2,522001,26121,261
pro-uniprotkb-closeMatch-linksethttps://lod.proconsortium.org/uniprotkb-closeMatch274,3080054,9602133,016
pro-uniprotkb-exactMatch-linksethttps://lod.proconsortium.org/uniprotkb-exactMatch527,41800175,7933169,975
pro-uniprotkbvar-closeMatch-linksethttps://lod.proconsortium.org/uniprotkbvar-closeMatch93800412469
pro-uniprotkbvar-exactMatch-linksethttps://lod.proconsortium.org/uniprotkbvar-exactMatch1,407004693469
pro-wormbase-closeMatch-linksethttps://lod.proconsortium.org/wormbase-closeMatch3,570001,78521,785
voidhttps://sparql.proconsortium.org/.well-known/void2,32677429263606

SPARQL queries used to calculate statistics can be found at https://code.google.com/archive/p/void-impl/wikis/SPARQLQueriesForStatistics.wiki.

The triples in “exactMatch-linkset” use “skos:exactMatch” as linkPredicate. The triples in “closeMatch-linkset” use “skos:closeMatch” as linkPredicate.

total number of triples total number of distinct classes (the number of distinct resources occurring as objects of rdf:type) total number of entities total number of distinct subject nodes total number of distinct predicates total number of distinct object nodes RDF centric statistics for Protein Ontology Linked Open Dataset (release 61.0). SPARQL queries used to calculate statistics can be found at https://code.google.com/archive/p/void-impl/wikis/SPARQLQueriesForStatistics.wiki. The triples in “exactMatch-linkset” use “skos:exactMatch” as linkPredicate. The triples in “closeMatch-linkset” use “skos:closeMatch” as linkPredicate.
  27 in total

1.  The EBI RDF platform: linked open data for the life sciences.

Authors:  Simon Jupp; James Malone; Jerven Bolleman; Marco Brandizi; Mark Davies; Leyla Garcia; Anna Gaulton; Sebastien Gehant; Camille Laibe; Nicole Redaschi; Sarala M Wimalaratne; Maria Martin; Nicolas Le Novère; Helen Parkinson; Ewan Birney; Andrew M Jenkinson
Journal:  Bioinformatics       Date:  2014-01-11       Impact factor: 6.937

2.  YummyData: providing high-quality open life science data.

Authors:  Yasunori Yamamoto; Atsuko Yamaguchi; Andrea Splendiani
Journal:  Database (Oxford)       Date:  2018-01-01       Impact factor: 3.451

3.  A design framework and exemplar metrics for FAIRness.

Authors:  Mark D Wilkinson; Susanna-Assunta Sansone; Erik Schultes; Peter Doorn; Luiz Olavo Bonino da Silva Santos; Michel Dumontier
Journal:  Sci Data       Date:  2018-06-26       Impact factor: 6.444

4.  Reporting and connecting cell type names and gating definitions through ontologies.

Authors:  James A Overton; Randi Vita; Patrick Dunn; Julie G Burel; Syed Ahmad Chan Bukhari; Kei-Hoi Cheung; Steven H Kleinstein; Alexander D Diehl; Bjoern Peters
Journal:  BMC Bioinformatics       Date:  2019-04-25       Impact factor: 3.169

5.  Mouse Genome Database (MGD) 2019.

Authors:  Carol J Bult; Judith A Blake; Cynthia L Smith; James A Kadin; Joel E Richardson
Journal:  Nucleic Acids Res       Date:  2019-01-08       Impact factor: 16.971

6.  OSCI: standardized stem cell ontology representation and use cases for stem cell investigation.

Authors:  Yongqun He; William D Duncan; Daniel J Cooper; Jens Hansen; Ravi Iyengar; Edison Ong; Kendal Walker; Omar Tibi; Sam Smith; Lucas M Serra; Jie Zheng; Sirarat Sarntivijai; Stephan Schürer; K Sue O'Shea; Alexander D Diehl
Journal:  BMC Bioinformatics       Date:  2019-04-25       Impact factor: 3.169

7.  Integrative annotation and knowledge discovery of kinase post-translational modifications and cancer-associated mutations through federated protein ontologies and resources.

Authors:  Liang-Chin Huang; Karen E Ross; Timothy R Baffi; Harold Drabkin; Krzysztof J Kochut; Zheng Ruan; Peter D'Eustachio; Daniel McSkimming; Cecilia Arighi; Chuming Chen; Darren A Natale; Cynthia Smith; Pascale Gaudet; Alexandra C Newton; Cathy Wu; Natarajan Kannan
Journal:  Sci Rep       Date:  2018-04-25       Impact factor: 4.379

8.  Murine Oviductosomes (OVS) microRNA profiling during the estrous cycle: Delivery of OVS-borne microRNAs to sperm where miR-34c-5p localizes at the centrosome.

Authors:  Zeinab Fereshteh; Skye A Schmidt; Amal A Al-Dossary; Monica Accerbi; Cecilia Arighi; Julie Cowart; Jia L Song; Pamela J Green; Kyungmin Choi; Soonmoon Yoo; Patricia A Martin-DeLeon
Journal:  Sci Rep       Date:  2018-10-31       Impact factor: 4.379

9.  LION LBD: a literature-based discovery system for cancer biology.

Authors:  Sampo Pyysalo; Simon Baker; Imran Ali; Stefan Haselwimmer; Tejas Shah; Andrew Young; Yufan Guo; Johan Högberg; Ulla Stenius; Masashi Narita; Anna Korhonen
Journal:  Bioinformatics       Date:  2019-05-01       Impact factor: 6.937

10.  FAIR adoption, assessment and challenges at UniProt.

Authors:  Leyla Garcia; Jerven Bolleman; Sebastien Gehant; Nicole Redaschi; Maria Martin
Journal:  Sci Data       Date:  2019-09-20       Impact factor: 6.444

View more
  1 in total

1.  RTX-KG2: a system for building a semantically standardized knowledge graph for translational biomedicine.

Authors:  E C Wood; Amy K Glen; Lindsey G Kvarfordt; Finn Womack; Liliana Acevedo; Timothy S Yoon; Chunyu Ma; Veronica Flores; Meghamala Sinha; Yodsawalai Chodpathumwan; Arash Termehchy; Jared C Roach; Luis Mendoza; Andrew S Hoffman; Eric W Deutsch; David Koslicki; Stephen A Ramsey
Journal:  BMC Bioinformatics       Date:  2022-09-29       Impact factor: 3.307

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.