@prefix this: <http://purl.org/np/RAgNBYVYF-ImxF5qGhTiudeY7uErmJux4veS97NURDDKE> .
@prefix sub: <http://purl.org/np/RAgNBYVYF-ImxF5qGhTiudeY7uErmJux4veS97NURDDKE#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:spi a <https://w3id.org/linkflows/superpattern/terms/SuperPatternInstance> ;
    rdfs:label "Provenance data expressed by the model as an indicator of the source of the contradiction between different claims" ;
    <https://w3id.org/linkflows/superpattern/terms/hasContextClass> <https://w3id.org/linkflows/superpattern/terms/UniversalContext> ;
    <https://w3id.org/linkflows/superpattern/terms/hasObjectClass> sub:contradiction ;
    <https://w3id.org/linkflows/superpattern/terms/hasQualifier> <https://w3id.org/linkflows/superpattern/terms/generallyQualifier> ;
    <https://w3id.org/linkflows/superpattern/terms/hasRelation> <https://w3id.org/linkflows/superpattern/terms/enables> ;
    <https://w3id.org/linkflows/superpattern/terms/hasSubjectClass> sub:provenance .
}
sub:provenance {
  sub:activity a <https://w3id.org/linkflows/superpattern/terms/FormalizationActivity> ;
    prov:used sub:quote , <https://doi.org/10.1109/eScience51609.2021.00010> ;
    prov:wasAssociatedWith orcid:0000-0001-7116-9338 , orcid:0000-0002-1144-6265 , orcid:0000-0002-5711-4872 .
  sub:assertion prov:wasGeneratedBy sub:activity .
  sub:quote prov:value "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." ;
    prov:wasQuotedFrom <https://doi.org/10.1109/eScience51609.2021.00010> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCc1+ftFqyHmunKW94rDcsRxthLbjsU2XtYSzd25sqpXcE9wv7Iv0bUTlAfdpYulDRBBLA3SPj8BrDubsNUviolmSWpyvnZcB1QYaYxCXB4F2CdEKEpWlx8rXkzRLbIkNjL3oezpivDYSfRynprsCqikY1Snx7uP0XVNT3BpNw8DQIDAQAB" ;
    npx:hasSignature "bO9ROfPzkpdPt3tHKMbGlAGYfpMNaKhBVBK+kH2BdnWeJ4dg/nQucT7YsUr3JtCKqV+2vjA0tV9q8qRZiODI6P/Hqt94U112UJTALB/BH7chIKS7Lw95dP10oRzhIFJeGjFmCGe9rW33m5vNQRODAthtXOSqToDXguprwsHqF48=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-04-28T12:16:13.347+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1144-6265 ;
    npx:introduces sub:spi ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAE1wniOy0yO39PlK9QkQ-wqbC3q-R2nXraP5huu8W39k> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAbBzu9jMPnOap2Wh9vS1fJ5My5oBqbswun4nFoLXdTVc> .
}