Nanopublication

< Home

ID

http://purl.org/np/RAoDAaIlOEMeF8OfxHvTtUtjEWg3kpGb2-WhE2Dpa0ieU

Formats

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

Content

@prefix this: <http://purl.org/np/RAoDAaIlOEMeF8OfxHvTtUtjEWg3kpGb2-WhE2Dpa0ieU> .
@prefix sub: <http://purl.org/np/RAoDAaIlOEMeF8OfxHvTtUtjEWg3kpGb2-WhE2Dpa0ieU#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

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

sub:assertion {
  sub:fip a fip:FAIR-Implementation-Profile;
    dct:description "";
    rdfs:label "WorldFAIR WP10 Plant-Pollinator FIP01";
    fip:declared-by <http://purl.org/np/RAme0WKE6iuzhkmqAsap_L8JREhw0Q0KkaOVvwvBSQJdA#wf-wp10-plant-pollinator>;
    fip:has-declaration-index <http://purl.org/np/RAGcZSBbmVpyU9GSLKGow6GA3swLpTUsEyGBjo7BFCG8A>;
    dcat:endDate "2024-06-30"^^xsd:date;
    dcat:startDate "2022-08-08"^^xsd:date .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4177-1322 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "IxIhfpnXu9CJGH61xWbHGuTihNJIK9XjAFmdgdLci9s9Ov338ETy3UcbxfOsbbSLvg4vaGCD3VZExm+YDyEbBneQjZdz3jqG22op7RldQMyaLijFipoI6R6wP/v82Y0K3mZ1lhPIZ3QRkg209oig/kS8TRUUv1U967suqDuitEI=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-01-16T21:18:09Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:supersedes <http://purl.org/np/RAKY1Q5sg820-wqC7CC0hnlXWfy31Agg22F2cu_k1wB3s>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9542ef0d-66d3-4851-b53a-3eaf5ece921c> .
}