@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix owl: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:test a owl:Class;
rdfs:label "test class";
rdfs:subClassOf ;
skos:definition "this is just a test";
skos:relatedMatch .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "RF8liNqvOXega5uBCP2ZwVovjhXbmZgQKZNcc4Iclzq49epbxooNxQyFcZ6deZL8gLOhD7LPlzpXIRK3ndVwS8hNpoLeM5YOJDamqG2F/mKyie9ee/X81ea/r4QHkp6N1AdPNX8Lc+HzO7aftpI+Nc88dpaCRR9dkfFHAiB2k8E=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dct:created "2023-02-20T11:39:09.037+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
npx:introduces sub:test;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
nt:hasLabelFromApi "test - way of checking something for quality or attributes" .
nt:hasLabelFromApi "Quantum -- the open journal for quantum science - Academic journal published by Verein zur Förderung des Open Access Publizierens in den Quantenwissenschaften , covering the subjects: Science: Physics: General" .
}