Nanopublication

< Home

ID

https://w3id.org/np/RAQ9SqHNv0qeBiNoDQGifQNFOhHWutzQ8pBDQJ82R86Ws

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAQ9SqHNv0qeBiNoDQGifQNFOhHWutzQ8pBDQJ82R86Ws> .
@prefix sub: <https://w3id.org/np/RAQ9SqHNv0qeBiNoDQGifQNFOhHWutzQ8pBDQJ82R86Ws#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://www.arsenal.com/the-club/emirates-stadium> rdfs:comment "This is the host stadium of the Arsenal club" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-6523-3490 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFxscmIZPiTuObnlB1+fErtNfzD1uqJeKpVh1CHW8kM7HWGIyHdMD77emYJHG+9LNy5O6zhLnaeL0zXBBistSxrQZUQAQTwJ/XtfEzisADLWafUH0noDCdmOJrJqGWFua4LdA/9Op/6WWih1g/iABkWiKBjyQ87ZEthzc7NEISawIDAQAB";
    npx:hasSignature "fSuOQG5f5X+txaEGJ8bqOIZ1O+mR5hzDc5TH3m6iqoIj7mwrcCcf6LElNpVGjSH6eo05DQnwIqS0tvMOzLhuksT3gnUunuBj2UI/eBsVrLeie4WvKhURePNRdJyABOlAqlUEjL+7iTnlx87HVkotDeBDFqDn2vr1LbWHjhvuiDk=";
    npx:hasSignatureTarget this: .
  
  this: a npx:DraftNanopub;
    dct:created "2023-10-03T20:25:12.421Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-6523-3490;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Comment on: emirates-stadium";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ>;
    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> .
}