Matches in Nanopublications for { <https://w3id.org/np/RAPf3B_OK7X4oN7c-PLztmiuL0dIV94joR6WydTjA6Asc#get-most-frequent-a-pred> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-most-frequent-a-pred type grlc-query assertion.
- get-most-frequent-a-pred label "Get most frequent assertion predicates" assertion.
- get-most-frequent-a-pred sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> select ?pred (count(distinct ?np) as ?predcount) where { graph npa:graph { ?np np:hasAssertion ?a . } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } } graph ?a { ?subj ?pred ?obj . } } group by ?pred order by desc(?predcount) limit 50" assertion.
- get-most-frequent-a-pred endpoint full assertion.
- get-most-frequent-a-pred description "This query returns the most frequent predicates used in assertions" assertion.
- get-most-frequent-a-pred license LICENSE-2.0 assertion.