sub:assertion {
dct:description rdfs:label "has the description" .
<
http://schema.org/endDate>
rdfs:label "has the end date" .
<
http://schema.org/startDate>
rdfs:label "has the start date" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<
http://www.w3.org/2002/07/owl#sameAs>
rdfs:label "has the alternative ID" .
<
https://w3id.org/kpxl/gen/terms/Campaign>
rdfs:label "Campaign - (with focus on outreach)" .
<
https://w3id.org/kpxl/gen/terms/Event>
rdfs:label "Event - (with focus on exchange)" .
<
https://w3id.org/kpxl/gen/terms/Initiative>
rdfs:label "Initiative - (with focus on coordination)" .
<
https://w3id.org/kpxl/gen/terms/Project>
rdfs:label "Project - (with focus on getting work done)" .
<
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:altId a nt:ExternalUriPlaceholder ;
rdfs:label "alternative URI" .
sub:assertion dct:description "Such nanopublications defines a time-limited Space, i.e. a project, initiative, campaign, or event." ;
a nt:AssertionTemplate ;
rdfs:label "Defining a time-limited Space" ;
nt:hasStatement sub:st00 ,
sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st11 ,
sub:st12 ,
sub:st90 ;
nt:hasTag "Spaces" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "the description of the Space" .
sub:endDate a nt:LiteralPlaceholder ;
rdfs:label "end date (and optionally time)" ;
nt:hasDatatype xsd:dateTime .
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:st11 rdf:object sub:startDate ;
rdf:predicate <
http://schema.org/startDate> ;
rdf:subject sub:space .
sub:st12 rdf:object sub:endDate ;
rdf:predicate <
http://schema.org/endDate> ;
rdf:subject sub:space ;
a nt:OptionalStatement .
sub:st90 rdf:object sub:altId ;
rdf:predicate <
http://www.w3.org/2002/07/owl#sameAs> ;
rdf:subject sub:space ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:startDate a nt:LiteralPlaceholder ;
rdfs:label "start date (and optionally time)" ;
nt:hasDatatype xsd:dateTime .
sub:type a nt:RestrictedChoicePlaceholder ;
rdfs:label "type of the Space" ;
nt:possibleValue <
https://w3id.org/kpxl/gen/terms/Campaign> , <
https://w3id.org/kpxl/gen/terms/Event> , <
https://w3id.org/kpxl/gen/terms/Initiative> , <
https://w3id.org/kpxl/gen/terms/Project> .
}