@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 { sub:get-studies a ; dct:description "This query returns the nanopubs describing studies (http://semanticscience.org/resource/SIO_001066)."; dct:license ; rdfs:label "Get all nanopubs describing studies"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: select ?np ?label ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:hasNanopubType . ?np np:hasAssertion ?a . optional { ?np rdfs:label ?label } } } limit 100""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-04-23T09:16:01.864Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:get-studies; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "X4qw1LPp5ik9y60gx3ZWmBkNiKb6ye0vrUZ3b0Xpo4v149oXZ4+aZgAx2Y3NEUkjYnb9ebjMyKBk7yXhJpqvx9+uIR3te9f5ANTuay1HOLAD94K8Izh+8nQ0Kd/NC0TPEZFw34VuL4PbEFd27TnfOBBn9iH4+o2abVwZ6cd9hSs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }