Full identifier: https://w3id.org/np/RA3kJWku3mbgIrs_qOHnAAHE2G3SRByurioQttgVxUEDM/get-fdo-feed
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-fdo-feed
|
Get FDO feed - This query returns the latest FDOs from the specified creator.
|
Tobias Kuhn
|
2025-10-03T08:53:37.476Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Queries
|
Tobias Kuhn
|
2025-10-03T08:53:37.476Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Tobias Kuhn
|
2025-10-03T08:53:37.476Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Get FDO feed
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
This query returns the latest FDOs from the specified creator.
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-fdo-feed
|
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 ?fdo ?np ?label ?profile ?creator ?date where {
graph npa:graph {
?np npx:signedBy ?__creator_iri .
bind(?__creator_iri as ?creator)
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np dct:created ?date .
?np npx:hasNanopubType <https://w3id.org/fdof/ontology#FAIRDigitalObject> .
?np npx:introduces ?fdo .
optional { ?np rdfs:label ?label }
?np np:hasAssertion ?a .
}
optional {
graph ?a {
?fdo dct:conformsTo ?profile .
}
}
} order by desc(?date) limit 1000
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-fdo-feed
|
Tobias Kuhn
|
2025-07-24T15:27:07.089Z
|