Nanopublication

< Home

ID

https://w3id.org/np/RATo1RAG98C1qhMagrMyQiO3930vUrTcUu8uCn6GXVSOU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RATo1RAG98C1qhMagrMyQiO3930vUrTcUu8uCn6GXVSOU> .
@prefix sub: <https://w3id.org/np/RATo1RAG98C1qhMagrMyQiO3930vUrTcUu8uCn6GXVSOU/> .
@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 {
  <https://w3id.org/np/RAZNyng3oiswAFogvdJm43DLR4WqSKLONHgZjDU5QpcO4/DANS_Personal_Data>
    a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    <http://schema.org/url> <https://doi.org/10.34894/OWIVA2>;
    rdfs:comment """Controlled vocabulary Personal Data used in the DANS Data Station Social Sciences and Humanities (SSH).
  The DANS Data Station SSH is a trustworthy digital repository for research data in the SSH domain offered by DANS in the Netherlands. https://ssh.datastations.nl/
  In the DANS Data Station SSH various vocabularies are used. This dataset provides information about the Personal Data vocabulary. It lists the elements a user can choose from as well as the source from which the vocabulary term was selected (if applicable).""";
    rdfs:label "DANS Personal Data";
    fip:has-description-source <https://doi.org/10.34894/OWIVA2> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6899-760X .
}

sub:pubinfo {
  this: dct:created "2026-04-07T12:14:07Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAZNyng3oiswAFogvdJm43DLR4WqSKLONHgZjDU5QpcO4/DANS_Personal_Data>;
    npx:supersedes <https://w3id.org/np/RAZNyng3oiswAFogvdJm43DLR4WqSKLONHgZjDU5QpcO4>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/cc6fa453-c5b4-4db8-be4e-7713ff84d740> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "S3KP+pssPbcF/R9wvfm5xJH3cm6lPYS8uneuk1NjtGdMFNerNtKm7j9V07oSTBz22JbyVtnl+8IQKBHxowr5lhSUzx4rxO9zrs3GqVwfo/ZToVpdEOg1zlnqT5uD+J3VDbRb2CO+uj3TJAyvd/PjcmAccWc2Idi1zlEniI545ZE=";
    npx:hasSignatureTarget this: .
}