@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix rdfs: .
@prefix orcid: .
@prefix foaf: .
@prefix grid: .
@prefix credit: .
@prefix con: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
orcid:0000-0001-7604-8041 dct:description "John Kunze is an Identifier Systems Architect at the California Digital Library. With a background in computer science and mathematics, he wrote BSD Unix software that comes pre-installed with Mac and Linux systems. He created the ARK identifier scheme, the N2T.net scheme-agnostic resolver, and contributed heavily to Internet standards for URLs (RFC1736, RFC1625, RFC2056), archiving (BagIt - RFC8493), Web archiving (WARC), and Dublin Core metadata (RFC2413, RFC2731).";
a foaf:person;
con:work grid:463323.3;
foaf:mbox "jak@ucop.edu";
foaf:name "John Kunze";
foaf:topic_interest "the ARK identifier scheme, the N2T.net scheme-agnostic resolver, and contributed heavily to Internet standards for URLs";
foaf:workplaceHomepage ;
credit:Resources .
grid:463323.3 dct:Location "USA";
a foaf:Organization;
rdfs:label "California Digital Library"@en;
con:postalCode "California 94612-2901";
foaf:member orcid:0000-0001-7604-8041 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 .
}
sub:pubinfo {
this: dct:created "2020-02-19T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0002-3633-1464 .
}