@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAtj3cAMacqITg_kdsd8Gh_99DFqy0pIlq48zvXPVB0CM> .
@prefix sub: <http://purl.org/np/RAtj3cAMacqITg_kdsd8Gh_99DFqy0pIlq48zvXPVB0CM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  <https://w3id.org/kpxl/gen/terms/NanoSession> a owl:Class ;
    rdfs:label "Nano Session" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q932410> ;
    skos:definition "The Nano Sessions connect the people who are interested in nanopublications and who want to learn from each other about the related technologies." ;
    skos:relatedMatch <http://www.wikidata.org/entity/Q57814310> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://groups.google.com/g/nanopub-users/c/X6iXpkNXKXQ> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "l7+2nkPF3r/7PM5V//cKnoh1TvXtr0iwHMZXUq0HpB6nyg9OAkbGzQ1DKEbs+eOdJZkhY+W/wjABQRzLiJw7YXL/+MrEAcgfenqI7psFgJQtztLKi9K12K3DSIq2yqmCeXpqrsTG5QreimkRcoVpF3MU8mhtDNtP28n2kwqWnJU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-02-28T14:24:43.192Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:introduces <https://w3id.org/kpxl/gen/terms/NanoSession> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA2FrMIx0lsjlUje7iLpQb8kB0KuouQz5EpOaO5gdqwWI> .
  <http://www.wikidata.org/entity/Q57814310> nt:hasLabelFromApi "nanopublication - small document that uses semantic annotation to link a simple fact or statement to provenance" .
  <http://www.wikidata.org/entity/Q932410> nt:hasLabelFromApi "session - temporary context for interactive information interchange" .
}