@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix owl: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a owl:Class;
rdfs:label "Nano Session";
rdfs:subClassOf ;
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 .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
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 ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
nt:hasLabelFromApi "nanopublication - small document that uses semantic annotation to link a simple fact or statement to provenance" .
nt:hasLabelFromApi "session - temporary context for interactive information interchange" .
}