@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; rdfs:isDefinedBy ; rdfs:label "FAIR Implementation Profile"@en; rdfs:subClassOf , ; "A FAIR Implementation Profile (FIP) is a list of declared technology choices intended to implement each of the FAIR Guiding Principles, made as a collective decision by the members of a particular community of practice."@en; . } sub:provenance { sub:assertion dct:creator , , . } sub:pubinfo { this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime; dct:creator , , ; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JvfnnEAa9Q/vXUW1pn1dE02iRLfN3Jmv6pZ7RC2AgdNtV/hVw7uAkXSn5oqDecMlrm+XwgSJ6XuiyElK159o3N3DSSKeWEySt0YAqky7SCj1NhqujT118oq/ga84kN0XGawTYUV0/oT0bgyQrMHue7x3CJ2HO7gIww+Jg+NWW60="; npx:hasSignatureTarget this:; npx:signedBy . }