Closed nataschake closed 1 month ago
With current way of encoding regulations named graphs we can use
PREFIX dc: <http://purl.org/dc/terms/> select distinct ?g ?issued ?title (strAfter(str(?g),"en-gb/v") as ?version) where { graph ?g {?s dc:issued ?issued . ?s dc:title ?title .}
to list minimal data
With current way of encoding regulations named graphs we can use
to list minimal data