Full identifier: https://w3id.org/np/RARtWHRzNY5hh31X2VB5eOCJAdp9Cjv4CakA0Idqz69MI#get-templates-with-uri
Assigned to 1 class:
Searching for templates...
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
Get the templates using given URI
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
This query returns the assertion templates that use the given URI in their statements.
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-templates-with-uri
|
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix dct: <http://purl.org/dc/terms/>
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 nt: <https://w3id.org/np/o/ntemplate/>
select distinct ?np ?npLabel ?date ?pubkey where {
graph ?assertion {
?statement ?relation ?_thing_iri .
values ?relation { rdf:subject rdf:predicate rdf:object nt:possibleValue }
}
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
filter not exists { ?np npx:hasNanopubType nt:UnlistedTemplate . }
?np np:hasAssertion ?assertion .
?np dct:created ?date .
optional { ?np rdfs:label ?npLabel }
}
} limit 1000
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-templates-with-uri
|
Tobias Kuhn
|
2024-12-02T12:45:20.034Z
|