@prefix this: <https://w3id.org/np/RAg6dU0vGnDjjUruZ4GnG-lTc7aQV31EHQo6UwOdu7DwU> .
@prefix sub: <https://w3id.org/np/RAg6dU0vGnDjjUruZ4GnG-lTc7aQV31EHQo6UwOdu7DwU/> .
@prefix schema: <http://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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 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/> .
@prefix npx: <http://purl.org/nanopub/x/> .

<https://w3id.org/np/RAg6dU0vGnDjjUruZ4GnG-lTc7aQV31EHQo6UwOdu7DwU> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-06-26T14:17:03Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  rdfs:label "Adding an Incubator office hour";
  prov:wasDerivedFrom <https://w3id.org/np/RAiuySO2dFpNoNdE0XLPiMlyZSVkIaD-INxaAq7yL4UGY>;
  nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
    <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
    <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RAAiJBqq60yVebKKb0NyCOFtKa4zD-dFxmyB1Gb-30BMw> .

dct:description rdfs:label "has the description" .

schema:endDate rdfs:label "has the end date" .

schema:startDate rdfs:label "has the start date" .

rdf:type rdfs:label "is a" .

rdfs:label rdfs:label "has the label" .

gen:ActivatedPresetAssignment rdfs:label "activated preset assignment" .

gen:Event rdfs:label "Event" .

gen:PresetAssignment rdfs:label "preset assignment" .

gen:Space rdfs:label "Space" .

gen:hasAdmin rdfs:label "has as admin" .

gen:hasRootDefinition rdfs:label "has as root definition" .

gen:isAssignmentFor rdfs:label "is an assignment for" .

gen:isAssignmentOfPreset rdfs:label "is an assignment of the preset" .

sub:assertion a nt:AssertionTemplate;
  dct:description """<p>Add a new <strong>office hour</strong> as a sub-space of the <a href=\"https://w3id.org/spaces/knowledgepixels/incubator/officehours\">Incubator Office Hours</a> space.</p>

<p>The super-space, the type (an <code>Event</code>), and the admins are fixed. Enter the date of the office hour as an eight-digit suffix (<code>YYYYMMDD</code>); it is appended to the fixed space prefix to form the sub-space identifier. The created sub-space is also assigned the <em>General regular meeting preset</em>.</p>""";
  rdfs:label "Adding an Incubator office hour";
  nt:hasNanopubLabelPattern "${label}";
  nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06,
    sub:st11, sub:st12, sub:st99, sub:stp0, sub:stp1, sub:stp2, sub:stp3;
  nt:hasTag "Spaces";
  nt:hasTargetNanopubType gen:Event, gen:PresetAssignment, gen:Space;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:assignment a nt:EmbeddedResource, nt:LocalResource;
  rdfs:label "this" .

sub:description a nt:LongLiteralPlaceholder;
  rdfs:label "the description of the office hour";
  nt:hasDefaultValue "This is the office hour of the Knowledge Pixels incubators on DD Month YYYY." .

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 office hour";
  nt:hasDefaultValue "Office Hour DD Month YYYY" .

sub:rootDefinition a nt:RootNanopubPlaceholder .

sub:space a nt:ExternalUriPlaceholder, nt:IntroducedResource;
  rdfs:label "date of the office hour as an eight-digit suffix (YYYYMMDD)";
  nt:hasPrefix "https://w3id.org/spaces/knowledgepixels/incubator/officehours/";
  nt:hasPrefixLabel "https://w3id.org/spaces/knowledgepixels/incubator/officehours/";
  nt:hasRegex "[0-9]{8}" .

sub:st00 rdf:object gen:Space;
  rdf:predicate rdf:type;
  rdf:subject sub:space .

sub:st01 rdf:object gen:Event;
  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 orcid:0000-0002-1267-0234;
  rdf:predicate gen:hasAdmin;
  rdf:subject sub:space .

sub:st05 rdf:object orcid:0009-0009-0118-9195;
  rdf:predicate gen:hasAdmin;
  rdf:subject sub:space .

sub:st06 rdf:object orcid:0000-0001-8492-0354;
  rdf:predicate gen:hasAdmin;
  rdf:subject sub:space .

sub:st11 rdf:object sub:startDate;
  rdf:predicate schema:startDate;
  rdf:subject sub:space .

sub:st12 a nt:OptionalStatement;
  rdf:object sub:endDate;
  rdf:predicate schema:endDate;
  rdf:subject sub:space .

sub:st99 rdf:object sub:rootDefinition;
  rdf:predicate gen:hasRootDefinition;
  rdf:subject sub:space .

sub:startDate a nt:LiteralPlaceholder;
  rdfs:label "start date (and optionally time)";
  nt:hasDatatype xsd:dateTime .

sub:stp0 rdf:object gen:PresetAssignment;
  rdf:predicate rdf:type;
  rdf:subject sub:assignment .

sub:stp1 rdf:object gen:ActivatedPresetAssignment;
  rdf:predicate rdf:type;
  rdf:subject sub:assignment .

sub:stp2 rdf:object <https://w3id.org/np/RAwBGcidgc8fYGAJcEaFlPUCHs4QhnDKegBSFI1EJVyTU/generalRegularMeetingPreset>;
  rdf:predicate gen:isAssignmentOfPreset;
  rdf:subject sub:assignment .

sub:stp3 rdf:object sub:space;
  rdf:predicate gen:isAssignmentFor;
  rdf:subject sub:assignment .

<https://w3id.org/np/RAwBGcidgc8fYGAJcEaFlPUCHs4QhnDKegBSFI1EJVyTU/generalRegularMeetingPreset>
  rdfs:label "General regular meeting preset" .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "nN/83+eLBqiMS8CmTTEEBPg9h3vjcpshkbW8kFaLv8tVlGRGSRnp7NVfStLNzpDBIgor3csG9qksk3XEK8ewqtw/+zk2kaC4JKG3MkqjlgZYMCCztPjW+uZZVpw7v2ovgFIRUCJbwXcJocvAWRxEWq+VDp7jgV7xOYJP9LghACs=";
  npx:hasSignatureTarget <https://w3id.org/np/RAg6dU0vGnDjjUruZ4GnG-lTc7aQV31EHQo6UwOdu7DwU>;
  npx:signedBy orcid:0000-0002-1267-0234 .

