@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix owl: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix skos: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:TreatmentIndication a owl:Class;
rdfs:label "Treatment";
rdfs:subClassOf ;
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 ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}