@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:title rdfs:label "has the title" . rdf:type rdfs:label "is a" . gen:SpaceQueryView rdfs:label "Space query view" . gen:hasViewQuery rdfs:label "has the query" . gen:isViewForSpace rdfs:label "is for the Space" . sub:assertion a nt:AssertionTemplate; dct:description "Declare a view that should be shown for a given Space, based on a query."; rdfs:label "Declare a view for a Space (deprecated)"; nt:hasNanopubLabelPattern "${space} has view for query: ${query}"; nt:hasStatement sub:st10, sub:st20, sub:st30, sub:st40; nt:hasTag "Spaces"; nt:hasTargetNanopubType gen:hasView . sub:query a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "choose the query"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/grlc/grlc-query" . sub:space a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "choose the Space"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st10 rdf:object gen:SpaceQueryView; rdf:predicate rdf:type; rdf:subject sub:view . sub:st20 rdf:object sub:title; rdf:predicate dct:title; rdf:subject sub:view . sub:st30 rdf:object sub:query; rdf:predicate gen:hasViewQuery; rdf:subject sub:view . sub:st40 rdf:object sub:space; rdf:predicate gen:isViewForSpace; rdf:subject sub:view . sub:title a nt:LiteralPlaceholder; rdfs:label "title for the view" . sub:view a nt:EmbeddedResource, nt:LocalResource; rdfs:label "this view" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-09-24T09:38:44+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Declare a view for a Space (deprecated)"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: query, space."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JzOiPE6fnH/ajo35zenGUf81Ywj8bvC5xGggautRznW5GX5TzAJHNTYX/+lraWZCaIfQpALOScehWw16zkSsVbGrZf1p1ozo9WPbse3NdPhKb0Kpw9M8aEIuY44Evxt/WZ8nDfqVpINoasReZIinYXoOWcJTSYP8LB46L2Ynh+Q="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }