Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAE35dYJQlpnqim7VeKuu07E9I1LQUZpkdYQR4RvU3KMU#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-nanopubs-by-type type grlc-query assertion.
- get-nanopubs-by-type label "Get nanopublications by type" assertion.
- get-nanopubs-by-type description "This query returns all valid nanopublications of the given type." assertion.
- get-nanopubs-by-type sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> prefix prov: <http://www.w3.org/ns/prov#> select ?np ?label ?pubkey ?date where { graph npa:graph { ?np npx:hasNanopubType ?_type_iri . ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } optional { ?np rdfs:label ?label . } ?np dct:created ?date . } }" assertion.
- get-nanopubs-by-type endpoint meta assertion.
- get-nanopubs-by-type license LICENSE-2.0 assertion.