Nanopublication

< Home

ID

https://w3id.org/np/RAGvC2hYSJm2-bBBffxsgk1NMX_yrgOnlHEav0i1fUetE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAGvC2hYSJm2-bBBffxsgk1NMX_yrgOnlHEav0i1fUetE> .
@prefix sub: <https://w3id.org/np/RAGvC2hYSJm2-bBBffxsgk1NMX_yrgOnlHEav0i1fUetE/> .
@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 {
  <https://w3id.org/np/RAUtzQXAEVSrE9qMF8nUTJG3fzUIVCr0F8ccpE_Ug3CHc#PoliTO> a fip:Emerging-Community,
      fip:FAIR-Implementation-Community;
    rdfs:comment "The Politecnico di Torino is an Italian public university for engineering, architecture, urban planning and design, based in the city of Turin and founded in 1859.";
    rdfs:label "Politecnico di Torino";
    rdfs:seeAlso <https://www.polito.it/>;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C16304>, <http://purl.obolibrary.org/obo/NCIT_C16548> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3469-3808 .
}

sub:pubinfo {
  this: dct:created "2026-04-22T14:46:23Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAUtzQXAEVSrE9qMF8nUTJG3fzUIVCr0F8ccpE_Ug3CHc#PoliTO>;
    npx:supersedes <https://w3id.org/np/RAUtzQXAEVSrE9qMF8nUTJG3fzUIVCr0F8ccpE_Ug3CHc>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b426975c-8176-4fa4-aad4-d0e8acd25032> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "G00jhAuKpRlWlO1I4XExi/pODAILlkYYK4YAIOLlqBXwOi+QwmfxlVFzSkWb5f9Y1hpILXAb8JskhJIioXaUHKwud7IIn/l+EETgiEcp4UfolLeN0ysCbV31sYbB/3OaUazrulax1f0PvMj5nZJabJhq+MdY9CuK8rYuF2fbwGU=";
    npx:hasSignatureTarget this: .
}