@prefix this: <http://purl.org/np/RAiQlGwgIXScgraNyZ5kQ2AdXkjBk6U3Q2PueCnKofucw> .
@prefix sub: <http://purl.org/np/RAiQlGwgIXScgraNyZ5kQ2AdXkjBk6U3Q2PueCnKofucw#> .
@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 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 {
  sub:ecm-bound-cancer-cell a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "cancer cell engaged in extracellular matrix" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q4118072> ;
    <http://www.w3.org/2004/02/skos/core#definition> "a cancer cell physically linked to the extracellular matrix" ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q193825> , <http://www.wikidata.org/entity/Q4118072> .
}
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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAdpgRpigXtt8iPV9uOPf3wIT3qzOI8Sg2Q72CNV8g-Yo> .
}