@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix owl: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix hycl: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a rdf:Property, owl:ObjectProperty; rdfs:domain ; rdfs:label "proves"; rdfs:range hycl:AIDA-Sentence; skos:definition "Relates a proof or other deductive argument to a statement that it establishes. Unlike obtaining support from empirical evidence, which accumulates and can be outweighed, a proof settles the statement given its premises. Use this rather than a support relation when the grounds are deductive, so that a proof is not read as merely heuristic support." . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-08-18T08:38:45Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxxo+arlpyxYYoHYYVTNSOWe/es90yVMBA8vaDyaAQk4pnOjTlpPptP5IkGg6zuCRIlm11QrHKkiU536witBT6gdh9kP9ay3S6m7wZ3iM7YcPMfhVHUXN6TBnuiKHHyJdVeK6RxMZlfXRKEz9HYcND+PGCXMVp8BofpKBKke3y4m8FTt+8aMEcgVcFBHFdrkWXoIIvkMlodtXkMgSwuGK8yXt/9lXqChIWpsbzu2juuX6pktMkfexkfQTwIH7oNSr/ma4KzZXERuLrCSO6IH5SfWXwjQUery6rKHiEMyie58mgBf0ssKh+uJoaZOqgbmj0f+EDwTIzq0dNsPA0A+n2QIDAQAB"; npx:hasSignature "U+sN3vCGRMlcWudUPWciEBzGsiOg6gh89HR8+te56KzTNOGit6QhDxTTeOmemyAGGYVjPyctoQN3v/W5C2emhAAGKPulwtsTbSv79452OxzFTiE8Oto4rykjfM7rc0SBwAN2suvYXFqzrIVzDo6bxSy3Jl0EbY7uYBXEODckniJ1TC2CqmKHYPJ2NnpdawtLgohUMmUPVxSh3cVhgMqVINShLg2L8ZRb6ocsmc809KQOlo8mAyagXqIVR8X4mz2W+qi85ki2mYIhP14Ne2lePgTmyHDTNAeljSr59OlGNe8i4yGL2xX2Lxgi9RbUtHJZtcUKR4hlGCHMl+hfw2c9Xw=="; npx:hasSignatureTarget this:; npx:signedBy . }