Status: 
| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
Get intro relations
|
|
||||
|
Assertion
|
|
|||||
|
PublicationInfo
|
Get intro relations - This query returns the relations (predicate-object) of the assertion part of ...
|
|
||||
|
PublicationInfo
|
Get intro relations - This query returns the relations (predicate-object) of the assertion part of ...
|
|
||||
|
Assertion
|
This query returns the relations (predicate-object) of the assertion part of an introduction nanopublication for a given resource.
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
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/>
select ?pred ?obj where {
bind(?_resourceNp_iri as ?np)
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np np:hasAssertion ?a .
?np npx:introduces ?_resource_iri .
}
graph ?a {
?_resource_iri ?pred ?obj .
}
}
|
|
||||
|
Assertion
|
|
|||||
|
PublicationInfo
|
|
|||||