TestQuery

SELECT * WHERE { ?s ?p ?o } Limit 10

Created a day ago, no versions

get nanopubs

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 * where {

service https://query.knowledgepixels.com/repo/last30d {

select distinct ?np ?label ?date where { {select ?np ?label ?pubkey ?date { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . optional { ?np rdfs:label ?label . } filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } filter not exists { ?np npx:hasNanopubType npx:retracts . } } } order by desc(?date) limit 50 } }

} }

Created 8 days ago, 3 versions

Query

Created 11 days ago, 1 version

Query

Created 12 days ago, 1 version

Demo

Created 2 months ago, no versions

within-Hilversum

Created 2 months ago, 1 version

train-stations

Created 2 months ago, 2 versions

wkt-color-label

Created 2 months ago, 1 version

has-Geometry-as-WKT

Created 2 months ago, 1 version

has-Geometry

Created 2 months ago, 1 version

wkt-literal

Created 2 months ago, 2 versions

order-by-aggregate

Created 2 months ago, 1 version

implicit-grouping

Created 2 months ago, 1 version

Basiselementen in OSM

OSM kent drie basiselementen:

Allen hebben een geometrie (gemodelleerd met de GeoSPARQL standaard) en een verwijzing naar het OSM object waarop deze is gebaseerd (gemodelleerd met een rdfs:seeAlso).

Created 3 months ago, 1 version

Query-2

Created 3 months ago, 1 version

Query-1

Created 3 months ago, 1 version

Query

Created 3 months ago, 1 version

Query-1

Created 3 months ago, 1 version

Query

Created 3 months ago, 1 version

tree-generation-properties

These are the settings used to populate the tree.

Created 3 months ago, 2 versions

Pater familias

Shows Paters familias, their spouses and the number of descendants.

Created 3 months ago, 5 versions

Familytree

Shows all decedents of a given pater familias.

Created 3 months ago, 8 versions

test

Created 4 months ago, no versions

Test

Select *

where { ?s ?p ?o} limit 10

Created 5 months ago, 1 version