Matches in Nanopublications for { <https://w3id.org/np/RAHCgNxuO4EPiN2xH2fcVEzTnOfu0vFfN32vwjg4j0nMs/get-posts-by-user> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-posts-by-user type grlc-query assertion.
- get-posts-by-user label "Get posts by given user" assertion.
- get-posts-by-user description "This query returns the posts by the given user." assertion.
- get-posts-by-user 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 schema: <https://schema.org/> select ?title ?about ?text ?date ?url ?np ("^" as ?np_label) where { graph npa:graph { ?np npx:hasNanopubType schema:SocialMediaPosting . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np npx:introduces ?post . ?np np:hasAssertion ?a . } graph ?a { ?post schema:headline ?title . ?post schema:articleBody ?text . ?post schema:datePublished ?date . ?post schema:author ?_author_iri . optional { ?post schema:url ?url . } optional { ?post rdfs:seeAlso ?about . } } } order by desc(?date)" assertion.
- get-posts-by-user endpoint 89ce048c79daecabd00d1a8223b30d424867c813816752a4c802e619dee6a600 assertion.
- get-posts-by-user license LICENSE-2.0 assertion.
- get-posts-by-user hasLabelFromApi "Get posts by given user - This query returns the posts by the given user." pubinfo.