reteplayground
Construct

Reforms of the Código Penal, as a network

CONSTRUCT {
  ?cp rdfs:label ?cl .
  ?law eli:amends ?cp .
  ?law rdfs:label ?ll .
} WHERE {
  VALUES ?cp { <https://www.boe.es/eli/es/lo/1995/11/23/1…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX eli: <http://data.europa.eu/eli/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?cp rdfs:label ?cl . ?law eli:amends ?cp . ?law rdfs:label ?ll . } WHERE { VALUES ?cp { <https://www.boe.es/eli/es/lo/1995/11/23/10> } ?cp rdfs:label ?cl . ?law eli:amends ?cp ; rdfs:label ?ll . }

rete playground · documentation · github.com/caviri/rete