@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix dcterms: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:json-test dcterms:description "Testing experimental JSON output..."; dcterms:license ; a ; rdfs:label "Testing experimental JSON output..."; ; "prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: select ?project ?label ?np ?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:introduces ?project . ?np npx:hasNanopubType . ?np rdfs:label ?label . ?np np:hasAssertion ?a . filter not exists { ?npx npx:introduces ?project . ?npx dct:created ?datex . filter(?datex > ?date) } }} order by ?label" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dcterms:created "2025-06-13T11:04:51.495Z"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; dcterms:license ; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate ns1:RAFu2BNmgHrjOTJ8SKRnKaRp-VP8AOOb7xX88ob0DZRsU . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "J6Z6VG6aqgIgcWP/86cxy/iJC45GHjaf3QFufef7mpbhETmJSeyzxE/gBkRCnxGD6uY6QWm3ZZ3NTVfuZi+wXpOfJv5K1MBozlA8NTcCSbhEW5cpFRq8YFOaLVQNfT1l1i/HHn0PgflmgcZP+7I07UwqeeTcKePmURMWoOwfswA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }