@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; dct:partOf ; rdfs:label "View Result Action"; rdfs:subClassOf ; "A View Result Action is a kind of View Action that applies to the whole result (e.g. table), as compared to an action that applies to a specific entry of a result." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "View Action - This class represents an action for a resource view. Such actions are typical..." . this: dct:created "2025-11-24T16:58:26.549+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "nfvpV9/wMqQ9kftiRMkNXY6E/qI3L6TbTNQ0hex8E+5O2Pc6Jk3qv6AOAdEauyNO97f4KUzlmT7TK6vYbg6Ww6qNEKQoh7uIBrblk4keSPU5iEuV1JPysD36Bt5dLGkvTQZ98LawGx2dM1hmMXOs7rJfnbBem3HKjSn2xDF1kHE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }