@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix ex: . @prefix dct: . @prefix pav: . @prefix fabio: . @prefix npx: . @prefix xsd: . @prefix skos: . @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 { ex:ArchitectureClaim skos:prefLabel "Architecture claim" . ex:BestPracticeClaim skos:prefLabel "Best-practice claim" . ex:ContributionClaim skos:prefLabel "Contribution claim" . ex:DatasetClaim skos:prefLabel "Dataset claim" . ex:FAIRClaim skos:prefLabel "FAIR claim" . ex:MethodClaim skos:prefLabel "Method claim" . ex:SoftwareClaim skos:prefLabel "Software claim" . sub:%23claim a schema:Claim, ex:FAIRClaim; cito:citesAsEvidence ; rdfs:label "InteractOA makes literature-derived knowledge more machine-readable"; prov:wasDerivedFrom sub:%23evidence; schema:about "InteractOA"; schema:claimReviewed "InteractOA contributes to making knowledge from scientific articles more machine-readable by representing it as structured Wikidata statements."; ex:confidenceScore "0.87"^^xsd:decimal; ex:objectLabel "machine-readable representation of literature-derived knowledge"; ex:predicateLabel "contributes to"; ex:reviewStatus "human-reviewed" . sub:%23evidence a schema:CreativeWork; schema:isPartOf ; schema:position "Abstract / Discussion"; schema:text "The article motivates InteractOA by the problem that scientific knowledge is often locked in textual articles and demonstrates a representation in Wikidata." . } sub:%23provenance { a fabio:JournalArticle; dct:identifier "10.3233/SW-243685"; dct:title "InteractOA: Showcasing the representation of knowledge from scientific literature in Wikidata"; schema:url . sub:%23assertion prov:wasAttributedTo ; prov:wasDerivedFrom ; prov:wasGeneratedBy sub:%23llm-assisted-curation; prov:wasInfluencedBy sub:%23human-review . sub:%23human-review a prov:Activity; rdfs:label "Manual review of extracted claim, evidence sentence and RDF representation"; prov:wasAssociatedWith . sub:%23llm-assisted-curation a prov:Activity; rdfs:label "LLM-assisted claim extraction and RDF modeling"; prov:generatedAtTime "2026-06-03T12:27:04.801354+00:00"^^xsd:dateTime; prov:used . } sub:%23pubinfo { this: dct:created "2026-06-03T12:27:04.801530+00:00"^^xsd:dateTime; dct:creator ; dct:license ; dct:subject ; npx:hasNanopubType npx:Claim; pav:createdBy ; pav:createdWith ; rdfs:label "Nanopublication for claim-009: InteractOA makes literature-derived knowledge more machine-readable" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq6onyfdLnprP5hJXk0mjvCbHvX6jv7T1CrTAW9XMdSZHj6DXTw4f1KpGoFY3qVMy9H2ZcHeV26cCQCbFC7J/nn7FzB8MMbpucows/bdHAf6xf5wQJKdvSySWCf60RPOxstLUjNAMTIg07R0ByUR4t1D+3a0kuZnQUsl49TAbEQFylTt63krqDtz0tnyz2KbvGcvoIpgHbSNbd/2sUb0BCRdnIAqlfngvbBDPx9FvEvpP1ivTKvNtIbsN6VHUhrhMb5akxd4qJ5l8n/cOX2V9tdEU5VNAoEFmAZSqPnoTYe2HI/pip28N7Vu8nwbVyHy4FZ5K80m8GQ52DBn4uKDYzwIDAQAB"; npx:hasSignature "oS0Vv6ISu58xcFOhzCjGwj+HvF3UMBL7ucyD2dtfQ6iSgmTl3UZ8mUlDJxoRR7OYSvUU4MtkNG1MvblIG0BjSKr6EzGij2nsdTAXpnm7KPySkElL0+LJ1qDxXyMxMdVI1s/Owaarn0PxCsTPHesw7lpKSEksJcIo/14tXVbhSfo4feX6l/TfjPOyudzGUE5xK8ELpUonFi6zCdshnpZc9xqrrnrC/WndDDslbyxCCJx4GTtPm0N2Fk9u3raYAZ9jK9LafL3ML2NbnM53HBZUZnfkeR7m5q5ea/50jN6RlDmsZCRj0xxKdoO7+9jSoBwc7W2wcU4HcQ6iq+WBLfwAhw=="; npx:hasSignatureTarget this:; npx:signedBy . }