Matches in Nanopublications for { <https://w3id.org/np/RAIDPTdWRrYy-TOcdEVmGi7JHwn8fBriVphmsCy3mn4r0#find_valid_nanopubs_with_pattern> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- find_valid_nanopubs_with_pattern type grlc-query assertion.
- find_valid_nanopubs_with_pattern label "find valid nanopubs with pattern" assertion.
- find_valid_nanopubs_with_pattern description "This query returns all non-invalidated nanopubs for the given pattern" assertion.
- find_valid_nanopubs_with_pattern 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/> select ?np ?graphpred ?subj ?pred ?obj ?date ?pubkey where { graph ?g { ?__subj_iri ?__pred_iri ?__obj_iri . bind(?__subj_iri as ?subj) bind(?__pred_iri as ?pred) bind(?__obj_iri as ?obj) } graph npa:graph { ?np ?__graphpred_iri ?g . bind(?__graphpred_iri as ?graphpred) values ?graphpred { np:hasAssertion np:hasProvenance np:hasPublicationInfo } } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?__pubkey . bind(?__pubkey as ?pubkey) filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . } } limit 1000" assertion.
- find_valid_nanopubs_with_pattern endpoint full assertion.
- find_valid_nanopubs_with_pattern license LICENSE-2.0 assertion.