Nanopublication

< Home

ID

http://purl.org/np/RAllY7f2kVf2bjuVQA1Rg_LXCji5aep3QYAtvJv2dTcu8

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAllY7f2kVf2bjuVQA1Rg_LXCji5aep3QYAtvJv2dTcu8> .
@prefix sub: <http://purl.org/np/RAllY7f2kVf2bjuVQA1Rg_LXCji5aep3QYAtvJv2dTcu8#> .
@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:Colectica-Platform a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
      fip:Registry;
    rdfs:comment "The Colectica Platform is an ideal solution for statistical agencies, survey research groups, public opinion research, data archivists, and other data centric collection operations that are looking to increase the expressiveness and longevity of the data collected through standards based metadata documentation.";
    rdfs:label "Colectica Platform";
    rdfs:seeAlso <https://www.colectica.com/> .
}

sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-1261-9930 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "dcWL0TjTxJDRB9RTH/lfpmlShIApsVQTV9l46RPAUCQVJowFDe+7eEc92haa50ctvwzvh6uPOCCqmUH5iFBgXo+utGybRG1vJtcJ396OnRm4Grtz7NxiuS1RAdwascxdDhnF8BIL/9WBPNixgCV5bdad7lMkoM+8+WJ5NhoKYs0=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2023-06-16T14:25:40Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Colectica-Platform;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/998d61c4-c288-4f9f-b2a1-f0180fba42bc> .
}