@prefix this: <https://w3id.org/np/RAdUxv3fHKjDXSENVzxpfBXpOivQYd2_8kboYk1_dWhMI> .
@prefix sub: <https://w3id.org/np/RAdUxv3fHKjDXSENVzxpfBXpOivQYd2_8kboYk1_dWhMI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns1: <http://purl.org/np/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:annotation a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:body ;
    <http://www.w3.org/ns/oa#hasTarget> sub:target .
  sub:body rdf:value "It should be \"assigns\"." .
  sub:selector a <http://www.w3.org/ns/oa#TextQuoteSelector> ;
    <http://www.w3.org/ns/oa#exact> "assign" ;
    <http://www.w3.org/ns/oa#prefix> "In a system that represents a fraction, this relation" ;
    <http://www.w3.org/ns/oa#suffix> "the role of the denominator." .
  sub:target <http://www.w3.org/ns/oa#hasSelector> sub:selector ;
    <http://www.w3.org/ns/oa#hasSource> <https://i-adopt.github.io/ontology/index-en.html> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://github.com/Daniel-Mietchen/ideas/issues/1806> .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2025-08-20T12:14:33.235Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:annotation ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Annotation of index-en.html: 'It should be \"assigns\".'" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8 ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY , <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    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 .
}