https://w3id.org/np/RAcLZ9PEH8OSk4VAOaL97r5JbEjg0-R6IKrBu792qW4j4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAcLZ9PEH8OSk4VAOaL97r5JbEjg0-R6IKrBu792qW4j4> .
@prefix sub: <https://w3id.org/np/RAcLZ9PEH8OSk4VAOaL97r5JbEjg0-R6IKrBu792qW4j4/> .
@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_Identifiers_Type a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
fip:Structured-vocabulary;
rdfs:comment "Controlled vocabulary IdentifierType used in the DANS Data Station Social Sciences and Humanities (SSH).";
rdfs:label "DANS Identifiers Type";
fip:has-description-source <https://doi.org/10.34894/NQZ4JG> .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0001-6899-760X .
}
sub:pubinfo {
this: dct:created "2026-04-04T22:43:01Z"^^xsd:dateTime;
dct:creator <https://fip.fair-wizard.com/wizard>;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces sub:DANS_Identifiers_Type;
prov:wasDerivedFrom <https://w3id.org/fip/wizard/8b19288e-e057-4465-bbe1-a8721c2b1323> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "eYr+rmZpyyg7BsO3r4OWO9P/BR4xGckGvpRpfgDxItK7H+rSlPuRiYDOGd4c61A9YXYn2ZuKxJvpj/D+1rACM+8b73yQvLE3vBX1i9v1R+VQyIRBXdqdE7q1SKYC0Lbj6/OWrk3chKEZoX8FWnCy05xU8Uf9JUwyaxQcjUjN7AA=";
npx:hasSignatureTarget this: .
}