reteplayground
Path

Buscar en el prospecto dentro de un grupo ATC

Medicamento
CRUSIA 10.000 UI (100 MG)/1 M…
CRUSIA 15.000 UI (150 MG)/1 M…
CRUSIA 12.000 UI (120 MG)/0,8…
CRUSIA 8.000 UI (80 MG)/0,8 M…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 100 rows · 8.4 s · 5.5 MB of 278.2 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX fmc: <https://w3id.org/rete/farmacos#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?medicamento WHERE { ?a skos:broader* <https://w3id.org/rete/farmacos/atc/B01> . ?m fmc:atc ?a ; rdfs:label ?medicamento ; fmc:seccionProspecto ?s . ?s a fmc:EfectosAdversos ; fmc:texto ?t . FILTER(CONTAINS(LCASE(?t), "hemorragia")) } LIMIT 100

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