@prefix this: <https://w3id.org/np/RAdXJJV_bC_VfNL5Hqe_YbmkVc_j_-xB2ij-Xzjc9SmAA> .
@prefix sub: <https://w3id.org/np/RAdXJJV_bC_VfNL5Hqe_YbmkVc_j_-xB2ij-Xzjc9SmAA#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a schema:Question ;
    rdfs:comment """Founders are told to relentlessly pursue product market fit.
But isn’t that what got us locked into web2 platform feudalism in the first place? Have we changed the formula anywhere along the way?
eg how are we ensuring that product market fit also yields product-wellbeing fit?

""" ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    schema:keywords "BusinessEthics" , "InnovationStrategy" , "PlatformFeudalism" , "ProductMarketFit" , "TechnologyImpact" , "Web2" .
}
sub:provenance {
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://x.com/rtk254> .
  sub:activity a <https://sense-nets.xyz/supervisedActivity> ;
    prov:wasAssociatedWith <https://sense-nets.xyz/> .
  sub:assertion prov:linksTo <https://x.com/rtk254/status/1820199398519058906> ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    prov:wasGeneratedBy sub:activity .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB" ;
    npx:hasSignature "oFjLOaRA23kSshoRVeFNBY+IsQ5yHPmW0E5L7dhBG4LADxt/kdN0vdhtHxVUxRvwA9hV0R2TIB7jHeMGmVbwwrI+nLZYi0iG0LkBRtk/R+wJsxwmQFJ4r3qcder3M2Ka017dONN5IrmhyWKnfQ2PE0QCCXbjhYotlqQI1ane9cHah8pMvb97RUtL8KUqgJl5YSP6mOys5kAqqlNnetutkDCJGrX9E/1JUNlbK+6St+GTNYghAzKOva+1QQVHxv+YRiKUVXNtFBAcXG0G5ZRE5ePnyqWWvNCluH9NNyPAVITrBsKWSEtd6DeLMwoffpQNDAmrafgs1VEjdQT3KsgZSA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-08-09T17:20:55.648Z"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://sense-nets.xyz/SemanticPost> ;
    npx:wasCreatedAt <https://sense-nets.xyz/> ;
    rdfs:label "CoSMO Semantic Post" ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    <https://sense-nets.xyz/hasRootSigner> "0xEea65201634dA1651993156e4bF842329bF8101D" .
  <https://x.com/rtk254> foaf:name "Ronen Tamari" .
}