Nanopublication

< Home

ID

https://w3id.org/np/RA9afyZ7gGkTHukyPeMTNReDvHwFrC4FPl_izUvprDRxI

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA9afyZ7gGkTHukyPeMTNReDvHwFrC4FPl_izUvprDRxI> .
@prefix sub: <https://w3id.org/np/RA9afyZ7gGkTHukyPeMTNReDvHwFrC4FPl_izUvprDRxI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://dokielitests.solidcommunity.net/profile/card#me> <http://xmlns.com/foaf/0.1/name>
      "Okieli Dokieli" .
  
  sub:keyDeclaration npx:declaredBy <https://dokielitests.solidcommunity.net/profile/card#me>;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyRJMqJ0I0zwlRiLHmTuoXvkfe6R/qY5VxgxM8TnxzxiNL0XgWxQ287XsYYyueXmaHJI7NbHjIJ8ua+UYcX4IoHV+OnNk9vv8JVPlNqnSCvWdKWKHkAIlmthnPJfhi8fX+mgV6AanwwyrBQLuCec2tLPl3D5t8OTfHGoOB4WvXqbWC6O+KFWn5Z8wON5DxGR3AWeC8VjIPE/EP4ExzLFE0BmwQN1yF0LAJfIp9WeFKic0iYjJnG9J5LLbCAn0leJsbr6CE6imw7U85RrCbjIJkaa9vA1GId7Qb6veYkr39YL0+Hm5KaPRvhDqUDp2NezJEAS9S9F6/EeGVXSSiN35eQIDAQAB" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://dokielitests.solidcommunity.net/profile/card#me> .
}

sub:pubinfo {
  <https://dokielitests.solidcommunity.net/profile/card#me> <http://xmlns.com/foaf/0.1/name>
      "Okieli Dokieli" .
  
  this: dc:creator <https://dokielitests.solidcommunity.net/profile/card#me>;
    dc:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType npx:declaredBy;
    npx:introduces <https://dokielitests.solidcommunity.net/profile/card#me>;
    <http://www.w3.org/2000/01/rdf-schema#label> "User: Okieli Dokieli" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyRJMqJ0I0zwlRiLHmTuoXvkfe6R/qY5VxgxM8TnxzxiNL0XgWxQ287XsYYyueXmaHJI7NbHjIJ8ua+UYcX4IoHV+OnNk9vv8JVPlNqnSCvWdKWKHkAIlmthnPJfhi8fX+mgV6AanwwyrBQLuCec2tLPl3D5t8OTfHGoOB4WvXqbWC6O+KFWn5Z8wON5DxGR3AWeC8VjIPE/EP4ExzLFE0BmwQN1yF0LAJfIp9WeFKic0iYjJnG9J5LLbCAn0leJsbr6CE6imw7U85RrCbjIJkaa9vA1GId7Qb6veYkr39YL0+Hm5KaPRvhDqUDp2NezJEAS9S9F6/EeGVXSSiN35eQIDAQAB";
    npx:hasSignature "FpHetPz/xhiQ6kbl341rNue5slGjOTsP/YIHvRuiLoUgNmGHfL7mV6UOmLzd18Cuk/WpqWBcclMU9jRcGnprXcBDhp+Xf9R/sLMOdm24CLIBHJ+HsVURWliyakEtDpS1K2QIdyX+oaOUc5iiKscBRAyiIorXBFK2m3P4mIQH78+4Hsj84Gc5QLK4VtVn/G+qUBaYJHq97N4JGU9jCvQV1jn5jJt4QEfRbSjWF9iLFghGQkaw6sSI1GLqfA52AcIXvCLnRZAiwoSERweBSlE7eZNI63kYlewDy4AvUze72UGYjr7g7tk7pP9sT12F9ojIaHNvIQIld8fmJy/IEIJcvA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://dokielitests.solidcommunity.net/profile/card#me> .
}