@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:WDCCUserGuide ; a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-practice; rdfs:comment "The WDCC User Guide guides users step-by-step through the process of publishing data in the WDCC."; rdfs:label "WDCC User Guide" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-9871-2687 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XvqTiF5ImsjRBSBAhLs0NCkqJf8uP679YE8wlyd45/8qs4oyOZpCxMR7unvhLrh2c7Ceg9J47D6qOeAXaGTJ5yU08/RMi2wrtSFCAVGm7iGy4ibxPyF/HtrHQaQFyndSzXj+VL9GifLCH/ewGVfMq9+F6d6Z1BTnH1fgyBnqkzw="; npx:hasSignatureTarget this: . this: dct:created "2023-10-12T17:51:27Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:WDCCUserGuide; prov:wasDerivedFrom . }