Skip to content

Commit

Permalink
adding machinery to dataset query for including control measure restr…
Browse files Browse the repository at this point in the history
…ictions
  • Loading branch information
hoganwr committed Jun 7, 2017
1 parent 54ae623 commit 8d61cbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dataset_query_by_host_path_location.rq
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ where {
?x obo:IAO_0000136/obo:RO_0000057* ?population2 .
?population2 rdf:type/rdfs:subClassOf* <##PATHOGEN##> .
?population2 obo:BFO_0000137* ?ecosystem .

##CONTROL_MEASURE_CLAUSE## #if user picks a control measure, replace with:
# ?x obo:IAO_0000136 ?control_measure .
# ?control_measure rdf:type/rdfs:subClassOf* <CM1_IRI> .

#if there is a title annotation, get the title
OPTIONAL { ?x dc:title ?title } .
#get URL to source code for this version if present
Expand Down

0 comments on commit 8d61cbf

Please sign in to comment.