@prefix this: <https://w3id.org/np/RAVT8JGgDgBTVc7dRJLNq0Ayi51h_AHAaUCc6seYklTig> .
@prefix sub: <https://w3id.org/np/RAVT8JGgDgBTVc7dRJLNq0Ayi51h_AHAaUCc6seYklTig#> .
@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:CLARIAH-FAIR-Vocabulary-Registry <http://schema.org/url> <https://registry.vocabs.dev.clariah.nl/> ;
    a fip:FAIR-Enabling-Resource , fip:FAIR-Supporting-Resource-to-be-Developed , fip:Generalist-Registry , fip:Registry ;
    rdfs:comment "The CLARIAH FAIR Vocabulary Registry is under development with its source code available on GitHub at https://github.com/CLARIAH/vocab-registry/. " ;
    rdfs:label "CLARIAH FAIR Vocabulary Registry" .
}
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 "gRupL2kx8k6swRauP+1Huhcz1iKq63iQWnT8X7P2TTRkwRWcCF0i4wjpZ6+TisXetqO+srQo5nkuJG+lVP1A7WOaWe21VAxnD3Fc2Fixo48nzsaM0IH5wG4fw/6LocQCF435Bi0za5rKW/9Wum33qYAegsmJTo7FM07EOvHAp5k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-16T15:10:18Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CLARIAH-FAIR-Vocabulary-Registry ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/38ae66fe-6b4d-4693-b12e-6ee51fc07f10> .
}