File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- @ prefix midi: <http://purl.org/midi-ld/midi#> .
2
- @ prefix midi-note: <http://purl.org/midi-ld/notes/> .
3
- @ prefix midi-prog: <http://purl.org/midi-ld/programs/> .
4
- @ prefix prov: <http://www.w3.org/ns/prov#> .
5
- @ prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6
- @ prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7
- @ prefix xml: <http://www.w3.org/XML/1998/namespace> .
8
- @ prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9
- @ prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
1
+ prefix midi: <http://purl.org/midi-ld/midi#>
2
+ prefix midi-note: <http://purl.org/midi-ld/notes/>
3
+ prefix midi-prog: <http://purl.org/midi-ld/programs/>
4
+ prefix prov: <http://www.w3.org/ns/prov#>
5
+ prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
6
+ prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
7
+ prefix xml: <http://www.w3.org/XML/1998/namespace>
8
+ prefix xsd: <http://www.w3.org/2001/XMLSchema#>
9
+ prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#>
10
10
11
11
SELECT
12
12
?track
13
13
?event
14
14
?attribute
15
15
?value
16
- FROM <http://purl.org/midi-ld/piece/2eb43ce7edf27b505bcc0dfb6c283784 >
16
+ FROM <list:benchmark:1k:sop >
17
17
WHERE {
18
18
?track a midi:Track .
19
19
?track midi:hasEvent ?event .
20
20
?event sequence:precedes ?next_event .
21
+ ?next_event sequence:follows ?event .
21
22
?event ?attribute ?value .
22
23
}
You can’t perform that action at this time.
0 commit comments