References for: get-field-value-annotations
Full identifier: https://w3id.org/np/RAHfXTjVY3rMMZVnWNTNNoo_8J42ehz0bIt1vX4KAR2tQ#get-field-value-annotations
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
Get all field value annotations
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
Returns all annotations with field value selectors (experimental)
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-field-value-annotations
|
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
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 foaf: <http://xmlns.com/foaf/0.1/>
prefix oa: <http://www.w3.org/ns/oa#>
select ?target_source ?field ?value ?np ?user where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
?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 {
?ann a oa:Annotation .
?ann oa:hasTarget ?target .
?target oa:hasSource ?target_source .
?target oa:hasSelector ?selector .
?selector a <http://example.org/FieldValueSelector> .
?selector <http://example.org/hasField> ?field .
?ann oa:hasBody ?body .
?body rdf:value ?value .
}
graph ?i {
optional {
?sig npx:hasSignatureTarget ?np .
?sig npx:signedBy ?user .
}
}
} order by desc(?date)
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-field-value-annotations
|
Tobias Kuhn
|
2024-04-16T13:32:27.823Z
|