Skip to content

Commit 79cb3fb

Browse files
author
Rinke Hoekstra
committed
Nanopub draft
1 parent 70a1ad4 commit 79cb3fb

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
:CBIbuprofenBP
2+
nanopub:hasProvenance :CBIbuprofenBPprovenance ;
3+
nanopub:hasAssertion :CBIbuprofenBPassertion ;
4+
nanopub:hasPublicationInfo :CBIbuprofenBPpubinfo .
5+
6+
7+
:CBIbuprofenBPpubinfo {
8+
:CBIbuprofenBP prov:wasDerivedFrom :theguidelinewherethisevidencewasstated ;
9+
prov:wasGeneratedBy :manualAnnotationProcedure1 ;
10+
prov:wasAttributedTo :dblp:VeruskaCarrettaZamborlini .
11+
:manualAnnotationProcedure1 a prov:Activity ;
12+
prov:actor dblp:VeruskaCarrettaZamborlini .
13+
14+
}
15+
16+
:CBIbuprofenBPprovenance {
17+
:CBIbuprofenBPprovenance a oa:Annotation .
18+
:CBIbuprofenBPprovenance oa:hasBody :CBIbuprofenBPassertion .
19+
:CBIbuprofenBPprovenance oa:hasTarget [
20+
oa:hasSource :theguidelinewherethisevidencewasstated ;
21+
oa:hasSelector [ oax:exact "Ibuprofen causes an increase in Blood Pressure" ] ] .
22+
23+
:CBIbuprofenBPassertion prov:wasDerivedFrom :theguidelinewherethisevidencewasstated ;
24+
prov:wasGeneratedBy :LiteratureReview1 .
25+
prov:wasAttributedTo :Author1, :Author2 .
26+
:LiteratureReview1 a prov:Activity ;
27+
prov:actor :Author1, :Author2 .
28+
:CBIbuprofenBPassertion rdf:type tmr:CausationBelief, owl:NamedIndividual ;
29+
tmr:strength "positive"^^xsd:string ;
30+
}
31+
32+
33+
:CBIbuprofenBPassertion {
34+
:ActAdministerIbuprofen tmr:causes :TrIncreaseBP .
35+
}
36+

0 commit comments

Comments
 (0)