Matches in Nanopublications for { ?s <https://w3id.org/kpxl/grlc/transformerJson> ?o ?g. }
Showing items 1 to 3 of
3
with 100 items per page.
- json-test transformerJson "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 ?project ?label ?np ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?project . ?np npx:hasNanopubType <https://w3id.org/kpxl/gen/terms/NanodashProject> . ?np rdfs:label ?label . ?np np:hasAssertion ?a . filter not exists { ?npx npx:introduces ?project . ?npx dct:created ?datex . filter(?datex > ?date) } }} order by ?label" assertion.
- json-test transformerJson "{ "proto": { "id": "?person", "name" : "$foaf:name" }, "$where": [ "?person rdf:type foaf:Person" ], "$orderby": [ "?person" ], "$limit": 10, "$prefixes": { "foaf" : "http://xmlns.com/foaf/0.1/" , "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } }" assertion.
- json-test transformerJson "{ "proto": { "id": "?person", "name" : "$foaf:name" }, "$where": [ "?person rdf:type foaf:Person" ], "$orderby": [ "?person" ], "$limit": 10, "$prefixes": { "foaf" : "http://xmlns.com/foaf/0.1/" , "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } }" assertion.