@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:geoserver-rest-api a fip:Available-FAIR-Enabling-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource; rdfs:comment "GeoServer provides a RESTful interface through which clients can retrieve information about an instance and make configuration changes. Using the REST interface’s simple HTTP calls, clients can configure GeoServer without needing to use the Web administration interface."; rdfs:label "GeoServer REST API"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-8504-068X . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "N8riiVKyiDbiTUSsns3Bx0dyk9LXocMWSF3esgZadQo1+Azb1p4yPX6m1j77xBf0M7biFJQK/x0H/w0gPc/QFVUWb3k2M7HOuqWJqg2aB87/J0k18NcneK3IttswBGpn3Wyfdnj2LEb6r+/fZ8Dd0CefpSn+fonk1O8CW8iEtVU="; npx:hasSignatureTarget this: . this: dct:created "2022-09-29T12:36:46Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:geoserver-rest-api; prov:wasDerivedFrom . }