Nanopublication

< Home

ID

https://w3id.org/np/RAxn7K6DCKugKdD-FhtvRabm54nEXbfkenFchzB_fIX9I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxn7K6DCKugKdD-FhtvRabm54nEXbfkenFchzB_fIX9I> .
@prefix sub: <https://w3id.org/np/RAxn7K6DCKugKdD-FhtvRabm54nEXbfkenFchzB_fIX9I#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:ITINERIS_TP a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-Registry,
      fip:FAIR-Enabling-Resource, fip:Registry;
    rdfs:comment """The ITINERIS Training Platform is an Italian national e-learning hub developed by the National Research Council (CNR). It supports training and knowledge sharing for researchers, students, and professionals involved in research infrastructures and scientific communities.

  The platform offers:
  	•	Online courses, webinars, and workshops
  	•	Learning resources such as videos, slides, activity plans, and supporting documents
  	•	Multilingual content (primarily Italian and English)
  	•	Categorized training by discipline, audience, and research infrastructure

  ITINERIS promotes open science principles, capacity building, and alignment with European training initiatives such as EOSC and LifeWatch.

  Website: https://training.itineris.cnr.it
  """;
    rdfs:label "ITINERIS_TP | ITINERIS Training Platform" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0384-5490 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "TAY34MlGFBk+WAf8qzoApp/sVZFrAg7hVqWFjRT8ZapK3b29nDkwf4F1bYwtlPeKOcoCebT8C5nWMiybGqkNeSWSTuKZ1QJAjDtnXsS23vQ/6V1Mp0qsSiTat3UUd6oZEQTabzvQ5CCa8eWkwqcoXhYnaI/SUlyliQKeGnLaz2A=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-07-08T10:50:18Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ITINERIS_TP;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2bb4dc20-7108-4972-b125-f3572455c689> .
}