Assigned to 1 class:
Described in 1 nanopublication:
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-posts-by-user
|
Get posts by given user - This query returns the posts by the given user.
|
Tobias Kuhn
|
2026-03-05T07:24:52.471Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
Tobias Kuhn
|
2026-03-05T07:24:52.471Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
Get posts by given user
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
This query returns the posts by the given user.
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-posts-by-user
|
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)
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-posts-by-user
|
Tobias Kuhn
|
2026-03-05T07:22:12.679Z
|