Status: 
| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
Get the latest FAIR-Enabling Resources
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
This query returns the latest FAIR-Enabling Resources (FERs).
|
|
||||
|
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 ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np dct:created ?date .
?np np:hasAssertion ?a .
optional { ?np rdfs:label ?label }
}
} order by desc(?date) limit 10
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
|
|||||
|
PublicationInfo
|
|