Nanopublication

< Home

ID

http://purl.org/np/RAvcKpI_g4CLWb_VubkXEvSGcKu96WU3irchqgfdyUAGg

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAvcKpI_g4CLWb_VubkXEvSGcKu96WU3irchqgfdyUAGg> .
@prefix sub: <http://purl.org/np/RAvcKpI_g4CLWb_VubkXEvSGcKu96WU3irchqgfdyUAGg#> .
@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:SPSS-Format a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
      fip:Knowledge-representation-language, fip:Semantic-model;
    rdfs:comment "IBM® SPSS® Statistics data files are files specifically formatted for use by IBM SPSS Statistics, containing both data and the metadata (dictionary) that define the data.";
    rdfs:label "IBM SPSS Statistics Data File Format";
    rdfs:seeAlso <https://www.ibm.com/docs/en/spss-statistics/saas?topic=files-spss-statistics-data> .
}

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 "P+1iNZof4e/bM0dChzc9ImeCKYPQHDz9YbsAPXRvo07At55oW86tRJHIlu2sjBWuVL4nR3EBWk8A6vmt3QVmLd+S3cu0+ZinnrSx2vGmUbylWMkQUcyxoGBGfKEJqJHoR6v5U4OMwckbrPkqaooa6xvcGKAnXY4L3UDsj6+YxNM=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2023-06-16T13:57:05Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SPSS-Format;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4f589a53-7182-4eff-8aec-a41d30b22a35> .
}