References for: get-most-used-bdj-taxons
Full identifier: https://w3id.org/np/RAINZUI4_X5lNQpOfu1446e8qmZRV2clJ9KNrUUqsTYW4#get-most-used-bdj-taxons
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
Get the most used taxons in BDJ
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
This query returns the most used taxon names in accepted nanopublications of the Biodiversity Data Journal.
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-used-bdj-taxons
|
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 oa: <http://www.w3.org/ns/oa#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix nt: <https://w3id.org/np/o/ntemplate/>
prefix pav: <http://purl.org/pav/>
prefix bibo: <http://purl.org/ontology/bibo/>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select ?taxonName (max(?taxonNameLabel) as ?taxonNameLabel) (count(?taxonName) as ?taxonNameCount) where {
graph npa:graph {
?np dct:created ?timestamp .
?np npa:hasValidSignatureForPublicKey ?pubkey .
?np rdfs:label ?label .
?np np:hasAssertion ?a .
?np np:hasPublicationInfo ?i .
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
}
graph ?a {
?association <https://w3id.org/kpxl/biodiv/terms/hasTaxonName> ?taxonName .
}
optional {
graph ?i {
?taxonName <https://w3id.org/np/o/ntemplate/hasLabelFromApi> ?taxonNameLabel .
}
}
}
group by ?taxonName
order by desc(?taxonNameCount)
limit 10
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-most-used-bdj-taxons
|
Tobias Kuhn
|
2024-07-09T15:20:11.610Z
|