Nanopublication

< Home

ID

https://w3id.org/np/RACndeJlGBwLy2AOdl8De6vKiEipfNjR_or2pjSAlCimI

Formats

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

Content

@prefix this: <https://w3id.org/np/RACndeJlGBwLy2AOdl8De6vKiEipfNjR_or2pjSAlCimI> .
@prefix sub: <https://w3id.org/np/RACndeJlGBwLy2AOdl8De6vKiEipfNjR_or2pjSAlCimI/> .
@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:DANS_vocab_in_SKOSMOS_format a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-Registry,
      fip:FAIR-Enabling-Resource, fip:Registry;
    rdfs:comment """List of vocabularies used by DANS in SKOSMOS format. The following vocabularies are available:
  ABR+ Thesaurus
  CESSDA Controlled Vocabulary for CESSDA Topic Classification 4.2
  DANS Collections Thesaurus
  DDI Alliance Controlled Vocabulary for Analysis Unit 2.1
  DDI Alliance Controlled Vocabulary for Mode Of Collection 4.0
  DDI Alliance Controlled Vocabulary for Sampling Procedure 1.1
  DDI Alliance Controlled Vocabulary for Time Method 1.2
  DDI Alliance Controlled Vocabulary for Type of Instrument 1.1
  ELSST Thesaurus Version 3
  ELSST Thesaurus Version 4
  ELSST Thesaurus Version 6
  NARCIS Classification of Scientific Disciplines
  The Art and Architecture Thesaurus Concepts""";
    rdfs:label "DANS Vocabularies in SKOSMOS Format";
    fip:has-description-source <https://vocabs.datastations.nl/en/?clang=nl> .
}

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

sub:pubinfo {
  this: dct:created "2026-04-04T22:02:17Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:DANS_vocab_in_SKOSMOS_format;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c7101478-209a-441d-bec1-cd12752314ed> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "HwSj0s+UYymgWi3g2WHhtUGDjAgP2Lcjq86SuvSo+zyb4nVkezHE5c0ZEyPXptpQRr7UE+7nrQBleWdCx7WFsa+IGv2tkY6Gf9E+tXdvPXVE79FCS/ycJTtVrnIuGi0ZCEmldHW6WAaUdO7+ZI+uFBsQEtu9jJ1pHGDEMYnL1T8=";
    npx:hasSignatureTarget this: .
}