@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:annotation a ; sub:body; sub:target . sub:body rdf:value "It should be \"assigns\"." . sub:selector a ; "assign"; "In a system that represents a fraction, this relation"; "the role of the denominator." . sub:target sub:selector; . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: a npx:ExampleNanopub; dct:created "2025-08-20T12:14:33.235Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:annotation; npx:wasCreatedAt ; rdfs:label "Annotation of index-en.html: 'It should be \"assigns\".'"; nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , ; nt:wasCreatedFromTemplate ns1:RAvMcjsLaMI-sGheG6Fa2yAfUyKYRSJqbIOgmK2lblWGg . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "W346xwF9ihIXi5wWwrlpTq8VOlaSIu+B2hfu3cKzRLVx4pjEpCFMAA7n8eA5sX0+74SwGCASQkxseD6eqyYso2d1AcawueZvnmJSQfrbEWLGCw27VXA2ukKDUSW/zOu16H3mzJmsWkz2llyC6uD7dsu7hbIX9cEk788n/HOup+o="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }