@prefix this: <https://w3id.org/np/RAfbEFvkKsSoyCFob_GXedlSuCtNhSpUIWwCyAkXfcxHc> .
@prefix sub: <https://w3id.org/np/RAfbEFvkKsSoyCFob_GXedlSuCtNhSpUIWwCyAkXfcxHc#> .
@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:CHT <http://schema.org/url> <https://thesaurus.cultureelerfgoed.nl/> ;
    <http://usefulinc.com/ns/doap#implements> <https://www.w3.org/2009/08/skos-reference/skos.html> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Cultural Heritage Thesaurus (CHT) contains concepts that cover the field of cultural heritage in the Netherlands. It is maintained by the National Cultural Heritage Agency (Rijksdienst voor het Cultureel Erfgoed)." ;
    rdfs:label "CHT | Cultural Heritage Thesaurus" ;
    rdfs:seeAlso <https://thesaurus.cultureelerfgoed.nl/> .
}
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 "KTnQiMKlKps1BO066BGfXT+19NxbBgEcxryxBHmkJ4bPyoTu7kUZ8wvKIpMdigLLVLjJloDoLkncHh4IsaWDDTAtk5Bj86t3mADDFZr2Pugcxll3eIvnvKuRp2vGJKppyQMk3AeG0XexpwmoY4BPrmAd2Li5QDKmN8KwyYP+kO8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-03-28T12:36:38Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CHT ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/4d780be9-bcfe-4635-8727-b27444c6ca90> .
}