@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:Claim-Ext-Service a fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource-to-be-Developed; ; rdfs:comment "This service relies on LLM-based semantic analysis techniques to identify meaningful declarative statements within the analysed content."; rdfs:label "Claim Extraction Service"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-2195-3997 . } sub:pubinfo { this: dct:created "2026-06-29T21:00:00Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:Claim-Ext-Service; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "AhPqbSgZWD+bt/KFWva/cGUdZYiIZhpfXzsioJlaUjZXjL4T61G6EedkgH94J57mx60GBBuzuV3ESa4s3cYvAneJ96eAIRZ1wWduhppm/Ln+UCCaUjHkXgZgBxC24Go/zqPy1ATcKWx7pvk6mPj5I5HTht2D9g5A3j2mkcKroqU="; npx:hasSignatureTarget this: . }