reteplayground
Select

Composición: principio activo, dosis y laboratorio

MedicamentoPrincipio activoCantidad+2
A.A.S. 100 mg COMPRIMIDOSACETILSALICILICO ACIDO100
A.A.S. 500 mg COMPRIMIDOSACETILSALICILICO ACIDO500
ABACAT GRANULADO PARA SOLUCIÓ…PARACETAMOL1000
ABACAT GRANULADO PARA SOLUCIÓ…FENILEFRINA BITARTRATO15,58
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 100 rows · 38.8 s · 14.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#> PREFIX schema: <https://schema.org/> SELECT ?medicamento ?principioActivo ?cantidad ?unidad ?laboratorio WHERE { ?m a fmc:Medicamento ; rdfs:label ?medicamento ; fmc:ingrediente ?i ; fmc:laboratorioTitular ?l . ?i fmc:principioActivo ?p ; fmc:cantidad ?cantidad ; fmc:unidad ?unidad . ?p skos:prefLabel ?principioActivo . ?l schema:name ?laboratorio . } LIMIT 100

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