Nanopublication

< Home

ID

https://w3id.org/np/RA9hWbVgCVKb8hQxIAOnpj5uBZchwzBHMVzQT7HpY2fys

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9hWbVgCVKb8hQxIAOnpj5uBZchwzBHMVzQT7HpY2fys> .
@prefix sub: <https://w3id.org/np/RA9hWbVgCVKb8hQxIAOnpj5uBZchwzBHMVzQT7HpY2fys/> .
@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://virginiabalseiro.com/#me> <http://xmlns.com/foaf/0.1/name> "Virginia Balseiro" .
  
  sub:keyDeclaration npx:declaredBy <https://virginiabalseiro.com/#me>;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9wmRDjSV3ayCkSuiC+x/6TPNhKHi3ru7oy3IDMSM3nNKo9zlUP0yMjG5ob15RfmhhiAjMaDM5Wqg9gyb1RUmMBW461kRrVf1/Qqdq6K3HMXu723h+fd8HbeyZosWOw1RLrvMNjngP7jj1JFuxcvpHKvdCM4/xctdagk0ONTDoDshhhTRcFJRW8aQ6a9WNwUslFC+Kb0bvFIeG+q2OD1x7wvyptgSQRrtZS8OZxgBRv6ZDlY1diGQZITrxLeQ5sZeFU0gSnQIpuw+7drPVRTnxCReS66H4flFsWatQlNCU+QHrupAuWumjdQCaemRIHJBCKQ9C+DupExO81JgmTnTrQIDAQAB" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://virginiabalseiro.com/#me> .
}

sub:pubinfo {
  <https://virginiabalseiro.com/#me> <http://xmlns.com/foaf/0.1/name> "Virginia Balseiro" .
  
  this: dc:creator <https://virginiabalseiro.com/#me>;
    dc:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType npx:declaredBy;
    npx:introduces <https://virginiabalseiro.com/#me>;
    <http://www.w3.org/2000/01/rdf-schema#label> "User: Virginia Balseiro" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9wmRDjSV3ayCkSuiC+x/6TPNhKHi3ru7oy3IDMSM3nNKo9zlUP0yMjG5ob15RfmhhiAjMaDM5Wqg9gyb1RUmMBW461kRrVf1/Qqdq6K3HMXu723h+fd8HbeyZosWOw1RLrvMNjngP7jj1JFuxcvpHKvdCM4/xctdagk0ONTDoDshhhTRcFJRW8aQ6a9WNwUslFC+Kb0bvFIeG+q2OD1x7wvyptgSQRrtZS8OZxgBRv6ZDlY1diGQZITrxLeQ5sZeFU0gSnQIpuw+7drPVRTnxCReS66H4flFsWatQlNCU+QHrupAuWumjdQCaemRIHJBCKQ9C+DupExO81JgmTnTrQIDAQAB";
    npx:hasSignature "fjzsnhP2Ygws76GMgknoJDE3IkNMVSe3C2pw7cCsLRezCg6gkzizeXaoDMT3hNRJ8QqqBnA4lsbdSCDeHraJxV+oxCPkQA8jMC+1rT8V1h8F2xL8d9KpxOrnkE+h6nWGeKBYudjVwz4ng6aLqZHWOtc8VWU3+G/45ekg+nik1o9J4hmKqegFdjAK8T9oYhGDMeimavBsmftzp4Otrha4kDpL+8kT9fbgRRenpD0BT/lsMpj/lPv8s65rfmwQ69gE0PaTo4w97QLT5q9YFqLqFFDRqN9jcsya2Zyfmo9d/Nhuf0aN32jQRShkhBroSYrJaReOvYVg/ct2ZzrX/h/1vQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://virginiabalseiro.com/#me> .
}