@prefix this: <https://w3id.org/np/RAti2z4scmGRSi1trDUne6QMmMIL3dz1v5vUcn9TtP0Ns> .
@prefix sub: <https://w3id.org/np/RAti2z4scmGRSi1trDUne6QMmMIL3dz1v5vUcn9TtP0Ns#> .
@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:SITC <http://schema.org/url> <https://unstats.un.org/unsd/trade/sitcrev4.htm> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "Standard International Trade Classification (SITC) is a classification of goods used to classify the exports and imports of a country to enable comparing different countries and years. The classification system is maintained by the United Nations. The SITC classification, is currently at revision four, which was promulgated in 2006 (source Wikipedia: https://en.wikipedia.org/wiki/Standard_International_Trade_Classification)." ;
    rdfs:label "SITC | Standard International Trade Classification" .
}
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 "nmgC+TuFErGPfx0KdAlZYwrKfCb27vVfxYYB51o4q87AplFjdgEmAGviYlwKsdhYSZLPSu7izr/PZKEnjy3vDbm/v1fhnnBGGqqFV9TMQACbdCX47YC4AQdd4tFZ9yknEQx7nRU57bZT2Ee6UDR6/gtTBSiq54RKFuN6BPY3VPg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-03-28T12:27:08Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SITC ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/6b1347bc-9990-4309-983e-89bd3919b7ce> .
}