sub:assertion {
dct:description rdfs:label "has the description" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<
https://w3id.org/kpxl/gen/terms/Community>
rdfs:label "Community - (with focus on exchange)" .
<
https://w3id.org/kpxl/gen/terms/Group>
rdfs:label "Group - (with focus on getting work done)" .
<
https://w3id.org/kpxl/gen/terms/Outlet>
rdfs:label "Outlet - (with focus on outreach)" .
<
https://w3id.org/kpxl/gen/terms/Program>
rdfs:label "Program - (with focus on coordination)" .
<
https://w3id.org/kpxl/gen/terms/Space>
rdfs:label "Space" .
<
https://w3id.org/kpxl/gen/terms/hasAdmin>
rdfs:label "has as admin" .
sub:admin a nt:AgentPlaceholder ;
rdfs:label "an admin of the Space" .
sub:assertion dct:description "Such nanopublications defines an open-ended Space, i.e. a group, program, outlet, or community." ;
a nt:AssertionTemplate ;
rdfs:label "Defining an open-ended Space" ;
nt:hasStatement sub:st00 ,
sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ;
nt:hasTag "Spaces" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "the description of the Space" .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "the name of the Space" .
sub:space a nt:ExternalUriPlaceholder ,
nt:IntroducedResource ;
rdfs:label "Space identifier" ;
nt:hasPrefix "https://w3id.org/spaces/" ;
nt:hasPrefixLabel "https://w3id.org/spaces/" .
sub:st00 rdf:object <
https://w3id.org/kpxl/gen/terms/Space> ;
rdf:predicate rdf:type ;
rdf:subject sub:space .
sub:st01 rdf:object sub:type ;
rdf:predicate rdf:type ;
rdf:subject sub:space .
sub:st02 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:space .
sub:st03 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:space .
sub:st04 rdf:object sub:admin ;
rdf:predicate <
https://w3id.org/kpxl/gen/terms/hasAdmin> ;
rdf:subject sub:space ;
a nt:RepeatableStatement .
sub:type a nt:RestrictedChoicePlaceholder ;
rdfs:label "type of the Space" ;
nt:possibleValue <
https://w3id.org/kpxl/gen/terms/Alliance> , <
https://w3id.org/kpxl/gen/terms/Community> , <
https://w3id.org/kpxl/gen/terms/Division> , <
https://w3id.org/kpxl/gen/terms/Group> , <
https://w3id.org/kpxl/gen/terms/Organization> , <
https://w3id.org/kpxl/gen/terms/Outlet> , <
https://w3id.org/kpxl/gen/terms/Program> .
}