Nanopublication

< Home

ID

https://w3id.org/np/RASCkiFf5EpkOX6JmIMfsWUnrE_g0MCn2iVd1zvRxIedQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RASCkiFf5EpkOX6JmIMfsWUnrE_g0MCn2iVd1zvRxIedQ> .
@prefix sub: <https://w3id.org/np/RASCkiFf5EpkOX6JmIMfsWUnrE_g0MCn2iVd1zvRxIedQ/> .
@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://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ/research-question>
    dct:audience "Geospatial data processing systems, spatial analysis applications, geographic information systems (GIS), location-based services, Earth observation systems, and spatial computing platforms handling global-scale geographic data.";
    dct:description "In geospatial data processing applications, do Discrete Global Grid Systems provide superior performance, accuracy, scalability, and efficiency compared to traditional coordinate reference systems and spatial indexing methods?";
    dct:relation "Traditional coordinate reference systems (latitude/longitude, UTM), conventional spatial indexing methods (R-trees, quadtrees), regular grid systems, tile-based mapping approaches, and other non-hierarchical spatial data structures.";
    dct:subject "Implementation and deployment of Discrete Global Grid Systems (DGGS) including hierarchical spatial indexing frameworks such as hexagonal grid systems (H3, DGGRID), triangular grids, diamond grids, and other multi-resolution global grid architectures.";
    dct:title "Effectiveness of Discrete Global Grid Systems in Geospatial Data Processing: A Systematic Review";
    dct:type <https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ/effectiveness>;
    <http://schema.org/expectedResult> "Performance metrics including query processing speed, spatial accuracy measurements, scalability under increasing data volumes, storage efficiency, computational complexity, cross-scale analysis capabilities, and implementation complexity.";
    rdfs:comment "Current geospatial systems face challenges with multi-scale global data due to projection distortions and indexing limitations. DGGS promises to address these issues, but no comprehensive synthesis exists comparing DGGS performance against established approaches. This review will provide evidence-based guidance for DGGS adoption." .
}

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-27T12:00:37.319Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1784-2920;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "PICO Research Question: Effectiveness of Discrete Global Grid Systems in Geospatial Data Processing: A Systematic Review";
    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/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB";
    npx:hasSignature "DaXFJygA+1x+hoCjz4xYZqL5qVIWLSBClpeNnVPfOukwl+DI3RYg0NJFyubHo00F/X3kpHOvwwcPzcKG7G1R5EsH8Hg5toRYlvpl8huUvj5mqxDym64m2IZddmzk+lXh527wlRdetKBEnmwnEcq4ZotqXGh3N12ulUrq/dpakgw=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1784-2920 .
}