Nanopublication

< Home

ID

http://purl.org/np/RAGc14iFnn-sVIUbLdGjH4hGqYzvg6bOcrmODXabDFADs

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix this: <http://purl.org/np/RAGc14iFnn-sVIUbLdGjH4hGqYzvg6bOcrmODXabDFADs> .
@prefix sub: <http://purl.org/np/RAGc14iFnn-sVIUbLdGjH4hGqYzvg6bOcrmODXabDFADs#> .
@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 eco: <http://purl.obolibrary.org/obo/ECO_> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:association rdf:object <https://identifiers.org/MONDO:0001158>;
    rdf:predicate biolink:treats;
    rdf:subject <https://identifiers.org/CHEBI:5118>;
    rdfs:label "Fluoxetine is indicated for the acute and maintenance treatment of obsessions and compulsions in adult patients and in pediatric patients aged 7 to 17 years with Obsessive Compulsive Disorder (OCD)";
    biolink:association_type biolink:ChemicalToGeneAssociation;
    biolink:has_evidence sub:targetgroup;
    biolink:provided_by "DailyMed";
    biolink:relation obo:RO_0002606;
    biolink:stage_qualifier sub:lifeStage .
  
  sub:lifeStage a biolink:LifeStage;
    rdfs:label "7 to 17 years" .
  
  sub:targetgroup a eco:0000180;
    biolink:category biolink:EvidenceType;
    biolink:has_drug <https://identifiers.org/CHEBI:5118>;
    biolink:has_phenotype <https://identifiers.org/MONDO:0001158> .
  
  <https://identifiers.org/CHEBI:5118> biolink:category biolink:Drug .
  
  <https://identifiers.org/MONDO:0001158> biolink:category biolink:Disease .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
    npx:hasSignature "XzikHlY0K82nW8dmPm0oEwFjorjH+bitfb58Gpv6DY50FFnwnEkq578kBHk0Ds0mMd75w89zZTTfX5ojkPpfzVE+wGGTG9diu9IwBERGHxvRFx8gnuWfgHk0ar7L42RuurV+DZHoZnUvlO836aG15Ys0gAWZjoePX3uSqHSlDIk=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-12-01T10:21:48.162+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1501-1082;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA8AXz5jnk5caKG-RnOT39_RD_WmPG4chQc2cBoiIzQ_U> .
}