-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link fixes #7
Open
ManuDeBuck
wants to merge
2
commits into
LinkedDataFragments:master
Choose a base branch
from
ManuDeBuck:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Link fixes #7
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ order: 3 | |
Today's Web offers three common ways to access Linked Data: | ||
|
||
- A **data dump** contains all triples in an entire dataset | ||
_([example](http://downloads.dbpedia.org/3.9/en/))_. | ||
_([example](https://downloads.dbpedia.org/3.9/en/))_. | ||
- A **subject page** contains triples about a specific subject in a dataset | ||
_([example](http://dbpedia.org/page/Linked_data))_. | ||
- A **SPARQL result** contains triples that correspond to a [SPARQL CONSTRUCT](http://www.w3.org/TR/sparql11-query/#construct) query | ||
_([example](http://dbpedia.org/sparql?query=PREFIX+dbpedia-owl%3A+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2F%3E%0D%0A%0D%0ACONSTRUCT+%7B+%3Fp+a+dbpedia-owl%3AArtist+%7D%0D%0AWHERE+%7B+%3Fp+a+dbpedia-owl%3AArtist+%7D&format=text%2Fturtle))_. | ||
_([example](https://dbpedia.org/page/Linked_data))_. | ||
- A **SPARQL result** contains triples that correspond to a [SPARQL CONSTRUCT](https://www.w3.org/TR/sparql11-query/#construct) query | ||
_([example](https://dbpedia.org/sparql?query=PREFIX+dbpedia-owl%3A+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2F%3E%0D%0A%0D%0ACONSTRUCT+%7B+%3Fp+a+dbpedia-owl%3AArtist+%7D%0D%0AWHERE+%7B+%3Fp+a+dbpedia-owl%3AArtist+%7D&format=text%2Fturtle))_. | ||
|
||
Linked Data Fragments is a conceptual framework that provides a uniform view on all possible interfaces to RDF, | ||
by observing that each interface partitions a dataset into its own specific kind of _fragments_. | ||
|
@@ -65,12 +65,12 @@ allows us to visualize different HTTP interfaces for Linked Data _together_. | |
**SPARQL endpoints** are easy for clients, | ||
as they allow highly specific fragment selection. | ||
However, they also have the highest server cost | ||
which makes it expensive to host them with [decent availability](http://sw.deri.org/~aidanh/docs/epmonitorISWC.pdf). | ||
which makes it expensive to host them with [decent availability](http://aidanhogan.com/docs/epmonitorISWC.pdf). | ||
If you don't want to depend on such an endpoint, | ||
you download a **data dump**, | ||
but then you're querying a local source instead of the Web. | ||
With **subject pages**, servers do minimal effort, | ||
but clients need to [work hard](http://squin.sourceforge.net/) to solve simple queries. | ||
but clients need to [work hard](https://squin.sourceforge.net/) to solve simple queries. | ||
|
||
Can we **minimize server resource usage** | ||
while still enabling clients to **query data sources efficiently**? | ||
|
@@ -86,11 +86,11 @@ One such type is called a **Triple Pattern Fragment** | |
It consists of: | ||
|
||
- **data** that corresponds to a triple pattern | ||
_([example](http://data.linkeddatafragments.org/dbpedia?subject=&predicate=rdf%3Atype&object=dbpedia-owl%3ARestaurant))_. | ||
_([example](https://data.linkeddatafragments.org/dbpedia?subject=&predicate=rdf%3Atype&object=dbpedia-owl%3ARestaurant))_. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All of the links to TPF instances can remain linked to http. (unless you have a different opinion on this @RubenVerborgh?) |
||
- **metadata** that consists of the (approximate) total triple count | ||
_([example](http://data.linkeddatafragments.org/dbpedia?subject=&predicate=rdf%3Atype&object=))_. | ||
_([example](https://data.linkeddatafragments.org/dbpedia?subject=&predicate=rdf%3Atype&object=))_. | ||
- **controls** that lead to all other fragments of the same dataset | ||
_([example](http://data.linkeddatafragments.org/dbpedia?subject=&predicate=&object=%22John%22%40en))_. | ||
_([example](https://data.linkeddatafragments.org/dbpedia?subject=&predicate=&object=%22John%22%40en))_. | ||
|
||
Servers that offer such fragments are called | ||
[**_Triple Pattern Fragments_ servers**](/software/#server). | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is only available on http apparently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry