Matches in Nanopublications for { <https://w3id.org/np/RAzWRujvw65FF4MpUj9HPTdYL5G72udjy5-iRYCSXzLFs#get-instance-count> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-instance-count type grlc-query assertion.
- get-instance-count label "Get instance count" assertion.
- get-instance-count description "This query returns the number of known instances for the given class IRI." assertion.
- get-instance-count license LICENSE-2.0 assertion.
- get-instance-count 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/> select (count(?instance) as ?count) where { graph ?g { ?instance a ?_class_iri . } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npa:hasGraph ?g . } }" assertion.
- get-instance-count endpoint full assertion.