File tree Expand file tree Collapse file tree 10 files changed +19
-8
lines changed
Expand file tree Collapse file tree 10 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1+ # + description: Extended description of my query/operation.
2+ # + This can be a more extensive than the summary and in can span
3+ # + multiple lines.
4+ # +
5+ # + Descriptions support (to some extent) [CommonMark](https://commonmark.org/help/).
6+
7+ PREFIX dbo: <http://dbpedia.org/ontology/>
8+ PREFIX schema: <http://schema.org/>
9+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
10+
11+ SELECT ?band ?album ?genre WHERE {
12+ ?band rdf:type dbo:Band .
13+ ?album rdf:type schema:MusicAlbum .
14+ ?band dbo:genre ?genre .
15+ ?album dbo:artist ?band .
16+ } LIMIT 100
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org /sparql
1+ # + endpoint: https://other.default.endpoint /sparql
22
33PREFIX dbo: <http://dbpedia.org/ontology/>
44PREFIX schema: <http://schema.org/>
Original file line number Diff line number Diff line change 1+ https://dbpedia.org/sparql
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + endpoint_in_url: False
32
43PREFIX dbo: <http://dbpedia.org/ontology/>
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + enumerate:
32# + - genre:
43# + - http://dbpedia.org/resource/Rock_music
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + method: POST
32
43PREFIX dbo: <http://dbpedia.org/ontology/>
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + pagination: 5
32
43PREFIX dbo: <http://dbpedia.org/ontology/>
Original file line number Diff line number Diff line change 1- # + summary: This is the summary of my query/operation
1+ # + summary: This is the summary of my query/operation.
22
33PREFIX dbo: <http://dbpedia.org/ontology/>
44PREFIX schema: <http://schema.org/>
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + tags:
32# + - group1
43
Original file line number Diff line number Diff line change 1- # + endpoint: https://dbpedia.org/sparql
21# + transform: {
32# + "band": "?band",
43# + "album": "?album",
You can’t perform that action at this time.
0 commit comments