[ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "AbtxMWTkWM7LUx7kgBektaricm1Gfu6USV/Ojclw39CVSHy+acfeRTTA5JGXitbrfO2P+ewTL7qmTazFQWkILzEU7pRUzpxA1M72Vm2s38W9KcVMZ2LacgAl+G9IaHeLNPTz4E10wDGuQkn0nVq1ZRJPtAx3SytqozLgOi1J4zo=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] }, { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw", "http://purl.org/dc/terms/created": [ { "@value": "2024-09-20T14:17:02.541Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/introduces": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#get-fdos" } ], "http://purl.org/nanopub/x/wasCreatedAt": [ { "@id": "https://nanodash.knowledgepixels.com/" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM" }, { "@id": "http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAYvkQOT9-zrcql5lzMW9OpiPjA9UvSh-RezaVwYmWvns" } ] } ] }, { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#provenance", "@graph": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#assertion", "@graph": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#get-fdos", "http://purl.org/dc/terms/description": [ { "@value": "This query returns a list of FDOs, possibly restricted by type of search term." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get FDOs" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "prefix rdf: \r\nprefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix fdof: \r\n\r\nselect ?fdo ?label ?type ?np ?creator where {\r\n graph npa:graph {\r\n ?np npx:hasNanopubType fdof:FAIRDigitalObject .\r\n ?np dct:creator ?creator .\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?fdo fdof:hasInformationObjectType ?__type_iri .\r\n bind(?__type_iri as ?type)\r\n ?fdo rdfs:label ?label .\r\n bind(?__query as ?query)\r\n filter(if(bound(?query), contains(lcase(str(?label)), lcase(?query)), true))\r\n }\r\n}" } ] } ] }, { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#Head", "@graph": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAfg6ngSZWiREceFD9KuwtlZPLUndBLl4tWLRpuPPE7dw#pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] } ]