@prefix this: <https://w3id.org/np/RA9NmxkfYvY73OloFsqR7kMWsV31gChEIe1Gj3uhWS0zU> .
@prefix sub: <https://w3id.org/np/RA9NmxkfYvY73OloFsqR7kMWsV31gChEIe1Gj3uhWS0zU/> .
@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/ColumnWidth02of12> rdfs:label "10/12 columns" , "2/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth03of12> rdfs:label "3/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth04of12> rdfs:label "4/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth05of12> rdfs:label "5/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth06of12> rdfs:label "6/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth07of12> rdfs:label "7/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth08of12> rdfs:label "8/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth09of12> rdfs:label "9/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth10of12> rdfs:label "10/12 columns" .
  <https://w3id.org/kpxl/gen/terms/ColumnWidth12of12> rdfs:label "12/12 columns" .
  <https://w3id.org/kpxl/gen/terms/PartLevelViewDisplay> rdfs:label "part-level view display" .
  <https://w3id.org/kpxl/gen/terms/TopLevelViewDisplay> rdfs:label "top-level view display" .
  <https://w3id.org/kpxl/gen/terms/ViewDisplay> rdfs:label "view display" .
  <https://w3id.org/kpxl/gen/terms/hasDisplayWidth> rdfs:label "has the display width" .
  <https://w3id.org/kpxl/gen/terms/hasPageSize> rdfs:label "has the page size" .
  <https://w3id.org/kpxl/gen/terms/hasStructuralPosition> rdfs:label "has the structural position" .
  <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" .
  sub:assertion dct:description "Declare a view that should be displayed for the given resource (e.g. space, user, maintained resource)." ;
    a nt:AssertionTemplate ;
    rdfs:label "Displaying a view for a resource" ;
    nt:hasNanopubLabelPattern "${resource} displays view: ${view}" ;
    nt:hasStatement sub:st10 , sub:st11 , sub:st20 , sub:st30 , sub:st40 , sub:st50 , sub:st60 ;
    nt:hasTag "Spaces" .
  sub:display a nt:EmbeddedResource , nt:LocalResource ;
    rdfs:label "this" .
  sub:displayType a nt:RestrictedChoicePlaceholder ;
    rdfs:label "top-level or part-level" ;
    nt:hasDefaultValue <https://w3id.org/kpxl/gen/terms/TopLevelViewDisplay> ;
    nt:possibleValue <https://w3id.org/kpxl/gen/terms/PartLevelViewDisplay> , <https://w3id.org/kpxl/gen/terms/TopLevelViewDisplay> .
  sub:pageSize a nt:LiteralPlaceholder ;
    rdfs:label "number of rows/elements per page (0 = unlimited)" ;
    nt:hasRegex "[0-9]+" .
  sub:resource a nt:GuidedChoicePlaceholder ;
    rdfs:label "the ID of the resource" ;
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/MaintainedResource" , "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 <https://w3id.org/kpxl/gen/terms/ViewDisplay> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:display .
  sub:st11 rdf:object sub:displayType ;
    rdf:predicate rdf:type ;
    rdf:subject sub:display .
  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:st40 rdf:object sub:pageSize ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasPageSize> ;
    rdf:subject sub:display ;
    a nt:OptionalStatement .
  sub:st50 rdf:object sub:width ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasDisplayWidth> ;
    rdf:subject sub:display ;
    a nt:OptionalStatement .
  sub:st60 rdf:object sub:structuralPosition ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasStructuralPosition> ;
    rdf:subject sub:display .
  sub:structuralPosition a nt:LiteralPlaceholder ;
    rdfs:label "digits for section/subsection + short id like '5.5.thing'" ;
    nt:hasRegex "[1-9]\\.[1-9]\\..*" .
  sub:view a nt:GuidedChoicePlaceholder ;
    rdfs:label "choose the view" ;
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/ResourceView" .
  sub:width a nt:RestrictedChoicePlaceholder ;
    rdfs:label "choose display width" ;
    nt:possibleValue <https://w3id.org/kpxl/gen/terms/ColumnWidth02of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth03of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth04of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth05of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth06of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth07of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth08of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth09of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth10of12> , <https://w3id.org/kpxl/gen/terms/ColumnWidth12of12> .
}
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 "2025-11-10T15:23:48.594+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/RAEUo_Wl9z-bEWoQ9ZO6olVWi1vyuINZELa1XI_SgILtQ> ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    rdfs:label "Displaying a view for a resource" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "iqj1g+BXls5WZRWRG0kUThJzPGaihBeLpguUwUVYBURcERJoHkxhSAenPPRZl4FlDkz4AV8iGWajxGbAWdwTAK8XaNafpnipbksVGssaHesSxllGnaYMe35VCD6wAP2Ckany1six7ZKB/oWFvz883eaB3CSiQ/37P7Fyoaj/ptU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}