@prefix this: <https://w3id.org/np/RA7zsKXmo6GRiUiogiv5E93GVQ-r7dEOoyKhSAzaGY0Ks> .
@prefix sub: <https://w3id.org/np/RA7zsKXmo6GRiUiogiv5E93GVQ-r7dEOoyKhSAzaGY0Ks#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:new-economic-zones dct:description "Grouping countries into economic zones solely based on their level of economic development/GDP, rather than geography, to allow for free movement of people and trade between countries with similar economies. This could help boost economic opportunity and growth for nations facing similar developmental challenges." ;
    a <https://www.wikidata.org/entity/Q131841> ;
    rdfs:label "Supranational economic zones based on development status" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-2341-9164 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCp+G57iDIEb38W+qcZAjxKr5ny8XlPYDw6GmUjxDXVZvP+Z/RnghbYLhy4vu7wy/u2sB4d0MZfxzGYD5Exo0F4TzNGN/PYwhtUJJHATzO8JvFC4e1UqIF7vEull1x8y8ctWzgA6qysobKEWAKKmHbLosfwSD4BJP5u2YROXvn0uwIDAQAB" ;
    npx:hasSignature "n5soP0vVWQgIbnZowOYyTLT7RhITluZkf2LfF9S23/k9cOunYXSNb30xoz1nFj1TNOAT0xXKRg2KYt8oosBDzjXQlGPkik9yoZziq9vCOs2T4lTDEGQlwILTNxSc3SXpPwGGy9WbYQxcpWhD8dyHYUtFqRzZlY8ZiZ/7BLg64PQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-09T15:03:04.790Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0006-2341-9164 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:new-economic-zones ;
    rdfs:label "Idea: Supranational economic zones based on development status" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAn0gvGnriPVVIes27pRmyCzVVQk5cKbjiQNu9phlpCjE> .
}