@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:subject ; rdfs:comment """Nanopublications are used by the FAIR Implementation Profile (FIP) group to collaboratively work on their FIP Ontology."""; rdfs:label "FAIR Implementation Profile (FIP) Ontology development"; gen:isUseCaseFor . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "ontology development - systematic structuring of concepts and their relationships" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-06-03T14:22:17.476Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType gen:isUseCaseFor; npx:wasCreatedAt ; rdfs:label "FIP-Ontology is a use case for Nanopublications"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "2fxzE+XErfHzDjSeooNa7vc9qOysyJSxsZlEbgVpfvD4z5ABHee926eO03xfyp6QL/Ivq2Q5s/WY9PObLl7BbxYQRhhyoUblYiqy2Z/Z9EAABWDuAarz/gqm1NqsiwgdrHCJMd1ESAvLD1Snd27BWqm8A7uxqlVoKE/hKGqGm80="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Nanopublications" . }