@prefix this: <http://purl.org/np/RAQwPUuBUZy_6lRps0r2Wioq-ftAlkuuBSv1GsI3FooZE> .
@prefix sub: <http://purl.org/np/RAQwPUuBUZy_6lRps0r2Wioq-ftAlkuuBSv1GsI3FooZE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:local dct:creator "Imran Asif, Ilaria Tiddi, Alasdair J. G. Gray" ;
    dct:date "2021" ;
    dct:identifier <https://doi.org/10.1109/eScience51609.2021.00010> ;
    dct:title "Using Nanopublications to Detect and Explain Contradictory Research Claims" ;
    dct:type fabio:ResearchPaper ;
    prov:quotedText "Nanopublications as the standard framework to represent the claims in research studies, and use provenance data expressed by the model as an indicator of the source of the contradiction between different claims." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1144-6265 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCc1+ftFqyHmunKW94rDcsRxthLbjsU2XtYSzd25sqpXcE9wv7Iv0bUTlAfdpYulDRBBLA3SPj8BrDubsNUviolmSWpyvnZcB1QYaYxCXB4F2CdEKEpWlx8rXkzRLbIkNjL3oezpivDYSfRynprsCqikY1Snx7uP0XVNT3BpNw8DQIDAQAB" ;
    npx:hasSignature "WbbtsUfreztsGSm0D0pPqhVzZ0I3sDyC/FTqKb45lR/OPf5rD+jqzUtYv8tuMEqIzNnp78+0bUddNS+ApLi1EzUGKXU9MH8YU9whdbGSVVEXxQtR7h6M8GbrGhLHq4ffGeDdqtrIR9+so3xki7AH+Mtegr6Zv4qxIzrw8S42f2Q=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-04-03T16:37:20.951+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1144-6265 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}