@prefix this: <http://purl.org/np/RATwk1lI_vxTHCRQv0PhKu8YiG6d37w_mEWgz_zubCg5c> .
@prefix sub: <http://purl.org/np/RATwk1lI_vxTHCRQv0PhKu8YiG6d37w_mEWgz_zubCg5c#> .
@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:ACTRIS-vocabulary a fip:FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed , fip:Structured-vocabulary ;
    rdfs:comment "Vocabulary defined by the whole ACTRIS community, defining observed variables, instruments, platforms, objects of interest, observed parameters, matrices." ;
    rdfs:label "ACTRIS Vocabulary" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3380-3470 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "U0RactpAB88HAWOUYLbjToHWpWiL9DUByg8d8P+uuwNDR/GFVrJP05Q7adtFuS9esG7gA+10xl0HP4A41J03fZJ3tq+VWtNgpVmqFCssI1mc5jBTXqkTq/k9TOkceCx3rKeznfoXnEp1yUfpAKZNeu9kZ8CkE6EfqDgAyLE+7cM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-28T09:47:05Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ACTRIS-vocabulary ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9783d6a5-7fbf-494c-8b39-9b5687cf5a8a> .
}