Full identifier: https://w3id.org/np/RAoliK0MwB309Yo4TKfmyRdX0NSpyYkMbyT_t5JO8Jm6s/fip-community-domains
Assigned to 1 class:
Described in 1 nanopublication:
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
Get FIP community domains
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
This query returns the domains of all FIP communities.
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
fip-community-domains
|
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 fip: <https://w3id.org/fair/fip/terms/>
select ?domain ?domain_label (count(distinct ?np) as ?count) where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey ;
npx:hasNanopubType fip:FAIR-Implementation-Community ;
np:hasAssertion ?a .
?np dct:created ?date . filter(str(?date) > "2022")
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
}
graph ?a {
?community a fip:FAIR-Implementation-Community ;
rdfs:label ?label ;
rdfs:comment ?comment ;
fip:has-research-domain ?domain .
}
graph <https://w3id.org/np/RAGL6Knsrg3GPi4Guhkn4NRXLxgGxoHngDXYwcrG3lUMA#assertion> {
?domain rdfs:label ?domain_label .
}
}
group by ?domain ?domain_label
order by desc(?count)
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
fip-community-domains
|
Tobias Kuhn
|
2025-11-07T11:56:09.732Z
|