@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 "Validation service"@en; rdfs:subClassOf ; "A system that automatically verifies the accuracy, completeness, or compliance of data, code or processes against predefined criteria or standards."@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 "bq74sE+1748aHa/dMyETLAuSWPE4Bo52NCiPJEXxy4q9I0jdTDrWYC1Ytj605nIcszYYc8bB5fn/aeC0g6JbvGDI6DO2yOY0ly5JHKNgpSO2wx9dVBLTbTSlbvFwlzrGzE+LQ09lcjwtM3Nb2vBbuY0F1jYr7U+YlZp7885QKJM="; npx:hasSignatureTarget this:; npx:signedBy . }