Nanopublication

< Home

ID

http://purl.org/np/RADT38SYlHa272YRlleLIhUTxH_uOfsGOb0Jo99yeaSDs

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RADT38SYlHa272YRlleLIhUTxH_uOfsGOb0Jo99yeaSDs> .
@prefix sub: <http://purl.org/np/RADT38SYlHa272YRlleLIhUTxH_uOfsGOb0Jo99yeaSDs#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:FAIRImpactSSH a fip:FAIR-Implementation-Community;
    rdfs:comment "This is the FAIR-Impact Social Sciences and Humanities FAIR Implementation Community";
    rdfs:label "The FAIR-Impact for Social Sciences and Humanities FAIR Implementation Community";
    rdfs:seeAlso <https://www.fair-impact.eu>;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C17141>, <http://www.fairsharing.org/ontology/subject/SRAO_0000002> .
}

sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-3000-0020 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "fgrC5k+2BaXPRJ8DWvXWOFI4uzRDwxLjxZdQMLp1btJ6qMjgvny06TIoVzfbsSclKDNZFcm9jZeUQW6q59RK/IYE5lQtplfe8yHaslFkYWLz15gFL2I5C2QfnUb328u4tl54L2FEB4UCJledxroViqK2Kmy8oVKUxjStz/8obr4=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2022-10-07T13:20:57Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FAIRImpactSSH;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7ca9819b-0a8d-4b5e-80f6-e3df160f19e9> .
}