@prefix this: <https://w3id.org/np/RAraLRA9Jl3D7p32gF3IX8aWjh7g41VmRd52Thn5wX9IY> .
@prefix sub: <https://w3id.org/np/RAraLRA9Jl3D7p32gF3IX8aWjh7g41VmRd52Thn5wX9IY/> .
@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 {
  <http://www.sjschmid.de/> dct:description "a senior expert at Bosch Research in the area of Knowledge Engineering and Gen-AI." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q215627> ;
    rdfs:label "Stefan Schmid" ;
    rdfs:seeAlso <http://www.sjschmid.de> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-1323-1161 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q215627> nt:hasLabelFromApi "person - being that has certain capacities or attributes constituting personhood (for humans, use Q5 [human] with P31 [instance of])" .
  this: dct:created "2025-06-03T14:29:29.478Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-1323-1161 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces <http://www.sjschmid.de/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Stefan Schmid" ;
    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 .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAprh/7IWUv5E9tnm+IPHrl7URkPdmK/TA5kjAitJ0oxLyjGB32SBQ2d7TyHucThgS/D+mCLpjhegqzToSUuFGC5/kbBmAO7Jr++pGizTosAe0NrEWXYOaNTDDfww3MOL/bpmwFxR/tM0WTsieST7VRzwfCOZJAoKTufWpTcqIGKNMkhAIjxhRIbegBrcSjFrfKgRTSmbZRTdTjeCIFHZXEY0plDXaLRPGNx6E+RH6MMlDV2Nbc6JAJwQaNUrSGHe/C8c0oQi1iHPt/Ypw9qsMRD6eD53jc0DxrH4GA2IbRhH2HXyjRj1538oGFmzV2zlTRcQCIoSifKX0dCP3+KxEbQIDAQAB" ;
    npx:hasSignature "FvMtAucbfdCkXeIQQIUYozJ4uPj5qJLT6+9nz0E3WigeNRgWVWoG86w0ElXWU/RQnGI+1VuxJdF+WX3g+OCrRCOYT8u+zbdkCGlTkJ5nc7ib3kzQgeqCJ3ctPePcv/OgCGE4uOC8XqIIm6KTc6q4KGj3lYBvZh/6m656JCsiGYZttBtfciTVzkr7A8LGpX2Tel18mamIrsXqF9alNRHlijaljimcLt7sSHnW10xnRbds+4WOoFQ8PijLB2hvYpD0ObiXOrV7cYKdOlvDs2I1sXz0b4E1krBkkC/5vawVywL6iG7OhyPboeqmUiF/eQLm7q/tjReCkpQvgfpBxR7+xw==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0001-1323-1161 .
}