@prefix this: <http://purl.org/np/RAvOAyEg-J8ynmZNrkCgg5XqGuqRo-dXcGFvgDLxtY6ck> .
@prefix sub: <http://purl.org/np/RAvOAyEg-J8ynmZNrkCgg5XqGuqRo-dXcGFvgDLxtY6ck#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:pharmacogenomics_guided_clopidogrel_therapy a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "pharmacogenomics guided clopidogrel therapy" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q1152227> ;
    <http://www.w3.org/2004/02/skos/core#definition> "pharmacogenomics guided clopidogrel therapy" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-0519-7776 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0XO//lG7w8A+eB1KT87c5XqhAGx6AHQB1sw58GsNCfmUM9DCZaylHZyPnsp/DcgP2Rm9AVwU0TFiUcHqFZUp7t9L1CfoscpgTSVHaWoclKpPTwsjooCmB1W0KbTDOufErW/jIHD7cvM8TH5TFMogMtBHLomSgM3JIv/4G9M0E8QIDAQAB" ;
    npx:hasSignature "RUqh8Mtuvpfd1PMviodeMsVyfr4ohncA8a2ajyHbUmpyh868JpBiWpRwEixgYcDqMYnhQYzfadMjlT/fGG+0VB1CHfZtUyWh30+TaclLPRAR+KlNnR8yYPRcP5oMOgVEP6wfwtch6fbTbxcRjyVcK+XRx2AkTaKdtct1W4cKdis=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-07-05T13:42:56.881+03:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-0519-7776 ;
    npx:introduces sub:pharmacogenomics_guided_clopidogrel_therapy ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAdpgRpigXtt8iPV9uOPf3wIT3qzOI8Sg2Q72CNV8g-Yo> .
}