@prefix this: <https://w3id.org/np/RAQ6K8b9zSAMy5S9-xJijVe5W8KTDyuJhHgwuPrUARRL8> .
@prefix sub: <https://w3id.org/np/RAQ6K8b9zSAMy5S9-xJijVe5W8KTDyuJhHgwuPrUARRL8#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator orcid:0000-0002-6049-591X ;
    rdfs:comment "And on that note, I'm also hiring applied researchers with a penchant for muddling through complex problem spaces and a deep interest in co-operative ecosystems. Skills in text embeddings, discourse analysis and protocol-thinking a plus, but at this stage, mostly looking for folks who enjoy synthesizing and identifying common threads. Please share with your network if it might be a good fit! https://v6acolab.org/Work-With-US" ;
    <https://schema.org/keywords> "AppliedResearch," , "CooperativeEcosystems," , "DiscourseAnalysis," , "Hiring," , "ProtocolThinking" , "TextEmbeddings," ;
    <https://sense-nets.xyz/announcesJob> <https://v6acolab.org/Work-With-US> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "B/zqFn4SI4aitvMbrCh3jD7qPUL35JKFyKkUO8hRqmK8sR75eBhbQEv/0pjYwxoEMu+H3isSF2KkkIav4KxJJkq8JQ7YMOV1HRNv180TwdqyLNKbjF7Wgt6OnQRcdHZhwlMSKPjcdTrJ3h3tmVBjx3m9RYoy2LThoWuyH4SukgntTanTRMxF9KHNUQpU0AZMQQlEgAcdMLkHg+xYRIfSB8XHSj4egI4TSZU0Yo2UpnbEPFEIZz1lBM/hvjQEzSxk71a03G+/TbneMtDwyHoZFewMou2y5jHED9ZlDJDhW2UuAyeTnkftJiVCnIvuYxAXlpvXElkoQCb5npm9Ehat/Q==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-03-21T14:17:33.102Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6049-591X ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}