Status: 
| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
Get term descriptions
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
Returns the nanopublications that introduce, describe, or embed the given term, with view-friendly columns (np / np_label). Used by the /explore page as a resource view (the 'Described in' list).
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
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 ?np ?np_label where {
values ?__pubkey_multi {}
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi . }
?np dct:created ?date .
?np npx:introduces|npx:describes|npx:embeds ?_term_iri .
optional { ?np rdfs:label ?np_label . }
}
} order by desc(?date)
|
|
||||
|
PublicationInfo
|
|
|||||
|
Assertion
|
|
|||||
|
Assertion
|
|