@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:list-visualizations a ; dct:description "Nanopublications which advertise that they're trying to assist Iolanta visualizations of other pieces of Linked Data."; dct:license ; rdfs:label "List Iolanta visualizations"; ; """prefix rdfs: prefix np: prefix npa: prefix npx: prefix dct: prefix iolanta: select distinct ?np ?label ?visualized ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey ; np:hasAssertion ?assertion ; np:hasProvenance ?provenance ; dct:created ?date . optional { ?np rdfs:label ?label . } filter not exists { ?invalidator npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?newer npx:supersedes ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:retracts . } } graph ?provenance { ?assertion iolanta:visualizes ?visualized . } } order by desc(?date)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0001-8740-4213 . } sub:pubinfo { orcid:0009-0001-8740-4213 foaf:name "Anatoly Scherbakov" . this: dct:created "2026-06-14T19:15:30.792Z"^^xsd:dateTime; dct:creator orcid:0009-0001-8740-4213; dct:license ; npx:embeds sub:list-visualizations; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCG3vOeo4fKJP9Z2EMSAGCGD91x9p6vSKc9aKWqsLJFEiGkI4U+bAEKHHTUY98w8fa1kr6+wp1VG1Xk0PMygPV4sdvmerzzR/hjhGRoTIeIXkO/x63LPFMaaoLdS/RfCvJW920dmq8C8GWp7D+AUxwe2cx86N03QdZL35hSN9Pi+wIDAQAB"; npx:hasSignature "L2z4o2CFvtOZPg+N5uvX5JVzqFgdGu/7vlg4q1w33wN40KedVN5XZe8JT+n9ZIjKMm6V5N5umdkBi4ncsQrVq6rmyV7BNe3/q7ceVz5VaeYjKIjIOG5PObWLcbgdxGzFKVJWR2K+1FYdXMzTrof7OiO3R7XeuIA6BAwWvAZU/LI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0001-8740-4213 . }