@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:_1 a ; sub:_2; sub:_3 . sub:_2 dce:format "text/plain"; dce:language "id"; a ; rdf:value "Perang Dunia sudah berakhir, namun masih muncul perang-perang yang lain."@id; rdfs:comment "Menurut pandangan kami."@id . sub:_3 ; . } sub:provenance { rdfs:label "Begandring Soerabaia"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "Begandring Soerabaia" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . sub:delegation a prov:Delegation; prov:agent ; prov:hadActivity sub:asserting-activity . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJp3raT5Wuv0QzjXNJHCWLCq0l+w0OOjfVllmMQLZKpXfDu8Kbo4QAP9bUU54hV82mNcubYw9pn0RU2kLbircXGw/4YYiCNBhZNBb0DWy7smnzUvHEkWIaHmXe2z9ndCmClJX88BvoySFGYxSabNfWAOKFTriEDr3OedaP+G2yoQIDAQAB"; npx:hasSignature "YiTfNJ0VNHCXXC8pzstaF0jrqNZb8p07b8bKNNgXRh44mwrc97YOYiWnp6IyCRRtUI+LmEZmAjjr+AEGxFQQFNNnz+VAZ1+HaJH2rQRVetYa1c5AAuI2vxFP628U9bRTb1OkKBO8wXW/U+xRRgcnBf5wwfeXBjgYGWTTgWdQhFw="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2025-04-23T13:27:54.355Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }