Nanopublication

< Home

ID

https://w3id.org/np/RAei6Sudu4N4oPn76O56_uKKb0HUBF8hBeQ8uQafK9Fq8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAei6Sudu4N4oPn76O56_uKKb0HUBF8hBeQ8uQafK9Fq8> .
@prefix sub: <https://w3id.org/np/RAei6Sudu4N4oPn76O56_uKKb0HUBF8hBeQ8uQafK9Fq8/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  <https://w3id.org/fair/3pff/FA.10.T.4> a <https://w3id.org/fair/3pff/3PFF-Training>,
      <https://w3id.org/fair/3pff/3PFF-event>, <https://w3id.org/fair/3pff/FAIR-Awareness>,
      <https://w3id.org/fair/3pff/Virtual-Event>, gen:Event, gen:Space;
    <http://schema.org/endDate> "2026-06-24T13:00:00.0+01:00"^^xsd:dateTime;
    <http://schema.org/startDate> "2026-06-24T10:00:00.0+01:00"^^xsd:dateTime;
    rdfs:label "FA.10.T.4 | FAIR Awareness Training Session 4";
    rdfs:seeAlso <https://osf.io/8aj4w>;
    <https://w3id.org/fair/3pff/has-event-assistant> orcid:0009-0007-7713-900X;
    <https://w3id.org/fair/3pff/has-event-facilitator> orcid:0000-0002-0319-6542, orcid:0000-0003-1062-5576;
    <https://w3id.org/fair/3pff/has-event-organizer> <https://ror.org/056j50v04>;
    gen:hasAdmin orcid:0000-0003-1062-5576, orcid:0009-0007-7713-900X;
    <https://www.w3.org/TR/owl-time/#time:hours> "3" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-1062-5576 .
}

sub:pubinfo {
  orcid:0000-0003-1062-5576 foaf:name "Gerhard Burger" .
  
  this: dct:created "2026-06-24T05:48:10.192Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-1062-5576;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    npx:introduces <https://w3id.org/fair/3pff/FA.10.T.4>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAXkihSS3ykX2vvapgGZYd2q9jFsIu1nQnMFA5g5vKo-8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKS0JLO/bGqK4GRv2E0dDCoFK5OAXtAsN8qrRCmaeMeBq/lp6gk/4vQ+/mbd2qZHt7bu0fbYWBmFwYDgxU3HqErq4mGo7JZ1UoKoNsEjq+pJCwv0sa5TsLfd1N/3xb0JLqouru63QrzS0VIPM0+X4Kar1SpZgxlpRapRc5NFZkUwIDAQAB";
    npx:hasSignature "bTK9xRoOjI0oXrBpNs542sYqZtaMmwWuiNbRWEfxw/hDYlyy2p4/IxKZWSaM6F6kuJI0NfxYJx3vjyU0z99erLpOBhPz+K2Qz1uG/FFD8/JYHb0mf/XKySUxEVbuu4N3KRgZyl8ovpg/BtF+vkzNmiNvMoG0taaTWj51f5anbCI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-1062-5576 .
}