User:Daniel/Queries/Graph profiling: Difference between revisions

From MaRDI portal
Line 38: Line 38:
* [https://ise-fizkarlsruhe.github.io/nfdicore/ NFDI Core Ontology]
* [https://ise-fizkarlsruhe.github.io/nfdicore/ NFDI Core Ontology]
* [https://sib-swiss.github.io/sparql-editor/check SPARQL Endpoint Metadata Check]
* [https://sib-swiss.github.io/sparql-editor/check SPARQL Endpoint Metadata Check]
** all fine with https://sparql.uniprot.org/
** warnings for https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql
** warnings for https://database.factgrid.de/sparql
* Vocabulary of Interlinked Datasets (VoID)
* Vocabulary of Interlinked Datasets (VoID)
** [http://vocab.deri.ie/void VoID vocabulary definition]
** [http://vocab.deri.ie/void VoID vocabulary definition]
** [https://www.w3.org/TR/void/ Describing Linked Datasets with the VoID Vocabulary]
** [https://www.w3.org/TR/void/ Describing Linked Datasets with the VoID Vocabulary]

Revision as of 05:02, 30 October 2024

About

This page assists in the collection and curation of queries that

  • can be used with no or minimal modification on multiple graphs
  • provide insights into the graph structure

Generic queries

Number of triples in the graph

SELECT (COUNT(*) AS ?count) WHERE {
  ?s ?p ?o
}

Number of distinct entities in the graph

Number of distinct relationships in the graph

Types of entities in the graph

External entities equivalent to entities in the graph

External entities equivalent to relationships in the graph

Entities with the largest number of triples

Entities with the lowest number of triples

Languages used in the graph

Queries for a specific set of KGs

  • Relative coverage of zbMATH authors in MaRDI vs. Wikidata

See also