@prefix this: . @prefix sub: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @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 "takes place in" . rdfs:label "has the start date" . rdfs:label "has the website" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . owl:sameAs rdfs:label "has the alternative ID" . gen:Event rdfs:label "Event" . gen:Space rdfs:label "Space" . gen:hasAdmin rdfs:label "has as admin" . gen:hasRootDefinition rdfs:label "has as root definition" . gen:isSubSpaceOf rdfs:label "is a sub-space of" . sub:admin a nt:AgentPlaceholder; rdfs:label "an admin of the workshop, tutorial or session" . sub:altId a nt:ExternalUriPlaceholder; rdfs:label "an alternative identifier of the event, e.g. a Wikidata item" . sub:conference a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "the conference it is part of"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:description a nt:LongLiteralPlaceholder; rdfs:label "the description of the workshop, tutorial or session" . sub:endDate a nt:LiteralPlaceholder; rdfs:label "end date (and optionally time)"; nt:hasDatatype xsd:dateTime . sub:event a nt:ExternalUriPlaceholder, nt:IntroducedResource; rdfs:label "identifier, nested under the conference"; nt:hasPrefix "~~SPACE~~/"; nt:hasPrefixLabel "Conference" . sub:kind a nt:RestrictedChoicePlaceholder; rdfs:label "workshop, tutorial or session"; nt:possibleValue , , . sub:label a nt:LiteralPlaceholder; rdfs:label "the name of the workshop, tutorial or session" . sub:room a nt:LiteralPlaceholder; rdfs:label "the room, as printed in the schedule" . sub:rootDefinition a nt:RootNanopubPlaceholder . sub:st00 a nt:AdvancedStatement; rdf:object gen:Space; rdf:predicate rdf:type; rdf:subject sub:event . sub:st01 a nt:AdvancedStatement; rdf:object gen:Event; rdf:predicate rdf:type; rdf:subject sub:event . sub:st02 rdf:object sub:kind; rdf:predicate rdf:type; rdf:subject sub:event . sub:st03 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:event . sub:st04 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:event . sub:st05 rdf:object sub:conference; rdf:predicate gen:isSubSpaceOf; rdf:subject sub:event . sub:st06 a nt:RepeatableStatement; rdf:object sub:admin; rdf:predicate gen:hasAdmin; rdf:subject sub:event . sub:st10 rdf:object sub:startDate; rdf:predicate ; rdf:subject sub:event . sub:st11 a nt:OptionalStatement; rdf:object sub:endDate; rdf:predicate ; rdf:subject sub:event . sub:st12 a nt:OptionalStatement; rdf:object sub:room; rdf:predicate ; rdf:subject sub:event . sub:st13 a nt:OptionalStatement; rdf:object sub:website; rdf:predicate ; rdf:subject sub:event . sub:st90 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:altId; rdf:predicate owl:sameAs; rdf:subject sub:event . sub:st99 a nt:AdvancedStatement; rdf:object sub:rootDefinition; rdf:predicate gen:hasRootDefinition; rdf:subject sub:event . sub:startDate a nt:LiteralPlaceholder; rdfs:label "start date (and optionally time)"; nt:hasDatatype xsd:dateTime . sub:website a nt:ExternalUriPlaceholder; rdfs:label "the website of the workshop, tutorial or session" . sub:workshop-template a nt:AssertionTemplate; dct:description """

Such nanopublications define a workshop, tutorial or session that is part of a conference, as a sub-space of the conference's own Space.

The event is typed as a Space and an Event, like any other time-limited Space, and additionally as a conference-ontology Workshop, Tutorial or Session — so that they can be told apart on the conference page and in queries. Use Session for a programme slot that needs a page of its own but is neither of the other two, such as a demo or show-and-tell session to which contributions are added individually.

Give it a short name only: the identifier is minted under the conference's own namespace (https://w3id.org/spaces/myconf/2026/my-workshop), which is what makes it a sub-space. Opened from a conference page, the form takes that namespace from the page; otherwise it offers a picker.

Organizers are not declared here: use the separate Declaring an organizer of a space template, one nanopublication per person, so that each grant can be revoked on its own.

The event's website, if it has one, goes in its own field (schema:url) and is shown prominently on its page and in the conference's workshop table. The alternative ID field is for identifiers of the same event elsewhere, such as a Wikidata item.

"""; rdfs:label "Defining a workshop, tutorial or session at a conference"; nt:hasNanopubLabelPattern "${label}"; nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st10, sub:st11, sub:st12, sub:st13, sub:st90, sub:st99; nt:hasTag "Spaces"; nt:hasTargetNanopubType gen:Event, gen:Space . rdfs:label "Session - (a programme slot of its own, such as a demo or show-and-tell session)" . rdfs:label "Tutorial - (teaching a topic to attendees)" . rdfs:label "Workshop - (its own program of contributed talks)" . } 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-09-24T09:38:44+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:workshop-template; npx:supersedes ; rdfs:label "Defining a workshop, tutorial or session at a conference"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: conference."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "IbLOb81hFx5J7r46IhRDs2UYuvuaY1PFGt/XBhbWKMON1SU9eZpRJi7b0mRH8b7BiMoPYQskiz0ZstWqECmDkLP4jedSIicgqblTytNW7xujye6LpaLtazwGqsniAUOZLgolfh9yKuK+916zYx23iiyn+P/PVCKviY6CIDjoXcE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }