@prefix this: <https://w3id.org/np/RAuSX9oWMcrtlHQLeYB4S5dTOQ5pxJzGp6mogjKJwVXTw> .
@prefix sub: <https://w3id.org/np/RAuSX9oWMcrtlHQLeYB4S5dTOQ5pxJzGp6mogjKJwVXTw#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.d05nwx> schema:url <https://www.ebi.ac.uk/intact/home> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "IntAct provides a freely available, open source database system and analysis tools for protein interaction data. All interactions are derived from literature curation or direct user submissions and are freely available." ;
    rdfs:label "IntAct molecular interaction database | IntAct" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.d05nwx> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.d05nwx> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "K3aZ4xlR35ec+mcb/MuUkdYFGxvC9fLxVK5aoNx1SxySYyo2I0SDxmH8GkyNNahnJjWYMHkZA1k+JZBstSP+NqgVyOyhTIPJDkesmINFyw0B7+IS6UtwavtKxOmztkMTyB+7j2fwyOyiYCMHcc8ag/Rxxi6L7zTVFv6YsP8nNKs=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-02T13:32:18Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.d05nwx> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f7701cbf-407a-4ece-9503-3e08f678e152> .
}