Nanopublication

< Home

ID

https://w3id.org/np/RA5gv2VU0MYXpiPzhzL_sPVfa4Eak7YnOI_S1X9PErJDk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA5gv2VU0MYXpiPzhzL_sPVfa4Eak7YnOI_S1X9PErJDk> .
@prefix sub: <https://w3id.org/np/RA5gv2VU0MYXpiPzhzL_sPVfa4Eak7YnOI_S1X9PErJDk/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix freq: <https://w3id.org/fff/req/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <https://www.w3.org/ns/dcat#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:SEiSMo-CS1-DOA1 a freq:Digital-Object-Analysis;
    rdfs:comment "A Zarr dataset of Sentinel-1 radar backscatter (sigma^0) data resampled onto a fibonacci grid at 6.25km spacing. The dataset contains 13.2 million grid points over Spain/Morocco with VV and VH polarizations, processed by finding the nearest grid points and computing weighted means using a hamming window function with 6.5km radius. Each point stores up to 3000 observations (timestamps, backscatter values, satellite IDs) along with coordinates and cell information.";
    rdfs:label "SEiSMo-CS1-DOA1 | Sentinel-1 Fibonacci Gridded Backscatter";
    freq:digital-object-type <https://w3id.org/gff/rao/terms/Aggregated-Data>, <https://w3id.org/gff/rao/terms/Spatial-data>,
      <https://w3id.org/gff/rao/terms/Time-series-data>, <https://w3id.org/np/RA7WPVfMsUxlgHrmLYQGukOs3X326H_X3LPYA4zokW-gk#ResearchData>;
    dcat:contactPoint orcid:0009-0004-0057-612X .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-0057-612X .
}

sub:pubinfo {
  this: dct:created "2026-03-13T09:07:52Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SEiSMo-CS1-DOA1;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d4235d4f-4758-4b96-8ee3-50aa3b866718> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "E4XVp/IRGrsuwvm+GGaHg/yNOz37sWm7zBpR3ghc2UJlXf/VDAb/jhNgVh6CX3xW7du8ebsFzXu6KHNkaiX3/Iu/pf02gF14Pzs0QUGDZzOlziKYvPObF0CwNwYgCF3Yf8Rgmtu6MxkArEDYBPDYshz2CECQnSVEHOQ3jP1s2HQ=";
    npx:hasSignatureTarget this: .
}