Nanopublication

< Home

ID

http://purl.org/np/RAXZ8OBqfEm-Obxm96Fd_ZkEx19QpNZMoU-CoS5l159Ck

Formats

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

Content

@prefix this: <http://purl.org/np/RAXZ8OBqfEm-Obxm96Fd_ZkEx19QpNZMoU-CoS5l159Ck> .
@prefix sub: <http://purl.org/np/RAXZ8OBqfEm-Obxm96Fd_ZkEx19QpNZMoU-CoS5l159Ck#> .
@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 {
  sub:CIF-test a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language,
      fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model, fip:Structured-vocabulary;
    rdfs:comment "Crystallographic Information File or Framework";
    rdfs:label "CIF Test";
    rdfs:seeAlso <https://www.iucr.org/resources/cif> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3179-7270 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "DVdWJS1yeX+XrwjGtIZAl24exIWiUhCwNUaXNIKxz8FoMj/cs5jmIAz2LOiafAbik980cIBaWjTcccuRTQS5lKUpY1oLGcNTODg6nLhZdSZXKcmACLtjiG7kuNLPGMsWZtJMnZlUwyrCY9tnF5KcH7Ua2003YZFsuvP9KvteKrQ=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-09-13T19:44:54Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:CIF-test;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/3839010d-9930-4cb1-b773-db09d0ff4723> .
}