Nanopublication

< Home

ID

https://w3id.org/np/RA-d7wnU_hjduVjDWbvwaI9kdgFxp-3gtenrfCI9iq01A

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA-d7wnU_hjduVjDWbvwaI9kdgFxp-3gtenrfCI9iq01A> .
@prefix sub: <https://w3id.org/np/RA-d7wnU_hjduVjDWbvwaI9kdgFxp-3gtenrfCI9iq01A/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:Claim-Ver-Service a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Supporting-Resource, fip:Validation-Service;
    <http://schema.org/url> <https://fair2adapt.expertcustomers.ai/services/claim_verification>;
    rdfs:comment "The claim verification service analyses extracted claims and evaluates their validity or consistency against the scientific literature.";
    rdfs:label "Claim Verification Service";
    rdfs:seeAlso <https://gitlab.expert.ai/rortega/enrichment-services>;
    fip:targets <https://w3id.org/gff/rao/terms/>;
    oa:hasPurpose obo:T4FS_0000507 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2026-06-29T21:13:00Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Claim-Ver-Service;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/258a57a6-1549-4c41-a4ba-273cc439a41f> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "UBTO95TMlW+xuTP4cb93ZtiyxSBZ7jLDBOeYEojiAbOUkGmCTmZzFyvcciVr55b6wpBVZ5zhKUXrO6vpzjb9+NgpCm5nRzSaQpOvsmxT+vJasPWa40L/Mb69KHOYF5kNIsCTQ9WD9YEEiXNxtvMJot9h1cXRG7fQyp9jXXE0ui4=";
    npx:hasSignatureTarget this: .
}