@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:spi a ;
rdfs:label "Glycocalyx bulk mechanically drives integrin clustering in cancer cells engaged with the extracellular matrix";
;
;
;
;
.
}
sub:provenance {
sub:activity a ;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0002-0830-7029 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "Expression of large tumour-associated glycoproteins in non-transformed mammary cells promoted focal adhesion assembly and facilitated integrin-dependent growth factor signalling to support cell growth and survival.";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCluZ2msgo7OqPkyRoZMluzpaLX8KRHyDs3J/cZwm6+Vq/CKVIGsGaT7/XH435cE9J8dwCgQ/Jssjlj6oqX+nSI9xXBtMH9ZeyGHFBzK1cUBy/rRSez4EnwbS1sKMBSc4MBCXQ9R3jZ3GpsN0GmIrS1ukKkUBQrREBYpb4w5MbGywIDAQAB";
npx:hasSignature "Mc6yNlLGIu3AnhZEmrajdDXbYISe2imFa8OBDfBIWbQvJlOdxKaohx+dR9jwbzecksZ+bMNvtojD/ftMxBeLu3126L1DmW0kxIWoTvfi+RRhgeaXTkRT/RV7EBmcuEfzEU6Lk3YkK/v4dOiCP24mei1YLdsNRLK4n44AvOr54lE=";
npx:hasSignatureTarget this: .
this: dct:created "2021-11-26T17:14:38.341-07:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-0830-7029;
npx:introduces sub:spi;
npx:supersedes ;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}