@prefix this: <https://w3id.org/np/RA3w0WGJuNc8TNTg9SrHvrn_DeB21j32g2e53MppzFQWA> .
@prefix sub: <https://w3id.org/np/RA3w0WGJuNc8TNTg9SrHvrn_DeB21j32g2e53MppzFQWA/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@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 bibo: <http://purl.org/ontology/bibo/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/data/interactoa/citation-system> dct:hasPart <https://w3id.org/data/interactoa/property-p1683> , <https://w3id.org/data/interactoa/property-p248> , <https://w3id.org/data/interactoa/property-p932> ;
    schema:mentions <https://w3id.org/np/RAEZ0njB2W1qnJHcG5an0LpqoAHer326U8CcXXTSxKcGs> .
  <https://w3id.org/data/interactoa/property-p1683> schema:url <https://www.wikidata.org/wiki/Property:P1683> ;
    a schema:Thing ;
    rdfs:comment "Exact textual excerpt from source"@en ;
    rdfs:label "P1683: quotation"@en .
  <https://w3id.org/data/interactoa/property-p248> schema:url <https://www.wikidata.org/wiki/Property:P248> ;
    a schema:Thing ;
    rdfs:comment "Links claim to source article"@en ;
    rdfs:label "P248: stated in"@en .
  <https://w3id.org/data/interactoa/property-p932> schema:url <https://www.wikidata.org/wiki/Property:P932> ;
    a schema:Thing ;
    rdfs:comment "PubMed Central identifier for open access"@en ;
    rdfs:label "P932: PMCID"@en .
}
sub:provenance {
  <https://doi.org/10.1093/nar/gkab831> bibo:doi "10.3233/SW-243685" ;
    schema:datePublished "2024"^^xsd:gYear ;
    schema:name "InteractOA: Showcasing the representation of knowledge from scientific literature in Wikidata"@en ;
    a bibo:AcademicArticle .
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0002-1481-2996> , <https://orcid.org/0000-0002-6738-6089> ;
    prov:wasDerivedFrom <https://doi.org/10.1093/nar/gkab831> .
}
sub:pubinfo {
  <https://orcid.org/0009-0005-7752-8203> foaf:name "Tiado Kollender" .
  this: dct:created "2026-01-11T18:01:00Z"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:source <https://doi.org/10.1093/nar/gkab831> ;
    npx:signedBy <https://orcid.org/0009-0005-7752-8203> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    pav:createdBy <https://orcid.org/0009-0005-7752-8203> ;
    schema:keywords "P1683" , "P248" , "P932" , "Wikidata" , "citation" , "properties" ;
    a npx:ExampleNanopub ;
    rdfs:label "Wikidata Citation Properties"@en .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoSR/rqhnkTPQO8u4l2JQAemJo5cN83rT54nA5NXHUqaeu26bEjT/rsX1PCVBhhJ3cV2uu4wjI0NfcVaKPKmODSf6p579tdOykOnjbWLbxxPMe5DC5eV1ThMHsFsNU/6vCYIfS00E7wre7fnFYz7FAG7v1MZEyWeSXsHgk9jHoqQQDPqup5PHReKp1dd6J0Nht/OfSYnUancKAgIFyPhkTlThsLK5xSNyNEgiTR7pwkP5pGq2AnD6bPw4G3kiPnIpIGZNsaeIOvhn64gwbrtoJVdoun/namw6FQ7StEC5km/0evaBZc4qIextwO/s32Wru77ukblJ0Xi/YzbC0iLuIQIDAQAB" ;
    npx:hasSignature "L8lGCFhTX+84wQ7E2NlN8Ybt1euLq0iVfk44DYcaSJcaQSIC8maOmJT0QfphSkGVCKc2bOHKY/ekvLkApdvEgWr5X9AnFZtp2prvQ3/iHJg2h0QV3geEz4PdAc5xh8PVsswJSqfSvtnvC+jcpwG2FQrWEsAzv4x7m1bDAFljfacZOLpqK+XEtmhLXZjKsdg4GjCz57JF8shiv983MQuh1ttknig2/30mAry2Q1f4yIjwbisGqb6LlONjTyD1OUo6LyHvGxZ1DFn6v75h8e0i03jU9f4OinOqjBb1b3g7lHYmyyyEasqMFq5qmZ55vmbFsPkuWu58y5/U1xUByFtRXA==" ;
    npx:hasSignatureTarget this: .
}