@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion a nt:AssertionTemplate; dct:description "Such a nanopublication declares that somebody is a program committee member of a given Space."; rdfs:label "Declaring a program committee member of a space"; nt:hasNanopubLabelPattern "${space} has program committee member: ${user}"; nt:hasStatement sub:st1; nt:hasTag "Spaces" . sub:space a 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:st1 rdf:object sub:user; rdf:predicate ; rdf:subject sub:space . sub:user a nt:AgentPlaceholder; rdfs:label "choose the program committee member" . rdfs:label "has program committee member" . } 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-07-31T12:02:23Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Declaring a program committee member of a space"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "QvPnq0YQ05QrXNCp1BdxZNz7HXmE48FGlfm2yw4HbUqhwx97BXIPaIZlm5THt/TTHIHV2H2/fqySrU4EwKn3hu4AAcj5uxPuB81yER+ijNJ7Y22hdMszozFsINUGkWthv2XyIpDPexJ8g//fb3k+XV8VW3t9y/GmE0hGTdEdFBk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }