prefix queries
1
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3
prefix owl: <http://www.w3.org/2002/07/owl#>
4
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
5
prefix dct: <http://purl.org/dc/terms/>
6
prefix foaf: <http://xmlns.com/foaf/0.1/>
7
prefix skos: <http://www.w3.org/2004/02/skos/core#>
8
prefix version: <http://purl.org/linked-data/version#>
9
prefix ldp: <http://www.w3.org/ns/ldp#>
10
prefix time: <http://www.w3.org/2006/time#>
11
prefix reg: <http://purl.org/linked-data/registry#>
12
prefix ui: <http://purl.org/linked-data/registry-ui#>
13
prefix qb: <http://purl.org/linked-data/cube#>
14
prefix org: <http://www.w3.org/ns/org#>
15
16
select *
17
where {
18
?register a reg:Register; version:currentVersion ?regVer.
19
}