Nanopublication

< Home

ID

https://w3id.org/np/RA19CXsB5OnZFyu6s6JkB4CRf3asRByMdiqSBemDtjbSA

Formats

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

Content

@prefix this: <https://w3id.org/np/RA19CXsB5OnZFyu6s6JkB4CRf3asRByMdiqSBemDtjbSA> .
@prefix sub: <https://w3id.org/np/RA19CXsB5OnZFyu6s6JkB4CRf3asRByMdiqSBemDtjbSA/> .
@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 ns1: <http://purl.org/np/> .
@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/participatedAsParticipantIn> rdfs:label "participated as participant in" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Declaring the participation as participant in a 3PFF event";
    nt:hasStatement sub:st02;
    nt:hasTag "3PFF" .
  
  sub:space a nt:GuidedChoicePlaceholder;
    rdfs:label "3PFF event";
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAHzCZ-EdJnujIH3P23wQR9C3ySiIJjrp2Ij6df-C9gZg/find-3pff-events" .
  
  sub:st02 rdf:object sub:space;
    rdf:predicate <https://w3id.org/fair/3pff/participatedAsParticipantIn>;
    rdf:subject nt:CREATOR .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234,
      orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  
  this: dct:created "2026-05-19T12:31:14.899Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Declaring the participation as participant in a 3PFF event";
    prov:wasDerivedFrom ns1:RAs5lERrJU4dEmnHXa4UYHD_Fruox1yydqMlss8WPNI40, <https://w3id.org/np/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY>,
      <https://w3id.org/np/RAKn_tvuuQtpylElPcUUrg2ZeXPDtM9vS-xKG_OcZM4es>;
    nt:wasCreatedFromProvenanceTemplate ns1:RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAAiJBqq60yVebKKb0NyCOFtKa4zD-dFxmyB1Gb-30BMw> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
    npx:hasSignature "55U6miCtfcD3y9L1kmFmX9zfPszBjwklA1g/A2/FLxlrHmDspcU6oUdKD9roXx4vyu+GLcZ5fScgDRDZgHFnmmKhMg5r+AtU5CgaSa8L6U6IKh3taX6JVrVNaftZi8LgfBCesmC9Mbzz46Uq63OPouVDH3PX1IwLiJlzz8f6u9U=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}