@prefix this: <http://purl.org/np/RA5tPfcwo9y5_NJ8hXMv0SH5zGcAmqsu93AmqV5HpFqbA> .
@prefix sub: <http://purl.org/np/RA5tPfcwo9y5_NJ8hXMv0SH5zGcAmqsu93AmqV5HpFqbA#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:DDI-URN a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "A URN (Uniform Resource Name) is an Internet resource with a name that, unlike a URL, has persistent significance -- that is, the owner of the URN can expect that someone else (or a program) will always be able to find the resource." ;
    rdfs:label "DDI URN | Uniform Resource Name" ;
    rdfs:seeAlso <https://ddialliance.org/category/tags/urn> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "hKn+YerZlhb1D9Hhp/upgApMynJ4aa9hn2Zxw0h6PIqIKhX9Hop4uzzPEi1R+MthbGxlWFEa25KNTTAt5ZBJurVAU7nD2lMaCztxjnd3VRC8M/KieU7jERT0ZQOZtvAZXKV/drUsP9NC4065ZJHpczuxsTOpi52e4z7Sb5voZp0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-16T14:11:18Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DDI-URN ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/58f1ae5c-5789-4641-aceb-3ab235673b6d> .
}