<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Creating and Exploiting the Intrinsically Disordered Protein Knowledge Graph (IDP-KG)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>ir J. G. Gr</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>tros P</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>opoulos</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Asi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Biomedical Sciences, University of Padua</institution>
          ,
          <addr-line>Padova</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, Heriot-Watt University</institution>
          ,
          <addr-line>Edinburgh</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>There are many data sources containing overlapping information about Intrinsically Disordered Proteins (IDP). IDPcentral aims to be a registry to aid the discovery of data about proteins known to be intrinsically disordered by aggregating the content from these sources. Traditional ETL approaches for populating IDPcentral require the API and data model of each source to be wrapped and then transformed into a common model. In this paper, we investigate using Bioschemas markup as a mechanism to populate the IDPcentral registry by constructing the Intrinsically Disordered Protein Knowledge Graph (idp-kg). Bioschemas markup is a machine-readable, lightweight representation of the content of each page in the site that is embedded in the HTML. For any site it is accessible through a HTTP request. We harvest the Bioschemas markup in three IDP sources and show the resulting idp-kg has the same breadth of proteins available as the original sources, and can be used to gain deeper insight into their content by querying them as a single, consolidated knowledge graph.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Graphs</kwd>
        <kwd>Schema</kwd>
        <kwd>org</kwd>
        <kwd>Bioschemas</kwd>
        <kwd>Findable</kwd>
        <kwd>Intrinsically Disordered Proteins</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        One of the goals of the ELIXIR Intrinsically Disordered Protein (IDP)
community is to create a centralised registry for IDP data to support the community in
their data analyses. The registry will aggregate data contained in the
community's numerous specialist data sources, such as DisProt [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], MobiDB [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], and
Protein Ensemble Database (PED) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], that contain overlapping but
complimentary data about IDPs. Users of the registry should be able to search for IDPs
and be presented with summary details of the protein and how it is known to
be disordered; with the specialist source consulted for more detailed data.
      </p>
      <p>
        Bioschemas is a community e ort to provide machine-readable markup within
life sciences resources to increase their discoverability [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The community have
Copyright © 2022 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
developed extensions to the core Schema.org vocabulary [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to enable the
representation of life science concepts such as proteins. Deployments of this markup
have been made in several life sciences resources, including DisProt, MobiDB,
and PED. Bioschemas also provide usage pro les that recommend which
properties should be present in the markup to represent a speci c resource. The
purpose of these pro les is to simplify the consumption and use of the markup.
      </p>
      <p>In this paper, we demonstrate that Bioschemas markup can be harvested
to create a central repository of IDPs by creating the Intrinsically Disordered
Proteins Knowledge Graph (idp-kg3). It is not su cient to simply harvest all
the markup into a single data repository. The concepts within the markup need
to be identi ed and reconciled since the sources contain overlapping, and
potentially con icting, information about proteins but use di erent identi ers for the
proteins. Therefore, the provenance of each statement should be tracked so that
users of the registry can retrieve full details from the original data source.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>We will now discuss the background material for our work. Note that throughout
this paper we will use CURIEs to link to items in databases. These can be
resolved using Identi ers.org. Similarly, ontology terms will be given as CURIEs
that correspond to the widely used pre xes given in https://pre x.cc.
2.1</p>
      <sec id="sec-2-1">
        <title>Schema.org and Bioschemas</title>
        <p>
          Schema.org provides a way to add semantic markup to web pages to enable
those web pages to become more understandable by the search engines that
index them, and therefore to improve search results [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Markup is increasingly
being applied to web pages as it boosts a site's ranking in search results. The
markup in web pages also enhances the search experience for end users, e.g.
enabling them to make more informed decisions when deciding between two
search results, or by providing dedicated search portals such as Google Dataset
Search [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] or ELIXIR's training portal TeSS [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>The Schema.org vocabulary provides types which correspond to the things we
can describe, and properties which capture the characteristics of those things.
The majority of the vocabulary is focused on generic web search, e.g. books,
movies, or places, but it also includes types relevant to science, e.g. Dataset,
and most recently types have been added for Bioinformatics4 such as Gene,
Protein, and Taxon. A major bene t of this approach is that the markup is
accessible to all through a common API, i.e. HTTP Get requests, there is no
need to learn and code for the REST API of each individual source.</p>
        <p>
          The Bioschemas community (Bioschemas.org) promotes the use of Schema.org
markup within life sciences web resources to improve their Findability, and
provide lightweight Interoperability (c.f. the FAIR Data Principles) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The
community achieve this by:
        </p>
        <sec id="sec-2-1-1">
          <title>3 https://alasdairgray.github.io/IDP-KG/ accessed 30 Sept 2021</title>
          <p>4 Schema.org v13.0 https://schema.org/version/13.0 accessed 30 Aug 2021.
1. Proposing extensions to the Schema.org vocabulary to include types and
properties relevant for life sciences resources; and
2. Providing recommended usage pro les over Schema.org types.</p>
          <p>Seven types covering key life sciences areas have been included in the Schema.org
pending vocabulary. The Bioschemas community continue to work to add more
types, e.g. the annotation of genes or proteins using a SequenceAnnotation
type. The goal is not to replace existing life sciences ontologies, but to
provide a lightweight vocabulary to aid discovery of resources. Once discovered it
is expected that detailed biological models, captured with rich Interoperable
ontologies, will be used to accurately describe the data.</p>
          <p>For any given type in Schema.org, there can be a large number of
properties available to use, many of which can be inherited from parent types. For
example, the Dataset type has over 100 properties due to the inheritance from
CreativeWork and Thing. This can make it di cult for developers of markup
to know which properties to use, and certainly they are unlikely to use all.
Bioschemas pro les5 provide usage guidelines for Schema.org types; identifying
the most critical properties to aid search, and important properties for
disambiguation; presented as minimal and recommended properties respectively. This
provides a much smaller pool of properties for types relating to the life sciences.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Intrinsically Disordered Protein Data Sources</title>
        <p>The ELIXIR IDP community6 curates and maintains many data resources that
function as the basis of the IDPcentral registry. These specialist data sources
are built around a subset of proteins having the interesting property of being
unstructured or structurally disordered. The structural and functional aspects
of such proteins are covered in three distinct resources.</p>
        <p>
          DisProt [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] is a manually curated database of IDPs where structural disorder
and functional annotation is recorded directly from evidence in scienti c
publications. For each protein, Bioschemas markup is exposed describing all disordered
regions and their functions. These are represented as a SequenceAnnotation
that identify a region of the protein sequence using a SequenceRange and
associating it with a de ned term from the IDPOntology [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>
          MobiDB [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] is a comprehensive database with experimental and predicted
protein disorder for all known protein sequences. Although all MobiDB entries
are marked up with Bioschemas, only the most interesting subset of entries
appears in the sitemap index. This subset contains ~2k entries out of 189M
entries in the complete MobiDB. A set of SequenceAnnotation types is exposed
for each Protein identifying all consensus predicted disordered regions, with the
range of the region captured as a SequenceRange.
        </p>
        <p>
          The Protein Ensemble Database (PED) [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] is a primary database for the
deposition of protein structural assemblies which include intrinsically disordered
5 Bioschemas pro les https://bioschemas.org/profiles/ accessed 30 Aug 2021.
6 https://elixir-europe.org/communities/intrinsically-disordered-proteins
accessed Sept 2021
proteins. A database entry in PED consists of an ensemble of proteins, in
contrast to the other two resources where an entry describes a single protein. At
the protein level, the description is comparable to DisProt and MobiDB with
individual proteins annotated with a series of SequenceAnnotation types
having de ned terms describing the detection method used to obtain structural
information connected to a speci c SequenceRange region.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Knowledge Graph Generation</title>
      <p>The creation of the idp-kg requires two steps. First we must harvest the markup
from each of the data sources. Second we need to transform the source markup
into the model for the knowledge graph, reconciling the multiple identi ers for
a speci c protein into a single concept.
3.1</p>
      <sec id="sec-3-1">
        <title>Data Harvesting</title>
        <p>The markup was extracted from the three data sources using the Bioschemas
Markup Scraper and Extractor (bmuse). Markup is extracted using HTTP Get
requests which means that resource speci c APIs do not need to be coded for.
To verify the correctness of the harvesting, we developed three datasets.
BMUSE. The Bioschemas Markup Scraper and Extractor (bmuse7) is a data
harvester developed speci cally to extract markup embedded within web pages.
bmuse has been developed to extract markup embedded as either JSON-LD or
RDFa, and also supports the use of both in the same page. The pages to be
harvested can be static, or be single page applications (dynamic) that require
JavaScript processing on the client side to generate the page content. bmuse
harvests data from a given list of URLs or sitemaps; it does not perform web
crawling by following links embedded within pages. A maximum number of pages
to harvest per sitemap is also required.</p>
        <p>For each page extracted, bmuse generates an n-quad le containing:
1. The extracted markup stored in an RDF named graph with the IRI of the
named graph being uniquely constructed based on the date of the scrape and
the page visited. Where the markup does not contain a subject IRI for the
data, i.e. the JSON-LD markup does not include an @id attribute, bmuse
substitutes in the page URL to avoid the use of blank nodes.
2. Provenance data about the data harvesting. This is stored in the default
graph and describes the named graph in which the data is stored. The
provenance data provided is:
{ URL of the page visited using pav:retrievedFrom
{ Date of extraction using pav:retrievedOn
{ The version of bmuse used to harvest the data using pav:createdWith</p>
        <sec id="sec-3-1-1">
          <title>7 https://github.com/HW-SWeL/BMUSE accessed Sept 2021</title>
          <p>The pav:retrievedFrom property can be used to provide the links back
from individual pieces of data to the source from which it came. The other
two properties are primarily used for debugging purposes, although the retrieval
date can also be used to ensure that the most up to date data is available in the
generated idp-kg.</p>
          <p>
            Harvested Data. To develop and test the data processing pipeline to be applied
to the harvested data, we used a series of test datasets. These correspond to data
harvested from the three data sources on 28 September 2021. We note that in
the initial run of bmuse 13 pages produced errors due to timeouts. These pages
were harvested in a second run with just those pages listed as targets.
Test-8: This dataset consists of eight sample pages that correspond to those
used in [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ]. In constructing this test dataset, we ensured that there was at
least one protein (uniprot:P03265) that was present in all three datasets.
Two additional pages have been added since the previous work which
correspond to the DisProt homepage and another page that exists in the
DisProt sitemap but contains no markup. These were added to ensure that the
pipeline would work with pages not corresponding to protein information.
Sample-25: This dataset contains the rst 25 pages harvested from each of the
sitemaps of the source databases. This corresponds to 5 to 9 pages of site
structure and then rst 25 protein pages per source8. This dataset allowed
us to check the pipeline would scale up.
          </p>
          <p>Full: This dataset contains all pages that could be harvested from the sitemaps
of the three data sources. This contains the 5 to 9 pages of site structure per
data source and all protein pages listed in the sitemap. This dataset is used
to construct the idp-kg.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Data Transformation</title>
        <p>
          After the data has been harvested, it is processed so that information about a
particular protein, which can come from multiple sources, is consolidated into
a single concept for the protein, with links back to where each piece of data
originated. The data transformation process is available as a Jupyter Notebook9.
This is an extended version of the notebook presented in [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], containing bug xes
and the ability to extract markup corresponding to more Bioschemas pro les.
        </p>
        <p>The notebook uses SPARQL CONSTRUCT queries to extract the data from
the harvested pages and convert them into the idp-kg model, based on the
Bioschemas vocabulary. While the queries are based on the properties listed
in the corresponding Bioschemas pro le, they make extensive use of OPTIONAL
clauses since the data does not always exactly correspond to the pro le.
8 The sitemap of each source is split into two entries in the bmuse con guration le.
9 https://github.com/AlasdairGray/IDP-KG/blob/main/notebooks/ETLProcess.</p>
        <p>ipynb accessed Sept 2021</p>
        <p>Bioschemas Pro les. Within the three data sources, we expected to nd
markup conforming to the following Bioschemas pro les:
{ DataCatalog (v0.3-RELEASE)
{ Dataset (v0.3-RELEASE)
{ Protein (v0.11-RELEASE)
{ SequenceAnnotation (v0.1-DRAFT)
{ SequenceRange (v0.1-DRAFT)
Additionally, within these pro les there are uses of the Schema.org types
PropertyValue and DefinedTerm, which must be processed separately, and
references to pages of type ScholarlyArticle.</p>
        <p>While all the data conforms to the same data vocabulary, there are di
erences in the underlying usage. DisProt and MobiDB provide protein centric
representations of the data. PED provides a cluster of proteins on a single page.
These di erences need to be consolidated into a coherent knowledge graph model
centred around proteins.</p>
        <p>Instance Merging. Each of the data sources uses their own identi er scheme
to identify concepts in their data. Within the idp-kg, we need to aggregate the
data from the multiple sources into a single consolidated entry, which will need
its own identi er. In considering the di erent entity types, it was decided that
only the proteins would be merged, as there is no clear way to decide when two
annotations are equivalent and it is not expected that multiple instances of the
Dataset and DataCatalog data would appear in the di erent datasets.</p>
        <p>
          The IDPcentral team have decided they will use UniProt accessions [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] as
a central spine for identifying proteins. This means that for each source web
page about a protein, where the protein is identi ed by the data source's IRI,
e.g. https://disprot.org/DP00003, the conversion process needs to align and
merge this to a UniProt accession number. Fortunately each source includes a
schema:sameAs declaration to the UniProt accession, although di erent UniProt
namespaces were used by the di erent sources. Each protein was given an IRI
in the IDPcentral namespace of the form
        </p>
        <p>https://idpcentral.org/id/&lt;accession&gt;
where &lt;accession&gt; is replaced by the UniProt accession for the protein.
Knowledge Graph Construction. While constructing the IDPcentral
knowledge graph, it was assumed that the data sources would contain declarations of
the same property of information, e.g. the name of the protein. However, we
do not assume that they are consistent in their content. There are two cases to
consider. The rst is that each source contains di erent values but these
compliment each other, e.g. a list of synonyms where no source will necessarily have a
complete set but by merging the data from the sources the IDPcentral knowledge
graph would have a more complete set. The second case is where two sources
have di ering values for a property which should have a single speci c value, e.g.
protein name. Rather than decide that a speci c source's value should be used,
we have decided to include all values available in the sources together with the
provenance. Users of the data can then decide on the correct value, and feedback
issues to the source with the erroneous value.</p>
        <p>
          To support providing statement level provenance, we adopted the named
graph approach that was used in the Open PHACTS platform [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. This involves
placing data statements in named graphs based on the page where they have
been harvested from. The provenance data declared about the named graph is
stored in the default graph.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Data Analysis</title>
      <p>
        To verify the generated knowledge graph, we performed various data analyses.
These build on the queries from [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] but go further in their analysis. The queries
are available in a Notebook10 and also through the idp-kg SPARQL endpoint11.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Knowledge Graph Statistics</title>
        <p>
          We rst give an overview of the idp-kg using the statistics recommended in the
HCLS Community Pro le for Dataset Descriptions [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. A summary of some of
the key statistics can be found in Table 1, with the full statistics available in the
notebook. The basic statistics show that the key di erence between our three
knowledge graphs is the number of proteins. This is shown by the number of
properties and classes being constant between the three samples. This veri ed
that we were getting consistent performance from our ETL process over the
different harvested data samples, and our domain experts have veri ed the content
of the test-8 knowledge graph. We note that there are only two instances of the
Dataset type. This is due to an unresolved bug in bmuse, but does not a ect
the retrieval of proteins.
        </p>
        <p>Table 2 presents a comparison between the number of proteins found in the
original data sources and the number in the idp-kg. The comparison gives the
number of proteins in the di erent intersections of the data sources. The table
shows that the data harvesting completely recreates the information available in
the data sources.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2 IDP Analysis Queries</title>
        <p>Now that we have veri ed that the idp-kg is complete with respect to the
content of the sources, we can use it to analyse the data available about IDPs.
10 https://github.com/AlasdairGray/IDP-KG/blob/main/notebooks/</p>
        <p>AnalysisQueries.ipynb accessed Sept 2021
11 We have deployed the \Snorql - Extended Edition (https://github.com/
ammar257ammar/snorql-extended)" query interface at https://swel.macs.hw.ac.
uk/idp with access to the same queries that are used in the analysis notebook.</p>
        <p>KG
Triples
Subjects
Properties
Objects
Classes
Literals
Graphs
The answers presented in this section are possible due to the aggregation of the
data into a single knowledge graph. We only perform the following analysis over
the full idp-kg. The full set of responses to these queries are available through
the notebook or idp-kg SPARQL endpoint.</p>
        <p>From Table 1 we can see that there are 15,767 annotations on the proteins.
These correspond to 11,046 from DisProt, 4,488 from MobiDB, and 233 from
PED (annotations per dataset query). Using the annotations in multiple datasets
query, we can see that there are 912 proteins with annotations from more than
one dataset, with https://idpcentral.org/id/P04637 having a total 77
annotations, contributed by all 3 datasets. Using the annotations per article query, we
nd that there are 2,578 distinct scholarly articles referenced in the annotations,
with the article pubmed:20657787 providing 80 annotations. Finally, using the
annotations per term code query, we found that 149 codes from the Intrinsically
Disordered Protein Ontology are used, with IDPO:00076 (Disorder) being the
most common with 7,542 instances, followed by IDPO:00063 (Protein Binding)
with 1,325 instances.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Related Work</title>
      <p>
        Schema.org markup is extensively used by search engines (Google, Microsoft,
and Yandex) to optimise search results (SEO) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Rather than trying to infer
the topic and content of a page, the markup states explicitly what the page is
about. Based on this markup, search companies have been building extensive
knowledge graphs about the content of the Web, with the Google Knowledge
Graph being the most widely known. As well as improving search results, these
internal knowledge graphs are used to provide information boxes and rich
snippets for search results. Google have developed a dedicated Dataset Search Portal
based on the markup embedded within web pages about data on the web [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
The work reported here uses the same approach of harvesting data from the Web
to generate a knowledge graph, but rather than doing this at the scale of the
Web, we have focused on a speci c life sciences community who had a need to
aggregate their disparate data sources without needing to establish an agreed set
of web services. The ELIXIR TeSS training portal [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] uses Bioschemas markup
embedded within web pages to populate its registry. TeSS maintains a list of
sources that it gathers its data from, and as there is no overlap in the content
it does not need to reconcile the concepts that it retrieves.
      </p>
      <p>
        The work presented in this paper relies on the ability to harvest markup
embedded within web pages. The common crawl [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] is a public dataset
containing content retrieved from the Web. While it contains large amounts of data
that can be utilised to imitate the search engines, it does not have the focus
required for this work. Gleaner12 is an open source tool that can be used for
harvesting markup embedded within web sites. It has been built to exclusively
extract Schema.org markup; which limits it applicability when using new types
and properties that have yet to be included into the Schema.org vocabulary. It
also does not track where content has been retrieved from.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and Future Work</title>
      <p>In this work, we have shown that Bioschemas markup can be harvested,
transformed using a standard API (c.f. HTTP Get), and used to generate a
community focused knowledge graph. We veri ed that the breadth of coverage was
equivalent to the original sources, and showed that the resulting knowledge graph
can be used to gain further insight into the domain. As future work, we plan
to extend the number of sources from which we harvest data and to further
exploit the idp-kg to gain further insights into IDPs. We also intend to extend
our transformation framework so that it can be applied in other life sciences
communities with Bioschemas markup.
12 https://gleaner.io/ accessed September 2021</p>
      <p>Acknowledgements. This work was funded through the ELIXIR Strategic
Implementation Study Exploiting Bioschemas Markup to Support ELIXIR
Communities https://elixir-europe.org/about-us/commissioned-services/
exploiting-bioschemas-markup-support-elixir-communities. Early stages
of this work were carried out during the BioHackathon Europe 2020 organized
by ELIXIR in November 2020.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Beard</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bacall</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nenadic</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al:
          <article-title>TeSS: a platform for discovering life-science training opportunities</article-title>
          .
          <source>Bioinformatics</source>
          <volume>36</volume>
          (
          <issue>10</issue>
          ),
          <volume>3290</volume>
          {
          <fpage>3291</fpage>
          (
          <year>2020</year>
          ). https://doi.org/10.1093/bioinformatics/btaa047
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Brickley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burgess</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noy</surname>
          </string-name>
          , N.:
          <article-title>Google Dataset Search: Building a search engine for datasets in an open Web ecosystem</article-title>
          .
          <source>In: WWW '19</source>
          . pp.
          <volume>1365</volume>
          {
          <issue>1375</issue>
          (
          <year>2019</year>
          ). https://doi.org/10.1145/3308558.3313685
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marshall</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          , et al:
          <article-title>The health care and life sciences community pro le for dataset descriptions</article-title>
          .
          <source>PeerJ</source>
          <volume>4</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loizou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al:
          <article-title>Applying linked data approaches to pharmacology: Architectural decisions and implementation</article-title>
          .
          <source>Semantic Web</source>
          <volume>5</volume>
          (
          <issue>2</issue>
          ),
          <volume>101</volume>
          {
          <fpage>113</fpage>
          (
          <year>2014</year>
          ). https://doi.org/10.3233/SW-2012-0088
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papadopoulos</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Micetic</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hatos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Exploiting Bioschemas Markup to Populate IDPcentral</article-title>
          .
          <source>Tech. rep</source>
          .,
          <source>BioHackrXiv</source>
          (
          <year>2021</year>
          ). https://doi.org/10.37044/osf.io/v3jct, type: article
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jimenez</surname>
          </string-name>
          , R.:
          <article-title>Bioschemas: From Potato Salad to Protein Annotation</article-title>
          .
          <source>In: ISWC (Posters, Demos &amp; Industry Tracks)</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brickley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macbeth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Big data makes common schemas even more necessary</article-title>
          .
          <source>CACM</source>
          <volume>59</volume>
          (
          <issue>2</issue>
          ) (
          <year>2016</year>
          ). https://doi.org/10.1145/2844544
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hatos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hajdu-Soltesz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Monzon</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          , et al:
          <article-title>DisProt: intrinsic protein disorder annotation in 2020</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>48</volume>
          (
          <issue>D1</issue>
          ),
          <source>D269{D276</source>
          (
          <year>2020</year>
          ). https://doi.org/10.1093/nar/gkz975
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lazar</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mart</surname>
            nez-Perez,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quaglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al:
          <article-title>PED in 2021: a major update of the protein ensemble database for intrinsically disordered proteins</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>49</volume>
          (
          <issue>D1</issue>
          ),
          <source>D404{D411</source>
          (
          <year>2021</year>
          ). https://doi.org/10.1093/nar/gkaa1021
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <article-title>Introduction to Common Crawl Datasets</article-title>
          . In:
          <article-title>Getting Structured Data from the Internet: Running Web Crawlers/Scrapers on a Big Data Production Scale</article-title>
          , pp.
          <volume>277</volume>
          {
          <fpage>324</fpage>
          .
          <string-name>
            <surname>Apress</surname>
          </string-name>
          (
          <year>2020</year>
          ). https://doi.org/10.1007/978-1-
          <fpage>4842</fpage>
          -6576-5 6
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Piovesan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Necci</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escobedo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , et al:
          <article-title>MobiDB: intrinsically disordered proteins in 2021</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>49</volume>
          (
          <issue>D1</issue>
          ),
          <source>D361{D367</source>
          (
          <year>2021</year>
          ). https://doi.org/10.1093/nar/gkaa1058
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <article-title>The UniProt Consortium: UniProt: the universal protein knowledgebase in 2021</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>49</volume>
          (
          <issue>D1</issue>
          ),
          <source>D480{D489</source>
          (
          <year>2021</year>
          ). https://doi.org/10.1093/nar/gkaa1100
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>