@prefix this: <https://w3id.org/np/RAMq2mp1s0WfoRYq8Va9-uBCee11Vif78e0o9LKjIRDlI> .
@prefix sub: <https://w3id.org/np/RAMq2mp1s0WfoRYq8Va9-uBCee11Vif78e0o9LKjIRDlI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  rdf:type rdfs:label "is a" .
  <https://w3id.org/kpxl/gen/terms/ActivatedViewDisplay> rdfs:label "activated view display" .
  <https://w3id.org/kpxl/gen/terms/DeactivatedViewDisplay> rdfs:label "deactivated view display" .
  <https://w3id.org/kpxl/gen/terms/ViewDisplay> rdfs:label "view display" .
  <https://w3id.org/kpxl/gen/terms/appliesTo> rdfs:label "applies to - only applies to this user, and not to pages that are part of it, etc." .
  <https://w3id.org/kpxl/gen/terms/isDisplayFor> rdfs:label "is a display for" .
  <https://w3id.org/kpxl/gen/terms/isDisplayOfView> rdfs:label "is a display of the view" .
  <https://w3id.org/np/RA85WirEeiXnxKdoL5IJMgnz9J5KcQLivapXLzTrupT6k/most-recent-nanopubs> rdfs:label "show my latest nanopublications" .
  <https://w3id.org/np/RAGQ0s3vTFdc0xGpr57IPaX24yctsW9YiU1Kz0EgmS4fs/space-list-view> rdfs:label "show user's Spaces" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Displaying a view on a user page" ;
    nt:hasNanopubLabelPattern "${resource} displays view: ${view}" ;
    nt:hasStatement sub:st10 , sub:st12 , sub:st20 , sub:st30 , sub:st31 ;
    nt:hasTag "Spaces" .
  sub:display a nt:EmbeddedResource , nt:LocalResource ;
    rdfs:label "this" .
  sub:displayMode a nt:RestrictedChoicePlaceholder ;
    rdfs:label "select whether this display is activated or deactivated" ;
    nt:hasDefaultValue <https://w3id.org/kpxl/gen/terms/ActivatedViewDisplay> ;
    nt:possibleValue <https://w3id.org/kpxl/gen/terms/ActivatedViewDisplay> , <https://w3id.org/kpxl/gen/terms/DeactivatedViewDisplay> .
  sub:resource a nt:AgentPlaceholder ;
    rdfs:label "choose the user" .
  sub:st10 rdf:object <https://w3id.org/kpxl/gen/terms/ViewDisplay> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:display .
  sub:st12 rdf:object sub:displayMode ;
    rdf:predicate rdf:type ;
    rdf:subject sub:display ;
    a nt:AdvancedStatement .
  sub:st20 rdf:object sub:view ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/isDisplayOfView> ;
    rdf:subject sub:display .
  sub:st30 rdf:object sub:resource ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/isDisplayFor> ;
    rdf:subject sub:display .
  sub:st31 rdf:object sub:resource ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/appliesTo> ;
    rdf:subject sub:display ;
    a nt:AdvancedStatement , nt:OptionalStatement .
  sub:view a nt:GuidedChoicePlaceholder ;
    rdfs:label "choose the view" ;
    nt:possibleValue <https://w3id.org/np/RA85WirEeiXnxKdoL5IJMgnz9J5KcQLivapXLzTrupT6k/most-recent-nanopubs> , <https://w3id.org/np/RAGQ0s3vTFdc0xGpr57IPaX24yctsW9YiU1Kz0EgmS4fs/space-list-view> , <https://w3id.org/np/RArUsGK-jY6QOcaW-2K9ngY1kBDJMaWHn3dCEyylZ-Smo/planned-event-attendance-view> , <https://w3id.org/np/RAwQnC7tU5pPi8IsKvH1rcysQo1OfJji7MjeIJSUH3gwU/read-papers-view> , <https://w3id.org/np/RAyGnSBDLneVXhzK8SRwtkU4tN96F_3vSeZVc_SxYMxTk/simple-message-view> ;
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAs7Q2IMbb7C2WzFa98bVwlDMhN3kJ0rrF9cSEybtvLaA/find-embedded-things?type=https://w3id.org/kpxl/gen/terms/ResourceView" .
  <https://w3id.org/np/RArUsGK-jY6QOcaW-2K9ngY1kBDJMaWHn3dCEyylZ-Smo/planned-event-attendance-view> rdfs:label "list events I plan to attend" .
  <https://w3id.org/np/RAwQnC7tU5pPi8IsKvH1rcysQo1OfJji7MjeIJSUH3gwU/read-papers-view> rdfs:label "list papers I have read" .
  <https://w3id.org/np/RAyGnSBDLneVXhzK8SRwtkU4tN96F_3vSeZVc_SxYMxTk/simple-message-view> rdfs:label "simple message 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-02-25T10:01:33.988+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAQhTCHtfzGCj1YiE1LualWcZjg3thlRiquFWUE14UF-g> ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    rdfs:label "Displaying a view on a user page" ;
    prov:wasDerivedFrom <https://w3id.org/np/RA8a6AuDKWpWEbUcjwJCFclezi1eMjjn5QdmTLu9PX6OQ> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RASDwdz5WzsWdeDRREs0i5n5xTtKTrKS8pCIFUXhlkpt0> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "qHUIkjuNeFHBv8lTH/PoevaeNxJHQ3e/M0mNGqLohTahor6FP4AxarL0/CjNuG/zIbP5H2mo2PzHGc8B93/RW/qgFSyJkvcX4zU7whNgkFEVFKF8sXeaCojL0AVIt1WdrUQyT5wvN2clS8BbZnftq4xSva6jHc9UX0EhSZWmbg4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}