Nanopublication

< Home

ID

https://w3id.org/np/RAvK8sc7NKXqEwPBSiGeT0f8L9tE6xuY_SHz3QYcHHKsU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAvK8sc7NKXqEwPBSiGeT0f8L9tE6xuY_SHz3QYcHHKsU> .
@prefix sub: <https://w3id.org/np/RAvK8sc7NKXqEwPBSiGeT0f8L9tE6xuY_SHz3QYcHHKsU/> .
@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 {
  <http://www.wikidata.org/entity/Q19837> a <http://www.wikidata.org/entity/Q43845> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0007-5193-5104 .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/Q19837> nt:hasLabelFromApi "Steve Jobs - American entrepreneur; co-founder of Apple Inc. (1955–2011)" .
  
  <http://www.wikidata.org/entity/Q43845> nt:hasLabelFromApi "businessperson - person involved in activities for the purpose of generating revenue" .
  
  this: dct:created "2025-10-10T22:20:13.594Z"^^xsd:dateTime;
    dct:creator orcid:0009-0007-5193-5104;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Steve Jobs is a businessperson";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWcbb3lRQZNYrCYo1uUfxHF1p6apBUW9hTeJRoHrqYZQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAutvX92Oa3X0MFhMoWU0OT2+aZSLHruNVHnciteR2N1oOxOKCCDyYFPHBON10xZBf7UCW/Hlia5yTOn7PGOsKqK221ao8fIWl02t8dVL1cv8paHV4pnHLLF5ep4tiPkLa4ylXuNxP6/TCXvGaS+/kkJdNOn/vPxxRRenLtnkX0x7//5cOW+8uID43nIWycTftpGBKerbgAcVFeLM1yGhoIxQUuidTkCyfh3ddJYx2kS9WhQmaS0b+m3mE+gm6qkYuoJZ+PHO0g4cy8IN5uzw26DzmOQCl//Nz6BK/hnHENs8Gebianm+CzcMbUILPNXA+k/jr8WLZfRxHwKyPJvT00wIDAQAB";
    npx:hasSignature "DN7/SmSBkxmffuzxXxsmSGU3a9xZ38KLBs7Gz5M5J5qcm5YSGFkXJmfq4W5xbcjQydzd1bbbmoxRoJvLO4F7ocAbRAh0QhScVnXIlgw7PMAOXHoQ7HKIYaqNhCFvtl+dDK29dcVvlR2G8xBqDuvh3vb83y2LSONDWiunmbYejlJQPw9W4o/pRXC5T5xZE/zbGmDj1LS/AHQ1/xJGC+rvJzPdjmj36WW2eam0233QBvbAFHD7ltUH/3y5V39ieDdXxu7Uwa0S39L+tP6OHNw2Wn5aX30aEbbKyoD0w8U1X9g60qr1yqqD1ZIZEvabkE+R1naDCvT6DGC72sRHIjnAPQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0007-5193-5104 .
}