@prefix dct: .
@prefix owl: .
@prefix skos: .
@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:ecm-bound-cancer-cell a owl:Class;
rdfs:label "cancer cell engaged in extracellular matrix";
rdfs:subClassOf ;
skos:definition "a cancer cell physically linked to the extracellular matrix";
skos:relatedMatch , .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-0830-7029 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCluZ2msgo7OqPkyRoZMluzpaLX8KRHyDs3J/cZwm6+Vq/CKVIGsGaT7/XH435cE9J8dwCgQ/Jssjlj6oqX+nSI9xXBtMH9ZeyGHFBzK1cUBy/rRSez4EnwbS1sKMBSc4MBCXQ9R3jZ3GpsN0GmIrS1ukKkUBQrREBYpb4w5MbGywIDAQAB";
npx:hasSignature "E3BBdyJ/kmq5XGuLGJKevHIwMft5hkuICQC3SVlASvAZydJYmbgDBX1iiWFaz/bCHVpnA5BuxNgokrRulkLoMoK1vfNcv2o1jETSLSfWobNkpWcwjZrGnVBqku2kUKfHZerZnFzfB7VAoAztrkLZLbO2WE2Ida3U8xOtinFJD5k=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-28T15:24:48.904-07:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-0830-7029;
npx:introduces sub:ecm-bound-cancer-cell;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}