@prefix this: <https://w3id.org/np/RAaGgIhZzI7z5ml6rLVqRMaEKE3kLRQnAvE7xgBXL8xRM> .
@prefix sub: <https://w3id.org/np/RAaGgIhZzI7z5ml6rLVqRMaEKE3kLRQnAvE7xgBXL8xRM/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.5281/zenodo.10891137> dct:creator orcid:0000-0002-2554-3816 , orcid:0000-0002-5831-1237 , orcid:0000-0003-2175-7072 , orcid:0000-0003-3453-2729 , orcid:0000-0003-3690-3052 ;
    dct:hasVersion "2.0.0" ;
    dct:language <https://www.omg.org/spec/LCC/Languages/LaISO639-1-LanguageCodes/en> ;
    dct:subject <http://purl.obolibrary.org/obo/OMIT_0026615> ;
    a <https://w3id.org/fair/ff/terms/Dataset> , <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:comment """Large-scale multi-label benchmark dataset for remote sensing image classification based on Sentinel-1 and Sentinel-2 imagery. Contains 549,488 pairs of image patches across 10 European countries with 19 land use/land cover classes. Each patch is 1.2 x 1.2 km with multi-spectral bands and pixel-level reference maps from CORINE Land Cover 2018. Enables deep learning research for Earth observation applications including multi-label classification, content-based image retrieval, and multi-modal learning.

LICENSING: Base Sentinel-1/2 imagery is provided under EU Regulations 377/2014 and 1159/2013 (free, full and open access for any lawful use including commercial). Dataset annotations are provided under Community Data License Agreement – Permissive, Version 1.0 (CDLA-Permissive-1.0). Attribution required: 'Contains modified Copernicus Sentinel data [2017-2018]' for imagery; citation of the BigEarthNet papers for the dataset.""" ;
    rdfs:label "BigEarthNet v2.0: Large-Scale Sentinel Benchmark Archive" ;
    <https://w3id.org/fdof/ontology#hasMetadata> this: ;
    <https://www.w3.org/ns/dcat#contactPoint> "k.clasen@tu-berlin.de" .
}
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 "2026-02-24T12:23:56.429Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1784-2920 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces <https://doi.org/10.5281/zenodo.10891137> ;
    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/RAuVB37yyAuAlgusrUAoG84JI4_EfrEqIkpEZYDpSz3d8> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB" ;
    npx:hasSignature "hGChu2c+/9nMap8osHM6v3NFnqL0JinfG/HMC9+W6SHPP5f1kGfNW0IQJPgqQReh3Tfpkxqsr08lySR1pDUbxULr3V8CeS4/hdisCG0QrH1D3GuQJiIpvJ3IoU/r9HKQRCMd79rIYIK7UdUmvqsX+EUOI8DF5Ei+T3tXSkrdJ1E=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1784-2920 .
}