Accord-Project / API-Development

API Development Working Area
0 stars 0 forks source link

Minimal information returned about regulations graphs #12

Open nataschake opened 1 month ago

nataschake commented 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 image