Skip to content

Commit

Permalink
Create mesh-inactive.sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Jan 24, 2025
1 parent 3b14fc6 commit 4f33468
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flask-app/tools/mesh-inactive.sparql
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX meshv: <http://id.nlm.nih.gov/mesh/vocab#>
PREFIX mesh: <http://id.nlm.nih.gov/mesh/>
PREFIX text: <http://jena.apache.org/text#>

CONSTRUCT {
?s ?p ?o
}
WHERE {
?s meshv:active "false"^^xsd:boolean .
?s ?p ?o .
}

0 comments on commit 4f33468

Please sign in to comment.