Nanopublication

< Home

ID

https://w3id.org/np/RA_M6OMirpMHxhkdWgyss4ML74UAmmPksCcOOaK4unyRU

Formats

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

Content

@prefix this: <https://w3id.org/np/RA_M6OMirpMHxhkdWgyss4ML74UAmmPksCcOOaK4unyRU> .
@prefix sub: <https://w3id.org/np/RA_M6OMirpMHxhkdWgyss4ML74UAmmPksCcOOaK4unyRU/> .
@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 {
  sub:keyDeclaration npx:declaredBy <https://yesvirginia.hostie.li/profile/card#me>;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu1tEsO2bUlFoPIPUpUOrry7rZSCeINMdljrUI86cyi8zKJa1oE8hiUrV0A00Rb4+yzLEdJSbjkWvMggfNgCEmCVJ8puv743WUfecal/DGJZqQPOnpazPihf5zOQBUhCxuLd/1HcDe5tZCqA2OILSYrpSndh9tC3kWjxRw/EF3g5O+g+sU+0tLBv0zgyrXCm4VvquEpyifhaRgI//AMvsy8BPPJOP1VfweKbrw7wrz0WvlT1AAC8YbgB+PtFNCi6sgjbLPRL7CoQH7bUjW4E7IsvHzVPToUwpnrgoX3zV+MsKgYOXIYKmEgTzM/4RRN3uKLqKclIkB/V71BsoHbD4NQIDAQAB" .
  
  <https://yesvirginia.hostie.li/profile/card#me> <http://xmlns.com/foaf/0.1/name> "Virginia Balseiro" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://yesvirginia.hostie.li/profile/card#me> .
}

sub:pubinfo {
  this: dc:creator <https://yesvirginia.hostie.li/profile/card#me>;
    dc:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType npx:declaredBy;
    npx:introduces <https://yesvirginia.hostie.li/profile/card#me>;
    <http://www.w3.org/2000/01/rdf-schema#label> "User: Virginia Balseiro" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu1tEsO2bUlFoPIPUpUOrry7rZSCeINMdljrUI86cyi8zKJa1oE8hiUrV0A00Rb4+yzLEdJSbjkWvMggfNgCEmCVJ8puv743WUfecal/DGJZqQPOnpazPihf5zOQBUhCxuLd/1HcDe5tZCqA2OILSYrpSndh9tC3kWjxRw/EF3g5O+g+sU+0tLBv0zgyrXCm4VvquEpyifhaRgI//AMvsy8BPPJOP1VfweKbrw7wrz0WvlT1AAC8YbgB+PtFNCi6sgjbLPRL7CoQH7bUjW4E7IsvHzVPToUwpnrgoX3zV+MsKgYOXIYKmEgTzM/4RRN3uKLqKclIkB/V71BsoHbD4NQIDAQAB";
    npx:hasSignature "trqIiYppjkFbT3Dl7tMYl3ybk1fUQVZfLicve7uj0z8Fb6oIUVQ/UeDSPA0oX03oHG7wyL8fIBpEvxM1edEjli9L6OEJxaviRYxuGyzywhLW0hb4JNZN0rFdKKC3YayebkZxTm9ksWjn3Y9N5IvjWPeV6rtliXxY6BBB1cw/sO26gbKAWzbFbsYi2Bic+g5SS2Py58+qRxDEWriIa49W2bKSXm8FSZ+79oqEhhWYegYh1VKCS7lv+9eEpQQ5JUmNRC1jjECT5dHUEhRoey9GLCnh3OQqwHzF7YTIhTh9VrJBDcZ/nDHmQ4lHA1xv0xTahdT4uaaxF5RXIAmM87tnRQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://yesvirginia.hostie.li/profile/card#me> .
  
  <https://yesvirginia.hostie.li/profile/card#me> <http://xmlns.com/foaf/0.1/name> "Virginia Balseiro" .
}