Nanopublication

< Home

ID

https://w3id.org/np/RAKPiLICwpNvySKBbz7d1Mug82VD5a9g0QCykrcZP88GU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAKPiLICwpNvySKBbz7d1Mug82VD5a9g0QCykrcZP88GU> .
@prefix sub: <https://w3id.org/np/RAKPiLICwpNvySKBbz7d1Mug82VD5a9g0QCykrcZP88GU/> .
@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 npx: <http://purl.org/nanopub/x/> .
@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/> .

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" .
  
  <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" .
  
  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" .
  
  <https://w3id.org/kpxl/gen/terms/ActivatedPresetAssignment> rdfs:label "activated preset assignment" .
  
  <https://w3id.org/kpxl/gen/terms/Event> rdfs:label "Event" .
  
  <https://w3id.org/kpxl/gen/terms/PresetAssignment> rdfs:label "preset assignment" .
  
  <https://w3id.org/kpxl/gen/terms/Space> rdfs:label "Space" .
  
  <https://w3id.org/kpxl/gen/terms/hasAdmin> rdfs:label "has as admin" .
  
  <https://w3id.org/kpxl/gen/terms/hasRootDefinition> rdfs:label "has as root definition" .
  
  <https://w3id.org/kpxl/gen/terms/isAssignmentFor> rdfs:label "is an assignment for" .
  
  <https://w3id.org/kpxl/gen/terms/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 <https://w3id.org/kpxl/gen/terms/Event>, <https://w3id.org/kpxl/gen/terms/PresetAssignment>,
      <https://w3id.org/kpxl/gen/terms/Space> .
  
  sub:assignment a 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 ".../officehours/";
    nt:hasRegex "[0-9]{8}" .
  
  sub:st00 rdf:object <https://w3id.org/kpxl/gen/terms/Space>;
    rdf:predicate rdf:type;
    rdf:subject sub:space .
  
  sub:st01 rdf:object <https://w3id.org/kpxl/gen/terms/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 <https://w3id.org/kpxl/gen/terms/hasAdmin>;
    rdf:subject sub:space .
  
  sub:st05 rdf:object orcid:0009-0009-0118-9195;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasAdmin>;
    rdf:subject sub:space .
  
  sub:st06 rdf:object orcid:0000-0001-8492-0354;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasAdmin>;
    rdf:subject sub:space .
  
  sub:st11 rdf:object sub:startDate;
    rdf:predicate <http://schema.org/startDate>;
    rdf:subject sub:space .
  
  sub:st12 a nt:OptionalStatement;
    rdf:object sub:endDate;
    rdf:predicate <http://schema.org/endDate>;
    rdf:subject sub:space .
  
  sub:st99 rdf:object sub:rootDefinition;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/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 <https://w3id.org/kpxl/gen/terms/PresetAssignment>;
    rdf:predicate rdf:type;
    rdf:subject sub:assignment .
  
  sub:stp1 rdf:object <https://w3id.org/kpxl/gen/terms/ActivatedPresetAssignment>;
    rdf:predicate rdf:type;
    rdf:subject sub:assignment .
  
  sub:stp2 rdf:object <https://w3id.org/np/RAwBGcidgc8fYGAJcEaFlPUCHs4QhnDKegBSFI1EJVyTU/generalRegularMeetingPreset>;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/isAssignmentOfPreset>;
    rdf:subject sub:assignment .
  
  sub:stp3 rdf:object sub:space;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/isAssignmentFor>;
    rdf:subject sub:assignment .
  
  <https://w3id.org/np/RAwBGcidgc8fYGAJcEaFlPUCHs4QhnDKegBSFI1EJVyTU/generalRegularMeetingPreset>
    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:03.145+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAVAFaN22_zorWdRX5YOQJLt26yM6ZpWspZN1cIs-7qBE>;
    npx:wasCreatedAt <http://localhost:37373/>;
    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> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "PWCrm6D6bmfDKUA7AHpAXmfMd+/YE3qVQfQJTwfX+o9gVJw7EnFvXvFWNvXkqNTKNxxNIUFyZCQlH89ycz3R+P2nffJwgwEE6DeLj+0ralhO0dzvtdrOau9ieKf3XbxwG93C35x7q8jLB6hQK/ErsDgJSv41emVfZKGYK2JT2BM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}