Full identifier: https://w3id.org/np/RAul10Jretr7ykLaQ9dS_kdYRr9v4Cp2homA9W3Demzxg/get-concepts-of-skos-scheme
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-concepts-of-skos-scheme
|
Get the concepts of a SKOS scheme - This query returns all concepts that specify to be in the given SKOS scheme.
|
Tobias Kuhn
|
2025-10-30T07:45:39.669Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
Tobias Kuhn
|
2025-10-30T07:45:39.669Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
Get the concepts of a SKOS scheme
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
This query returns all concepts that specify to be in the given SKOS scheme.
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-concepts-of-skos-scheme
|
prefix owl: <http://www.w3.org/2002/07/owl#>
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/>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
select ?concept ?label ?broaderConcept (?definition as ?description) ?np (group_concat(?flagLabel; separator=" ") as ?flags) where {
values ?_scheme_multi_iri {}
graph npa:graph {
?np npx:hasNanopubType skos:Concept .
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np npx:introduces ?concept .
?np np:hasAssertion ?a .
}
optional {
graph npa:graph {
values (?flag ?flagLabel) { ( npx:ExampleNanopub "Example") ( npx:DraftNanopub "Draft") }
?np npx:hasNanopubType ?flag .
}
}
graph ?a {
?concept skos:inScheme ?_scheme_multi_iri .
optional { ?concept skos:broader ?broaderConcept . }
optional { ?concept skos:prefLabel ?label . }
optional { ?concept skos:definition ?definition . }
}
}
group by ?concept ?label ?broaderConcept ?definition ?np
order by ?label
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-concepts-of-skos-scheme
|
Tobias Kuhn
|
2025-10-30T07:44:40.165Z
|