Nanopub Query SPARQL Editor for repository: empty

/repo/empty
18
 
1
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
2
prefix dct: <http://purl.org/dc/terms/>
3
prefix np: <http://www.nanopub.org/nschema#>
4
prefix npa: <http://purl.org/nanopub/admin/>
5
prefix npx: <http://purl.org/nanopub/x/>
6
7
select * where {
8
## Info about this repo:
9
  npa:thisRepo ?pred ?obj .
10
## Search for nanopublications:
11
# graph npa:graph {
12
#   ?np npa:hasValidSignatureForPublicKey ?pubkey .
13
#   filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
14
#   ?np dct:created ?date .
15
#   ?np np:hasAssertion ?a .
16
#   optional { ?np rdfs:label ?label }
image/svg+xml
image/svg+xml