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/RA22TaPlQS33tbB208xUzWE7uDNcPCsmFjMY8VliGG5Z0/latest-nanopubs-by-user-view>
rdfs:label "show my latest nanopublications" .
<
https://w3id.org/np/RA4SeeCiFsP7g7hC2OFp5NaH6TABROyxCA0o5IEi00VTk/simple-message-view>
rdfs:label "simple message view" .
<
https://w3id.org/np/RADxawsPMMxY1pa9gjFekT6Wlb1Wpa6GZkUNQA2E5vTa0/space-list-view>
rdfs:label "show user's Spaces" .
<
https://w3id.org/np/RAJR0wUBtvMatUJ1mWNBNKgpEvPTi8bKYz80LgQMDPWAE/planned-event-attendance-view>
rdfs:label "list events I plan to attend" .
<
https://w3id.org/np/RAM0SKWk9RBR7RzSG4s10rANuy4t-6a1vWmNXpGlRLF9E/read-papers-view>
rdfs:label "list papers I have read" .
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/RA22TaPlQS33tbB208xUzWE7uDNcPCsmFjMY8VliGG5Z0/latest-nanopubs-by-user-view> , <
https://w3id.org/np/RA4SeeCiFsP7g7hC2OFp5NaH6TABROyxCA0o5IEi00VTk/simple-message-view> , <
https://w3id.org/np/RADxawsPMMxY1pa9gjFekT6Wlb1Wpa6GZkUNQA2E5vTa0/space-list-view> , <
https://w3id.org/np/RAJR0wUBtvMatUJ1mWNBNKgpEvPTi8bKYz80LgQMDPWAE/planned-event-attendance-view> , <
https://w3id.org/np/RAM0SKWk9RBR7RzSG4s10rANuy4t-6a1vWmNXpGlRLF9E/read-papers-view> ;
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAzSFlOt0yD9b-GSNifkGoKfakXEYQ7f6Ic3OMwuJfwts/find-views?appliedViewClass=https://w3id.org/kpxl/gen/terms/IndividualAgent" .
}