https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/Head
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/assertion
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/provenance
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/pubinfo
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/assertion
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
http://purl.org/dc/terms/description
Returns basic key-value facts about a given maintained resource (its description, type, namespace, and the space that maintains it), taken from its latest non-invalidated declaration nanopub. Each property and value is rendered as a link to its defining IRI where applicable, and the type can carry multiple values. The namespace is shown as its full URL, trimmed in the middle with an ellipsis beyond 80 characters. Both columns use the '_noheader' convention so the redundant header row is dropped.
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
http://www.w3.org/2000/01/rdf-schema#label
Get maintained resource info
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
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 gen: <https://w3id.org/kpxl/gen/terms/>
select distinct ?Property_noheader ?Property_label ?Value_noheader ?Value_label where {
values ?_resource_multi_iri {}
graph npa:graph {
?np npx:hasNanopubType gen:MaintainedResource .
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np npx:introduces ?_resource_multi_iri .
?np np:hasAssertion ?a .
}
graph ?a { ?_resource_multi_iri a gen:MaintainedResource . }
optional { graph ?a { ?_resource_multi_iri dct:description ?descVal } }
optional { graph ?a { ?_resource_multi_iri a ?typeIri . filter(?typeIri != gen:MaintainedResource) } }
optional { graph ?a { ?_resource_multi_iri gen:hasNamespace ?nsVal } }
optional { graph ?a { ?_resource_multi_iri gen:isMaintainedBy ?spaceVal } }
bind(strlen(str(?nsVal)) as ?nsLen)
bind(if(?nsLen > 80, concat(substr(str(?nsVal), 1, 38), '...', substr(str(?nsVal), ?nsLen - 37)), str(?nsVal)) as ?nsDisp)
bind(concat('<span>', ?nsDisp, '</span>') as ?nsAnchor)
values (?key ?Property_noheader ?Property_label) {
('Description' dct:description 'Description:')
('Type' rdf:type 'Type:')
('Namespace' gen:hasNamespace 'Namespace:')
('Maintained by' gen:isMaintainedBy 'Maintained by:')
}
bind(if(?key='Type', ?typeIri, if(?key='Namespace', ?nsAnchor, if(?key='Description', str(?descVal), ?spaceVal))) as ?Value_noheader)
filter(bound(?Value_noheader))
bind(if(?key='Type', replace(str(?typeIri), '^.*[/#]', ''), '') as ?Value_label)
}
order by (if(?key='Description', 1, if(?key='Type', 2, if(?key='Namespace', 3, 4))))
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/provenance
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://purl.org/dc/terms/created
2026-07-03T06:42:55Z
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/get-maintained-resource-info
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAX3ZueCftHZiERYS5LUIawzCdG5UqKzTXGdHrWTWcA9Q
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
http://www.w3.org/2000/01/rdf-schema#label
Get maintained resource info
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/sig
http://purl.org/nanopub/x/hasSignature
ly+vbZ87iW6SDLk76hOr8zqWyx+MeA2wIKF2buNlDFdULeM9xuqPVnlbNh0+6P3L7i1ILF5z35HNJLAgdYBNRiMEi0Pt8QudEsBGBFvrsMbfx+vXLVn/girDTB5JO8ZC2JIZCLdyu2h9YfP/rFyQJzonOfWpGH4nmIP6AY/KsTc=
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g
https://w3id.org/np/RAru8wDmV6xiprsM8Wyx3zdQcFAK_Qu6wCUV8uykj6E0g/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234