@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:WaterType a ; rdfs:label "water type"; "Water is one of the three basic elemental types of pocket monsters, along with Fire and Grass" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { orcid:0009-0005-7939-7534 foaf:name "Rachel Liao" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCICZOlVucN75+xoX7kAF5B1xuK3hlN3VZ2qJFlwxqYlAtwX0M9zlpljuLEFfpODtyu03q4QXuM8iVAeWCvE6ZP+l0PtlM+nPbAjfCwcRnjE/2ebSVGWC0wS3iXUZErwEtZ3vIOpp6hLEXyObgFxYasXY7wgihoSz+s94bTRZCEdwIDAQAB"; npx:hasSignature "TgcljLLxKDKR7Wt+C1iHj7ZLmQSTopWI9uchLgOK6ECPFIz5LVMXSDZggnYhjZYGF8Hg1y9Hgp6eYwh1YeM+7cibGwff+5kJNywjVFrbosmTJd3owdUrS2b/tTAkNfg05oHzQFVGmLj48dXLitg32kQcQ9hdrBoF0bQ228NcJv8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0005-7939-7534 . this: dct:created "2024-10-06T12:23:26.070Z"^^xsd:dateTime; dct:creator orcid:0009-0005-7939-7534; dct:license ; npx:introduces sub:WaterType; npx:wasCreatedAt ; rdfs:label "Class: water type"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }