@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAkbdX0ScJKKE84G9a7p7ZwtMHUqQ8OJSjfUel26LFEEQ> .
@prefix sub: <http://purl.org/np/RAkbdX0ScJKKE84G9a7p7ZwtMHUqQ8OJSjfUel26LFEEQ#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix sepio: <http://purl.obolibrary.org/obo/SEPIO_> .
@prefix dao: <https://w3id.org/dao/dao#> .
@prefix eco: <http://purl.obolibrary.org/obo/ECO_> .

<http://purl.org/np/RAkbdX0ScJKKE84G9a7p7ZwtMHUqQ8OJSjfUel26LFEEQ> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2020-08-23T10:00:00+01:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0003-4727-9435;
  npx:supersedes <http://purl.org/np/RAnDa0kiub0RAQzloA6g-Cg70ZP5rn-aPSc2jxd3dfNq0> .

<http://purl.obolibrary.org/obo/ECO_0000006> rdfs:label "experimental evidence" .

<http://purl.obolibrary.org/obo/ECO_0000180> rdfs:label "clinical study evidence" .

<http://purl.obolibrary.org/obo/ECO_0000204> rdfs:label "author statement" .

<http://purl.obolibrary.org/obo/ECO_0000205> rdfs:label "curator inference" .

<http://purl.obolibrary.org/obo/ECO_0000362> rdfs:label "computational inference" .

<http://purl.obolibrary.org/obo/ECO_0005548> rdfs:label "biological system reconstruction evidence based on inference from background scientific knowledge" .

<http://purl.obolibrary.org/obo/ECO_0006152> rdfs:label "medical practitioner statement evidence" .

<http://purl.obolibrary.org/obo/ECO_0006153> rdfs:label "self-reported individual's statement evidence" .

<http://purl.obolibrary.org/obo/ECO_0007672> rdfs:label "computational evidence" .

<http://purl.obolibrary.org/obo/SEPIO_0000145> rdfs:label "has evidence from source" .

<http://purl.obolibrary.org/obo/SEPIO_0000398> rdfs:label "has evidence type (ECO code)" .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Adding evidences to a biomedical association";
  nt:hasStatement sub:st0, sub:st1, sub:st10, sub:st11, sub:st12, sub:st2, sub:st3,
    sub:st4, sub:st5, sub:st6, sub:st7, sub:st8, sub:st9;
  prov:wasAttributedTo orcid:0000-0003-4727-9435 .

sub:association a nt:LocalResource;
  rdfs:label "This association" .

sub:context a nt:LiteralPlaceholder;
  rdfs:label "describe in which context this assertion is true" .

sub:evidence a nt:LocalResource;
  rdfs:label "This evidence" .

sub:evidencedescription a nt:LiteralPlaceholder;
  rdfs:label "provide a human-readable description of the evidence here, and how it supports or negates the association" .

sub:evidencetype a nt:GuidedChoicePlaceholder;
  rdfs:label "add the evidence code from the evidence code ontology here";
  nt:possibleValue <http://purl.obolibrary.org/obo/ECO_0000000>, <http://purl.obolibrary.org/obo/ECO_0000006>,
    <http://purl.obolibrary.org/obo/ECO_0000180>, <http://purl.obolibrary.org/obo/ECO_0000204>,
    <http://purl.obolibrary.org/obo/ECO_0000205>, <http://purl.obolibrary.org/obo/ECO_0000362>,
    <http://purl.obolibrary.org/obo/ECO_0005548>, <http://purl.obolibrary.org/obo/ECO_0006152>,
    <http://purl.obolibrary.org/obo/ECO_0006153>, <http://purl.obolibrary.org/obo/ECO_0007672>;
  nt:possibleValuesFromApi "http://data.bioontology.org/search?pagesize=20&apikey=fd451bec-eacd-4519-b972-90fb6c7007cb&ontologies=ECO&q=" .

sub:evidenceuri a nt:UriPlaceholder;
  rdfs:label "add the URL to the source of the evidence here (e.g. DailyMed publication)" .

sub:negated a nt:RestrictedChoicePlaceholder;
  nt:possibleValue "false", "true" .

sub:object a nt:UriPlaceholder;
  rdfs:label "add the object URI here" .

sub:readableassertion a nt:LiteralPlaceholder;
  rdfs:label "describe the assertion concisely (e.g. tylenol treats pain in adults patients)" .

sub:relation a nt:GuidedChoicePlaceholder;
  rdfs:label "add the BioLink relation here";
  nt:possibleValue biolink:affects, biolink:correlated_with, biolink:interacts_with;
  nt:possibleValuesFromApi "http://data.bioontology.org/search?pagesize=20&apikey=fd451bec-eacd-4519-b972-90fb6c7007cb&ontologies=BLM&include_properties=true&q=" .

sub:st0 a rdf:Statement;
  rdf:object biolink:Association;
  rdf:predicate rdf:type;
  rdf:subject sub:association .

sub:st1 a rdf:Statement;
  rdf:object sub:subject;
  rdf:predicate biolink:subject;
  rdf:subject sub:association;
  nt:statementOrder 1 .

sub:st10 a rdf:Statement;
  rdf:object sub:evidence;
  rdf:predicate biolink:id;
  rdf:subject sub:evidence;
  nt:statementOrder 11 .

sub:st11 a rdf:Statement;
  rdf:object sub:readableassertion;
  rdf:predicate rdfs:label;
  rdf:subject sub:association;
  nt:statementOrder 0 .

sub:st12 a nt:OptionalStatement;
  rdf:object sub:context;
  rdf:predicate dao:context;
  rdf:subject sub:association;
  nt:statementOrder 4 .

sub:st2 a rdf:Statement;
  rdf:object sub:relation;
  rdf:predicate biolink:relation;
  rdf:subject sub:association;
  nt:statementOrder 2 .

sub:st3 a rdf:Statement;
  rdf:object sub:object;
  rdf:predicate biolink:object;
  rdf:subject sub:association;
  nt:statementOrder 3 .

sub:st4 a rdf:Statement;
  rdf:object sub:negated;
  rdf:predicate biolink:negated;
  rdf:subject sub:association;
  nt:statementOrder 5 .

sub:st5 a rdf:Statement;
  rdf:object sub:evidence;
  rdf:predicate biolink:has_evidence;
  rdf:subject sub:association;
  nt:statementOrder 6 .

sub:st6 a rdf:Statement;
  rdf:object sub:evidenceuri;
  rdf:predicate <http://purl.obolibrary.org/obo/SEPIO_0000145>;
  rdf:subject sub:evidence;
  nt:statementOrder 7 .

sub:st7 a rdf:Statement;
  rdf:object sub:evidencedescription;
  rdf:predicate biolink:description;
  rdf:subject sub:evidence;
  nt:statementOrder 8 .

sub:st8 a rdf:Statement;
  rdf:object biolink:EvidenceType;
  rdf:predicate rdf:type;
  rdf:subject sub:evidence;
  nt:statementOrder 9 .

sub:st9 a nt:OptionalStatement;
  rdf:object sub:evidencetype;
  rdf:predicate <http://purl.obolibrary.org/obo/SEPIO_0000398>;
  rdf:subject sub:evidence;
  nt:statementOrder 10 .

sub:subject a nt:GuidedChoicePlaceholder;
  rdfs:label "add the subject URI here";
  nt:possibleValuesFromApi "http://robokop.renci.org:2434/lookup?limit=10&string=" .

rdf:type rdfs:label "is a" .

rdfs:label rdfs:label "described by" .

prov:wasQuotedFrom rdfs:label "was quoted from" .

biolink:EvidenceType rdfs:label "Evidence" .

biolink:category rdfs:label "has type of evidence" .

biolink:description rdfs:label "is described by" .

biolink:has_evidence rdfs:label "has evidence" .

biolink:id rdfs:label "has id" .

biolink:negated rdfs:label "is negated" .

biolink:object rdfs:label "has object" .

biolink:relation rdfs:label "has relation" .

biolink:subject rdfs:label "has subject" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
  npx:hasSignature "N1nBs1vqolmqZj1G5McK0lsfSdQ88MGaY25nub+6Zp657mIgZZphFKSI3fupvZQcyyOPWZmOO5ATUbwUSeGpMnhU7bEc+IlTC92pVXYIolrmDiyuq9cGF08mhBW7uzfTRfGbdo7jwCe5+mhr87SV1vluWiDvZblJ6pdHLlcIBQw=";
  npx:hasSignatureTarget <http://purl.org/np/RAkbdX0ScJKKE84G9a7p7ZwtMHUqQ8OJSjfUel26LFEEQ> .

