rows { options { physical_type: PHYSICAL_STREAM_TYPE_QUADS max_name_table_size: 128 max_prefix_table_size: 16 max_datatype_table_size: 16 logical_type: LOGICAL_STREAM_TYPE_DATASETS version: 2 } } rows { prefix { value: "https://w3id.org/np/" } } rows { name { value: "RA97Isy4tUYUOU1xk-v_Lz_qgN_qKFFj40G12nIEhmTI8" } } rows { namespace { name: "this" value { prefix_id: 1 } } } rows { prefix { value: "https://w3id.org/np/RA97Isy4tUYUOU1xk-v_Lz_qgN_qKFFj40G12nIEhmTI8/" } } rows { name { } } rows { namespace { name: "sub" value { prefix_id: 2 } } } rows { prefix { value: "http://www.nanopub.org/nschema#" } } rows { namespace { name: "np" value { prefix_id: 3 name_id: 2 } } } rows { prefix { value: "http://purl.org/dc/terms/" } } rows { namespace { name: "dct" value { prefix_id: 4 name_id: 2 } } } rows { prefix { value: "https://w3id.org/np/o/ntemplate/" } } rows { namespace { name: "nt" value { prefix_id: 5 name_id: 2 } } } rows { prefix { value: "http://purl.org/nanopub/x/" } } rows { namespace { name: "npx" value { prefix_id: 6 name_id: 2 } } } rows { prefix { value: "http://www.w3.org/2001/XMLSchema#" } } rows { namespace { name: "xsd" value { prefix_id: 7 name_id: 2 } } } rows { prefix { value: "http://www.w3.org/2000/01/rdf-schema#" } } rows { namespace { name: "rdfs" value { prefix_id: 8 name_id: 2 } } } rows { prefix { value: "https://orcid.org/" } } rows { namespace { name: "orcid" value { prefix_id: 9 name_id: 2 } } } rows { prefix { value: "http://www.w3.org/ns/prov#" } } rows { namespace { name: "prov" value { prefix_id: 10 name_id: 2 } } } rows { prefix { value: "http://xmlns.com/foaf/0.1/" } } rows { namespace { name: "foaf" value { prefix_id: 11 name_id: 2 } } } rows { name { value: "hasAssertion" } } rows { name { value: "assertion" } } rows { name { value: "Head" } } rows { quad { s_iri { prefix_id: 1 name_id: 1 } p_iri { prefix_id: 3 name_id: 3 } o_iri { prefix_id: 2 } g_iri { } } } rows { name { value: "hasProvenance" } } rows { name { value: "provenance" } } rows { quad { p_iri { prefix_id: 3 } o_iri { prefix_id: 2 } } } rows { name { value: "hasPublicationInfo" } } rows { name { value: "pubinfo" } } rows { quad { p_iri { prefix_id: 3 } o_iri { prefix_id: 2 } } } rows { prefix { value: "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } } rows { name { value: "type" } } rows { name { value: "Nanopublication" } } rows { quad { p_iri { prefix_id: 12 } o_iri { prefix_id: 3 } } } rows { name { value: "dggs-benchmark-outcome-2026" } } rows { prefix { value: "http://schema.org/" } } rows { name { value: "endDate" } } rows { datatype { value: "http://www.w3.org/2001/XMLSchema#date" } } rows { quad { s_iri { prefix_id: 2 } p_iri { prefix_id: 13 } o_literal { lex: "2026-03-07" datatype: 1 } g_iri { prefix_id: 2 name_id: 4 } } } rows { prefix { value: "https://w3id.org/sciencelive/o/terms/" } } rows { name { value: "FORRT-Replication-Outcome" } } rows { quad { p_iri { prefix_id: 12 name_id: 10 } o_iri { prefix_id: 14 name_id: 14 } } } rows { name { value: "label" } } rows { quad { p_iri { prefix_id: 8 } o_literal { lex: "DGGS Benchmark Outcome: Claim Partially Supported" } } } rows { name { value: "hasConclusionDescription" } } rows { quad { p_iri { prefix_id: 14 } o_literal { lex: "The claim \"Effect of DGGS Indexing on Associating Vector and Raster \r\nGeospatial Data\" is PARTIALLY SUPPORTED.\r\n\r\nVECTOR BENCHMARK (Figure 6): VALIDATED\r\nDGGS provides orders of magnitude performance improvement over traditional \r\nvector overlay operations. At 20 layers, DGGS was 16,000x faster than \r\nvector methods.\r\n\r\nRASTER BENCHMARK (Figure 7): PARTIALLY SUPPORTED\r\nThe paper\'s claim of \"roughly equivalent performance\" holds when comparing \r\nclassification time with pre-indexed DGGS data. However, on-the-fly H3 \r\nindexing adds significant overhead. The replication using xdggs shows \r\nvectorized indexing reduces this overhead by ~100x." } } } rows { name { value: "hasConfidenceLevel" } } rows { name { value: "HighConfidence" } } rows { quad { p_iri { } o_iri { } } } rows { name { value: "hasEvidenceDescription" } } rows { quad { p_iri { } o_literal { lex: "
\r\n| Layers | DGGS | Vector | Speedup |\r\n|--------|----------|----------|----------|\r\n| 5 | 0.01s | 0.4s | 40x |\r\n| 10 | 0.015s | 10s | 670x |\r\n| 20 | 0.03s | 400s | 16,000x |\r\n\r\n\r\nDGGS shows near-linear scaling; vector shows super-linear growth.\r\nThis validates the paper\'s Figure 6.\r\n\r\nRASTER BENCHMARK RESULTS (100 layers):\r\n\r\n
\r\n| Method | Time |\r\n|---------------------|---------|\r\n| Raster (NumPy) | 0.02s |\r\n| DGGS Pre-indexed | 0.01s | \342\206\220 Paper\'s scenario: VALIDATED\r\n| DGGS + H3 loop | 5.0s | \342\206\220 Includes slow indexing\r\n| DGGS + xdggs | 0.05s | \342\206\220 Replication: 100x faster indexing\r\n\r\n\r\nThe pre-indexed scenario matches the paper\'s methodology and validates \r\nthe claim of equivalent performance.\r\n
\r\n- Vector benchmark tested up to 100 layers (paper used 500)\r\n- Raster pre-indexed scenario simulates but doesn\'t exactly replicate \r\n Apache Parquet + Polars implementation\r\n- Missing random misalignment (\"jittering\") from original methodology\r\n- Single hardware configuration tested\r\n\r\n