References for: get-nanopubs-by-type
Full identifier: https://w3id.org/np/RAE35dYJQlpnqim7VeKuu07E9I1LQUZpkdYQR4RvU3KMU#get-nanopubs-by-type
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
Get nanopublications by type
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
This query returns all valid nanopublications of the given type.
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-nanopubs-by-type
|
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dct: <http://purl.org/dc/terms/>
prefix prov: <http://www.w3.org/ns/prov#>
select ?np ?label ?pubkey ?date where {
graph npa:graph {
?np npx:hasNanopubType ?_type_iri .
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
optional { ?np rdfs:label ?label . }
?np dct:created ?date .
}
}
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-nanopubs-by-type
|
Tobias Kuhn
|
2024-10-25T08:59:50.719Z
|