@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @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:ScientificFinding a ; rdfs:label "scientific finding"; rdfs:subClassOf ; "A class that represents a scientific finding."; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 . } sub:pubinfo { nt:hasLabelFromApi "result - final consequence or product of a sequence of actions or events" . nt:hasLabelFromApi "finding - result of research or an investigation" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKOqs2T28k/MbmArHUMypi5MUoJX6KdkVn6GOXjxhjXDpwW+/O1LXyHoG7ItOw+g03P7UN4+Diq3tQySZ4cjzoY+o4EJ5ducqFCTI7gjhNd3HLGM3icsypOT8zxuPHNSbPI42Fc5lDVr7FzcH5bb70vL+0uBgpfxBI5lXKkfcXTwIDAQAB"; npx:hasSignature "c67Z5YmsOzX6/nJNlHtILsha96l+JAL4A/bFoDdbrdJeVyn1jKNHXiPsNA0HTyqnSaLg/u4eI3dYzMQebnR+I8DYiA7mpvspqcVgaQYOlwskG2V1Z8Z7knRh0+Tc9G/RNxuivOYE0ZEZk9QfnRH4m9UfjsWLLDFCK6D5azC2P2c="; npx:hasSignatureTarget this: . this: dct:created "2024-01-25T17:47:35.016Z"^^xsd:dateTime; dct:creator orcid:0000-0002-7114-6459; dct:license ; npx:introduces sub:ScientificFinding; rdfs:label "Class: scientific finding"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }