@prefix this: <https://w3id.org/np/RAH176grfzjKzrleZDJ1blNZ4gNgrp8mTuNxrycuEIR_E> .
@prefix sub: <https://w3id.org/np/RAH176grfzjKzrleZDJ1blNZ4gNgrp8mTuNxrycuEIR_E#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:larsw dct:description "Engineer tinkering with knowledge graphs." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q81096> ;
    rdfs:label "Lars Wilhelmsen" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0000-9961-152X .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q81096> nt:hasLabelFromApi "engineer - professional practitioner of engineering" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5dHBWPGZRhaNRk+im1aPmtMTJlxeR2KzS33t5eWhG6UwbTqw9L3rpOt1KIwVfw5uNFw8LY1IrJliWIZUY8as6k07EexdyALr1jofa9FWrtaoCxOq9HXoLeb/rWCj3XfSrQyATR26otl2Arxp4T296EH2InAzI3aavYgLwmzoZEwIDAQAB" ;
    npx:hasSignature "iE9cLxzY+KHWB1EPSKFHNXEj69FGe2QXkP2JGsbTKZpJrfktZtPPDEvwVScs2LufFZoHoXLBBK3lvyFNThBTiN9KiM/kwnuFMB/zviHgc4koB1wNg9hMmZqOA1n8s/QIF23rk3QrFAhZBKVoMzruxhKNKVhsEof1FjD7loH2Hzs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0000-9961-152X .
  this: dct:created "2025-02-28T18:06:31.496Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0000-9961-152X ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:larsw ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Lars Wilhelmsen" ;
    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 ns1:RAnxJvccrJq_S63P6KP5ujwaLND5mV15iVke03AqVVF-o .
}