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/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 ;
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: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> .
}