Nanopublication

< Home

ID

http://purl.org/np/RA8I8f58FgOjT6hAdPaJZ6Jw2u4XAXXIdts-ojE0pGcsQ

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA8I8f58FgOjT6hAdPaJZ6Jw2u4XAXXIdts-ojE0pGcsQ> .
@prefix sub: <http://purl.org/np/RA8I8f58FgOjT6hAdPaJZ6Jw2u4XAXXIdts-ojE0pGcsQ#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .

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

sub:assertion {
  sub:TreatmentIndication a owl:Class;
    rdfs:label "Treatment";
    rdfs:subClassOf <http://www.w3id.org/neurodkg:Indication>;
    skos:definition "A planned process whose completion is hypothesized by a health care provider to eliminate, prevent, or alleviate the signs and symptoms of a disorder or pathological process." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1612-8987 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7c7NaIigQrTYODUho+O7/FsdEu1YbODWzJ03UiKdLO6UrnGNyWcDoIFY4QakJuXgPxREIep70PEdiSfjd8sTPeu1lYaizMT+b31CRkaWQY82T4V7OWKfn/swg4hQYH6skaG1FXL2TK6OZN7dmi+RUW/wwbzgluJCUzUUkv7fIOQIDAQAB";
    npx:hasSignature "fZLLFhTwkCpkBq0wiZ7XerHZxzGvM3mqNwxpw1LHYcsjAohAUyiXgEEl2bHql0kp9n0ARLvsyG6id7KLrUeKvc0DsZAVtsiA4YqzJWQjXwTgVFCMXThD58mCAXZKunQsKVz6nJ4qltTFDnKr5Ih0EiUSmHzVMBk8eFLoYU5fAMs=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-12-03T02:39:51.391+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1612-8987;
    npx:introduces sub:TreatmentIndication;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAI5I4fWR382un3U71XLdC1xAfHexbpxBd-28728PocOU> .
}