Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RABD9nJzZOTwerh05Kehxgn-4fGyERTkrmEMM_meTlZhQ/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-publications-for-outlet type grlc-query assertion.
- get-publications-for-outlet label "Get the publications for outlet" assertion.
- get-publications-for-outlet description "This query returns the publications that are part of the given outlet (e.g. journal)." assertion.
- get-publications-for-outlet 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/> prefix fabio: <http://purl.org/spar/fabio/> select ?publication ?publication_label ?publicationDate where { values ?_outlet_multi_iri {} graph npa:graph { ?np npx:hasNanopubType fabio:ScholarlyWork . filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np npx:introduces ?publication . ?np np:hasAssertion ?a . } graph ?a { ?publication dct:title ?publication_label . ?publication dct:date ?publicationDate . ?publication dct:isPartOf ?_outlet_multi_iri . } } order by desc(?publicationDate)" assertion.
- get-publications-for-outlet endpoint 02d7b45686c0b73ba57fb9ef0c1f950a9149bff9165f3457e16a69b0d32b18df assertion.
- get-publications-for-outlet license LICENSE-2.0 assertion.