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. At one extreme, a SPARQL endpoint answers arbitrary queries (server-heavy). At the other, a static RDF dump requires the client to do all query work (client-heavy). The intermediate Triple Pattern Fragments (TPF) interface answers queries restricted to a single triple pattern, letting a federation of cheap servers support globally-scaled SPARQL via client-side query planning.
References
- V
- e
- r
- b
- o
- r
- g
- h
- R
- .
- ,
- V
- a
- n
- d
- e
- r
- S
- a
- n
- d
- e
- M
- .
- e
- t
- a
- l
- .
- ,
- ‘
- T
- r
- i
- p
- l
- e
- P
- a
- t
- t
- e
- r
- n
- F
- r
- a
- g
- m
- e
- n
- t
- s
- :
- A
- l
- o
- w
- –
- c
- o
- s
- t
- k
- n
- o
- w
- l
- e
- d
- g
- e
- g
- r
- a
- p
- h
- i
- n
- t
- e
- r
- f
- a
- c
- e
- f
- o
- r
- t
- h
- e
- W
- e
- b
- ‘
- ,
- J
- o
- u
- r
- n
- a
- l
- o
- f
- W
- e
- b
- S
- e
- m
- a
- n
- t
- i
- c
- s
- 3
- 7
- –
- 3
- 8
- ,
- 2
- 0
- 1
- 6
- .
Also known as
LDF · Triple Pattern Fragments
Machine-readable encodings
Use in your systems
<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" />{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"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-information-systems-and-integration/",
"url": "https://casrai.org/dictionary/term/linked-data-fragments",
"sameAs": [
"LDF",
"Triple Pattern Fragments"
],
"license": "https://creativecommons.org/licenses/by/4.0/"
}







