@prefix this: . @prefix sub: . @prefix schema: . @prefix res: . @prefix np: . @prefix dct: . @prefix pav: . @prefix wdt: . @prefix fabio: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix cito: . sub:%23Head { this: a np:Nanopublication; np:hasAssertion sub:%23assertion; np:hasProvenance sub:%23provenance; np:hasPublicationInfo sub:%23pubinfo . } sub:%23assertion { res:InteractOA wdt:P1324 . } sub:%23provenance { sub:%23assertion cito:citesAsEvidence sub:%23evidence; rdfs:comment "Manual curation from article text, no LLM used."; prov:wasAttributedTo ; prov:wasDerivedFrom , sub:%23evidence; schema:articleSection "3.4 InteractOA as a front end to relevant Wikidata items" . sub:%23evidence a schema:CreativeWork; schema:isPartOf ; schema:text "The article says the InteractOA code is available on GitHub." . } sub:%23pubinfo { wdt:P1324 rdfs:label "source code repository" . a fabio:JournalArticle; dct:identifier "10.3233/SW-243685"; dct:title "InteractOA: Showcasing the representation of knowledge from scientific literature in Wikidata" . rdfs:label "InteractOA GitHub repository" . this: dct:created "2026-07-14T12:40:29+00:00"^^xsd:dateTime; dct:creator ; dct:license ; dct:subject ; npx:hasNanopubType npx:Assertion; pav:createdBy ; rdfs:label "InteractOA – source code repository – InteractOA GitHub repository" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq6onyfdLnprP5hJXk0mjvCbHvX6jv7T1CrTAW9XMdSZHj6DXTw4f1KpGoFY3qVMy9H2ZcHeV26cCQCbFC7J/nn7FzB8MMbpucows/bdHAf6xf5wQJKdvSySWCf60RPOxstLUjNAMTIg07R0ByUR4t1D+3a0kuZnQUsl49TAbEQFylTt63krqDtz0tnyz2KbvGcvoIpgHbSNbd/2sUb0BCRdnIAqlfngvbBDPx9FvEvpP1ivTKvNtIbsN6VHUhrhMb5akxd4qJ5l8n/cOX2V9tdEU5VNAoEFmAZSqPnoTYe2HI/pip28N7Vu8nwbVyHy4FZ5K80m8GQ52DBn4uKDYzwIDAQAB"; npx:hasSignature "B/Fua9ly1fr4UIJjSlMlciAwZMXG2oeOBFG+qZScA6ZNQW2qj+LkXJ4YRZXzvHyYBIV5lTI9yaAsYvTG9U878iydLFlbR2Sw1k1zPOMo/X+Gv7AdOiCSThWoH9PV9NzQbTA02vOuGNzxdbqQZZtoSpld9Aws+aPLLcqtDM8UkIJdmSwBpj+f5AsmFJ24oDdrg9iGG0/0wpRuslLy3Dz82lRvnDcrTVJk7xLIPVphWvLUKQyvChG4RyhmOHgj35mg83l4RewcGANLE7JTGaN85ZNOBtTbUXtmj4ejFkVjy9x4m8TNCm4bU4aEQ3Grz+FObp+fyurAgFDZaxGqPApORQ=="; npx:hasSignatureTarget this:; npx:signedBy . res:InteractOA rdfs:label "InteractOA" . }