Nanopublication

< Home

ID

https://w3id.org/np/RABMfL9q7uNXrlMHjVVEo1B-gqiFvYyJkNEL7rwwjm8lI

Formats

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

Content

@prefix this: <https://w3id.org/np/RABMfL9q7uNXrlMHjVVEo1B-gqiFvYyJkNEL7rwwjm8lI> .
@prefix sub: <https://w3id.org/np/RABMfL9q7uNXrlMHjVVEo1B-gqiFvYyJkNEL7rwwjm8lI/> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  <https://w3id.org/iadopt/variable/IonChannelActivity> a <http://www.w3.org/2002/07/owl#NamedIndividual>,
      <https://w3id.org/iadopt/ont/Variable>;
    dct:description "the movement of ions across cell membranes through ion channel proteins, reflecting their functional state.";
    rdfs:label "ion channel activity in cells", "ion channel activity";
    rdfs:seeAlso <http://purl.obolibrary.org/obo/GO_0005216>;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> sub:cell;
    <https://w3id.org/iadopt/ont/hasProperty> sub:ionchannelactivity .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-2913-1293 .
}

sub:pubinfo {
  orcid:0009-0002-2913-1293 foaf:name "Christos Vasileiou" .
  
  this: dct:created "2026-02-12T14:35:04.681Z"^^xsd:dateTime;
    dct:creator orcid:0009-0002-2913-1293;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/iadopt/variable/IonChannelActivity>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAW9V0CJwl21Nrt_HwTGhfQcdT5fsUyRxkoMujzGcatGc> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz1OobdRASd9SftHrLhG905OXjv8DHndvyWzXRJ5EDFPankMSnHZPHK+g2qEeRWdonstt55CLrpTpWsVv9xRtTqPidXHbnWLBXX42iCB+EnZNoKqAVKF5GxkSR38S0uTTq3aeQJbw2kTpx6LMkspmuH95fgAI/lfqPWrxdlI98jIeHQ14UXZpiWmkkvPgC9GVgmwHiG1hB/NCA2fKCOxVodN44OfhAPtkWmPJ40IcGPSalI4HRqgLLI5PabdRk3PiG81cUngmQU1Xk6EapzkRJGenkOlGsC5L4ktEPO6LS9uBMLTMLQDtGtkrcwqg5HmeKv7Ili3vgr3LL8/GaBBOLQIDAQAB";
    npx:hasSignature "dtz+7NOGGbTcJ7ku624py+nscQMzG3JXDA/erwjogiNSsLmWDDLv+4j7YRRxYNGTOsvxPdsOuSj0bJMIvFOZEOclhA22O/v7OQk5LFVG1OMAz11gAMjKMRSgwFtT3SwD5X4qYvNFv1SzanWCX4FGcW52fYQqmzqb2r5HXXJtg0c0iOfZT/3IoRIrfenNvNpzmlVTrC2uXiYVGNlJmHwKQESZK0ols4lwar8tdfgn+TAsZAGqcw/SvsJWrZ9JcpaWyXGC3AHQf38lr2I68JBfDyrMgulhiHm3Mwmv3BMEVeVOVMcHs4ZNmRmgk7a2apuW6Jan32Hprs6eYqwfsB+p2Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0002-2913-1293 .
}