@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix 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 . } 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 ; dct:license ; npx:introduces sub:shapefile; prov:wasDerivedFrom . }