Status: 
| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
Get ScienceLive nanopubs
|
|
||||
|
Assertion
|
|
|||||
|
PublicationInfo
|
Get ScienceLive nanopubs - This query returns all npx:hasNanopubType ScienceLive nanopubs.
|
|
||||
|
PublicationInfo
|
Get ScienceLive nanopubs - This query returns all npx:hasNanopubType ScienceLive nanopubs.
|
|
||||
|
PublicationInfo
|
Get ScienceLive nanopubs - This query returns all npx:hasNanopubType ScienceLive nanopubs.
|
|
||||
|
Assertion
|
This query returns all npx:hasNanopubType ScienceLive nanopubs.
|
|
||||
|
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 ?label ?creator ?date
WHERE {
GRAPH npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
FILTER NOT EXISTS {
?npx npx:invalidates ?np ;
npa:hasValidSignatureForPublicKey ?pubkey .
}
?np npx:hasNanopubType <https://w3id.org/np/RAbrZanVELw9xGL0IgtU5a7jrbdY7JSwBf9dPbT0UJVao> .
?np dct:created ?date .
?np np:hasAssertion ?a .
?np npx:signedBy ?creator .
OPTIONAL { ?np rdfs:label ?label }
}
} order by desc(?date)
|
|
||||
|
Assertion
|
|
|||||