@prefix this: <https://w3id.org/np/RA0KObyMWK0fOUKzlqGeqY4QRNlHXgS4uW63-tCHzxMFc> .
@prefix sub: <https://w3id.org/np/RA0KObyMWK0fOUKzlqGeqY4QRNlHXgS4uW63-tCHzxMFc#> .
@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/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/rtk254> ;
    rdfs:comment "Looks like an interesting online course 👀 https://skywritingspress.ca/" ;
    schema:keywords "AI" , "LLM" , "education" , "learning" , "machine-learning" , "online-course" ;
    <https://sense-nets.xyz/announcesEvent> <https://skywritingspress.ca/> ;
    <https://sense-nets.xyz/indicatesInterest> <https://skywritingspress.ca/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/rtk254> ;
    prov:wasDerivedFrom <https://twitter.com/rtk254> .
}
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 "PbyncEneKbopGPdJzC0vhlXebVzC85uda2AqDUTRdFQfyoh4d4W6g2+3wiV7q9xBaPeON7hW+yNJ4hNizS1H8BqkRLxEAGA+P39EU1QLZLcc96T3r2xcP9ZhrYfm6mOLXijy7xZLngsmA78O8dCvQH1H+w02OCoWpmUJcqkc5tP2EI5JmyPYaf4kfP5oXsbzm8RrSGZHggLLLFhOJ3Go48vvLddYS5W19GFNLCYLVdMcZXPWsIlFdln/ZhWXNiruFZnXHbZ1eVaTAY5tVdViufJiOs1M0AGYlszCbYfPy84kyIUUYDZWU5U/dpdmd8MLKWoZj025U/oo1goKZiLaHw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-16T20:33:44.168Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}