@prefix dc1: . @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: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:test a owl:Class; rdfs:label "test class"; rdfs:subClassOf ; skos:definition "this is just a test" . } 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 "hgWT0oG0ULqs5j1XN/t6rF5kqGQ/kQ9sy4jbkHMBsDMEr20IpDEqLTFPB4Gi5mZ8yw9KgO0b8UzwGvTMBvGquv1WQh+fTkJPsJpiiilaLAE2BoUIPdca3rcRHzMsk4uNVZBFJRq3k3whSq7dhVocv8g7lknD+bMViU5WR5r68fY="; npx:hasSignatureTarget this: . this: dc1:created "2023-02-20T10:47:22.689+01:00"^^xsd:dateTime; dc1:creator orcid:0000-0002-1267-0234; npx:introduces sub:test; a npx:ExampleNanopub; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . nt:hasLabelFromApi """test way of checking something for quality or attributes""" . }