Skip to main content
v2026.11,772 entries · CC-BY 4.0
Dictionary termTrack BProposedv2026.2

Linked Data Fragments

A family of Web interfaces for publishing RDF data — ranging from data dumps through SPARQL endpoints to lightweight Triple Pattern Fragments — designed to allow clients to query large RDF datasets without overloading the server.

ByCASRAI Editorial Board
· Last updated 22 Aug 2026
Share this

Ask CASRAI · included with Regulatory Radar

Ask about Linked Data Fragments

Ask CASRAI answers research-administration questions and cites the passages behind every claim — and says so when the corpus does not cover something, instead of guessing. It comes with a Regulatory Radar subscription at $29 a month, alongside the daily digest of regulatory changes and the dashboard of what changed.

150 questions a day, on this site, over the API, or inside your own tools through the CASRAI MCP server.

Everything CASRAI publishes — this page, the dictionary, the guides and the news — stays free to read, with no account and no card.

Examples

Worked examples

  • Is an instance

    A DBpedia TPF endpoint allowing federated queries without running a heavyweight SPARQL endpoint.

  • Is an instance

    A research-information graph published as TPF for client-side joining with other LDF sources.

Counter-examples

Looks similar, but isn't

  • Not an instance

    A REST API returning JSON is not LDF.

  • Not an instance

    A static SPARQL dump alone is one extreme of the LDF spectrum, not the full LDF interface.

Editorial commentary

Introduced by Ruben Verborgh and colleagues, Linked Data Fragments (LDF) reframe RDF publishing as a spectrum of client-server query-cost trade-offs rather than a single fixed interface. At one extreme, a full SPARQL endpoint answers arbitrary, complex queries but concentrates all computational cost on the server, making it expensive to keep available under heavy public load. At the other extreme, a static RDF dump shifts all query work onto the client, which must download and index the entire dataset before it can ask anything. The intermediate Triple Pattern Fragments (TPF) interface answers queries restricted to a single triple pattern (subject-predicate-object, with wildcards), letting a federation of cheap, low-maintenance servers support globally-scaled federated SPARQL queries via client-side query planning that stitches many simple triple-pattern requests together.

Why the spectrum matters for research infrastructure

Research-data and knowledge-graph publishers (authority files, controlled vocabularies, linked open datasets built from CRIS or repository metadata) routinely find that a full public SPARQL endpoint is the interface researchers most want but the hardest and most expensive to keep continuously available — a small number of expensive queries can degrade or take down the service for everyone. LDF’s contribution is treating that trade-off as a design choice with named intermediate points, rather than an all-or-nothing decision between a fragile SPARQL endpoint and an unqueryable static dump.

Worked example

DBpedia has published a Triple Pattern Fragments endpoint alongside its full SPARQL endpoint specifically so that federated, cross-dataset queries can be answered even when the heavyweight SPARQL service is under load — a client library performs the query planning locally, issuing many simple triple-pattern requests to reconstruct the equivalent of a complex SPARQL query.

Counter-example

A plain REST API that returns JSON records by ID is not Linked Data Fragments, even if the underlying data model is RDF-based — LDF specifically describes interfaces built around the triple-pattern query primitive, not any API serving linked data in some form. Likewise, a static SPARQL results dump on its own is only one extreme point on the spectrum, not the LDF interface itself.

Related concepts

LDF sits alongside other lightweight metadata-exchange protocols research infrastructure relies on for similar reasons of server cost and availability, such as OAI-PMH for repository metadata harvesting, and is a relevant design reference when building or evaluating a PID graph or other queryable identifier infrastructure intended for public reuse.

References

  • Verborgh, R., Vander Sande, M. et al., ‘Triple Pattern Fragments: A low-cost knowledge graph interface for the Web’, Journal of Web Semantics 37-38, 2016.

Also known as

LDF · Triple Pattern Fragments

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Linked Data Fragments"
      vocab-term-identifier="https://casrai.org/dictionary/term/linked-data-fragments" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "@id": "https://casrai.org/dictionary/term/linked-data-fragments",
  "name": "Linked Data Fragments",
  "identifier": "https://casrai.org/dictionary/term/linked-data-fragments",
  "description": "A family of Web interfaces for publishing RDF data — ranging from data dumps through SPARQL endpoints to lightweight Triple Pattern Fragments — designed to allow clients to query large RDF datasets without overloading the server.",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/research-info-systems#set",
  "url": "https://casrai.org/dictionary/term/linked-data-fragments",
  "sameAs": [
    "LDF",
    "Triple Pattern Fragments"
  ],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "publisher": {
    "@id": "https://casrai.org/#organization"
  },
  "author": {
    "@id": "https://casrai.org/#editorial-team"
  },
  "datePublished": "2026-05-21T02:16:32",
  "dateModified": "2026-08-22T15:37:02",
  "inLanguage": "en-GB",
  "isAccessibleForFree": true
}

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →

Regulatory Radar

Stop finding out after the fact

$29/month, cancel anytime. Daily digest updates from our analysis, a dashboard holding the same items, and a cited assistant for everything they raise.

  • Federal Register, Federal Register+, Grants.gov, Regulations.gov, NSF News, UKRI, plus CASRAI’s own published content.
  • 72,264 indexed passages, and every answer cites the ones it drew on.