@prefix this: <https://w3id.org/np/RAtdKa2E6Vn5IGYlqj7hePynHuGO0ibX_lq1z-GjNB-8s> .
@prefix sub: <https://w3id.org/np/RAtdKa2E6Vn5IGYlqj7hePynHuGO0ibX_lq1z-GjNB-8s#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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://www.wikidata.org/wiki/Q50719> rdfs:comment "It's a great station. The flying wheel on top of the dome always makes me laugh!" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-7873-9704 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxKE3yUEyjrqehmdlhmSgmDAGEX10YP0hYYpQG9L44aM3t/FgTEe2g26ldUtaVA1PQlVozDMSwlHua8P7LaZbsgwgCiglOF2UQtqB+kZpSx79bUyVieaIu+bq8R+gwhtx0hyC7Q2BNccqgiy8AgZMlYy0t1ECum3yYr0OPFOizYQIDAQAB" ;
    npx:hasSignature "XeXxVfDyMbjBA4NiaVe97bYYPKT4gTfJgQf0xbO04TaK6TK3oHhExMQ8sEyO5Z1NiKs7NlW3GBbO/z5q43Pg0abCaP2yG6iYujWqewv7CQhwuV3DD/YY0Auepy+nx1coC2/3sREjcG5fbmaRFeMjmc1vdxCbd77HjmPzfQzam7s=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-10T14:58:24.282Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0006-7873-9704 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    a npx:DraftNanopub ;
    rdfs:label "Comment on: Q50719" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAbi5DDAdvk1G9P8KsHY_3-hDG6Ev5j0Ax0mKhJuM2gbE> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA3gQDMnYbKCTiQeiUYJYBaH6HUhz8f3HIg71itlsZDgA> .
}