@prefix this: <https://w3id.org/np/RApsobzjNRwB2lnGEBpEhyXUDwNFAW4BWRz2WMDMc3ZJY> .
@prefix sub: <https://w3id.org/np/RApsobzjNRwB2lnGEBpEhyXUDwNFAW4BWRz2WMDMc3ZJY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:shapefile a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "A shapefile is an Esri vector data storage format for storing the location, shape, and attributes of geographic features. It is stored as a set of related files and contains one feature class. Shapefiles often contain large features with a lot of associated data and historically have been used in GIS desktop applications. The primary way to make shapefile data available for others to view through a web browser is to add it to a .zip file, upload it, and publish a hosted feature layer. The .zip file must contain at least the .shp, .shx, .dbf, and .prj files components of the shapefile." ;
    rdfs:label "Shape file | .shp" ;
    fip:has-description-source <https://enterprise.arcgis.com/en/portal/11.2/use/shapefiles.htm> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8211-7784 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "BhgW4zTxGWJP6LYO4FtQoR7bAW1DT0XMSRh3nkYxJfvzbeUuon9UQSwPdapi0l6SirNfIdEBN+SjN8tV20TCAAbN2EsT1/RSRqearaRzL9aZGejTAo1j0Cnky1MOj3kvdsH/4zmTWhlq/P/WI3xu3zJfJ0teigOH7q2ib5New7Q=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-16T07:51:03Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:shapefile ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/df8d44e6-9a22-478f-9c8f-298047bc8857> .
}