Nanopublication

< Home

ID

http://purl.org/np/RAMspEJCBNS5tKLMnj8rRD_82Ms_sj3BC-EjC3g0fUUo4

Formats

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

Content

@prefix this: <http://purl.org/np/RAMspEJCBNS5tKLMnj8rRD_82Ms_sj3BC-EjC3g0fUUo4> .
@prefix sub: <http://purl.org/np/RAMspEJCBNS5tKLMnj8rRD_82Ms_sj3BC-EjC3g0fUUo4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dcat: <https://www.w3.org/ns/dcat#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  sub:declaration a fip:FIP-Declaration;
    fip:considerations "widely used, no need for authentication.";
    fip:declared-by <http://purl.org/np/RAJLvTcP6iYyzyS5vo9CnWLR2TA3uRM2qPTg_9rpoYhUk#ACTRIS_InSitu>;
    fip:declares-current-use-of <http://purl.org/np/RAZdTTZKdMAIJ2Ruz7YVvOYDxn0v9xbQ2DBNg9Nm_H0bI#OPENDATA>;
    fip:refers-to-question fip:FIP-Question-A1.2-MD;
    dcat:endDate "2023-12-31"^^xsd:date;
    dcat:startDate "2022-01-01"^^xsd:date .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3380-3470 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "GtJIRqmr4nWQx3frKaSEUwoPS5LTqs6CcS83UEM8ob1ftPf0z3rPv3nrdlcT/LPt1h5oWETdTqlW1FjxXGo21HLrOS2s3kzLEQlPVCPt8QiV941uJDOax8NbSug6jWo4RgsegfPm8Tm9VENvKVv8V60Ny2WrvGOeTUWY5ntDzv8=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-04-24T18:32:43Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/3c649201-0cca-44c1-96a1-29ccfeb351cc> .
}