Full identifier: https://w3id.org/np/RAQqjXQYlxYQeI4Y3UQy9OrD5Jx1E3PJ8KwKKQlWbiYSw/get-queries
Assigned to 1 class:
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
Get all grlc query nanopubs
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
Returns all nanopublications that declare a grlc query, thereby defining an API.
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-queries
|
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 grlc: <https://w3id.org/kpxl/grlc/>
select ?np ?label ?pubkeyhash ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . }
?np dct:created ?date .
?np npx:introduces|npx:embeds ?query .
?np np:hasAssertion ?a .
?np npx:hasNanopubType grlc:grlc-query .
optional { ?np rdfs:label ?label }
}
graph ?a {
?query grlc:endpoint ?endpoint .
filter(strstarts(str(?endpoint), "https://w3id.org/np/l/nanopub-query"))
}
} order by desc(?date)
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-queries
|
Tobias Kuhn
|
2025-05-26T12:45:10.281Z
|