Nanopublication

< Home

ID

https://w3id.org/np/RAwSSl_zs7RLaYMCGic5AAR_uNUdoMU0n9H1zz3KJ6yeQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAwSSl_zs7RLaYMCGic5AAR_uNUdoMU0n9H1zz3KJ6yeQ> .
@prefix sub: <https://w3id.org/np/RAwSSl_zs7RLaYMCGic5AAR_uNUdoMU0n9H1zz3KJ6yeQ/> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://doi.org/10.1080/19439342.2021.1971738> dct:spatial sub:lake-zone-tanzania;
    <http://purl.org/spar/cito/hasQuotedText> "MAI has expanded to the north-western part of the country (Lake Zone) with the admission of more PSOs and NSAs.";
    <http://purl.org/spar/cito/hasQuotedTextEnd> "These are major local economic zones with great potential for enhancing agri-business, tourism and manufacturing.";
    rdfs:comment "The Lake Zone represents the north-western region of Tanzania where the Multi-Actor Integration (MAI) network expanded its operations. This geographical area encompasses six administrative regions: Geita, Kagera, Mara, Mwanza, Shinyanga, and Simiyu, located approximately between 1°-4°45'S latitude and 30°25'-35°15'E longitude. The zone is characterized by its proximity to Lake Victoria and represents the research study's broader geographical scope beyond the initial Southern Highlands focus area." .
  
  orcid:0000-0002-1784-2920 <http://purl.org/spar/cito/quotes> <https://doi.org/10.1080/19439342.2021.1971738> .
  
  sub:lake-zone-geometry <http://www.opengis.net/ont/geosparql#asWKT> "POLYGON((30.25 -1.0, 35.15 -1.0, 35.15 -4.75, 30.25 -4.75, 30.25 -1.0))" .
  
  sub:lake-zone-tanzania a <http://www.opengis.net/ont/geosparql#Feature>;
    <http://www.opengis.net/ont/geosparql#hasGeometry> sub:lake-zone-geometry;
    rdfs:label "Lake Zone, Tanzania" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 .
}

sub:pubinfo {
  orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" .
  
  this: dct:created "2025-08-15T12:10:54.930Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1784-2920;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:lake-zone-geometry, sub:lake-zone-tanzania;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA22xv0H-LaNAF60g8oC-O22_a24gLfAgIqtkkfaXr9-I> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB";
    npx:hasSignature "S3svE6KDGDb3BN6IpS+im4mCi2pp4ZNZX7zjSKLkFJMcpbLYZis5iiZg1wtWN88uR+nS8g12KAAXD2jUovj5h4+98khZOMe/AOiM5ywEFRA2uJEZCSHXpmUUBnDFQDoS0qrlB74sRXK/pz6llrsRBwMHXC/rFKmHr2BD/6QgSyA=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1784-2920 .
}