@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:description rdfs:label "has the description" . rdfs:label "has the end date" . rdfs:label "has the start date" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . orcid:0000-0001-8492-0354 rdfs:label "Ashley Caselli" . orcid:0000-0002-1267-0234 rdfs:label "Tobias Kuhn" . orcid:0009-0009-0118-9195 rdfs:label "Virginia Balseiro" . rdfs:label "activated preset assignment" . rdfs:label "Event" . rdfs:label "preset assignment" . rdfs:label "Space" . rdfs:label "has as admin" . rdfs:label "has as root definition" . rdfs:label "is an assignment for" . rdfs:label "is an assignment of the preset" . sub:assertion a nt:AssertionTemplate; dct:description """

Add a new office hour as a sub-space of the Incubator Office Hours space.

The super-space, the type (an Event), and the admins are fixed. Enter the date of the office hour as an eight-digit suffix (YYYYMMDD); it is appended to the fixed space prefix to form the sub-space identifier. The created sub-space is also assigned the General regular meeting preset.

"""; 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 , , . sub:assignment a nt:LocalResource; rdfs:label "this assignment" . 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 ".../officehours/"; nt:hasRegex "[0-9]{8}" . sub:st00 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:space . sub:st01 rdf:object ; 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 ; rdf:subject sub:space . sub:st05 rdf:object orcid:0009-0009-0118-9195; rdf:predicate ; rdf:subject sub:space . sub:st06 rdf:object orcid:0000-0001-8492-0354; rdf:predicate ; rdf:subject sub:space . sub:st11 rdf:object sub:startDate; rdf:predicate ; rdf:subject sub:space . sub:st12 a nt:OptionalStatement; rdf:object sub:endDate; rdf:predicate ; rdf:subject sub:space . sub:st99 rdf:object sub:rootDefinition; rdf:predicate ; rdf:subject sub:space . sub:startDate a nt:LiteralPlaceholder; rdfs:label "start date (and optionally time)"; nt:hasDatatype xsd:dateTime . sub:stp0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:assignment . sub:stp1 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:assignment . sub:stp2 rdf:object ; rdf:predicate ; rdf:subject sub:assignment . sub:stp3 rdf:object sub:space; rdf:predicate ; rdf:subject sub:assignment . rdfs:label "General regular meeting preset" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-06-26T16:24:44.279+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Adding an Incubator office hour"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "ezPNTtcn2THPIS0O45znLjTCZx0q/vg19ZU5+2yu85d+jVOCR6evj5ss5Bk69tSJo57FJhH/sMr/91aC5W/KYbpBhUo64SukVewjDpNfAROfchLqPlT2r6lrJSMM/QO1zTnV7QhqF07avB5zU6RfrALvvZizQ2tn4QL/0oCwBeo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }