@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example.RA4Pg4jNHouZ70dbgbD8DEynigp1ZJrNn9XT1CTl7KiuE> .
@prefix sub: <http://example.org/nanopub-validator-example.RA4Pg4jNHouZ70dbgbD8DEynigp1ZJrNn9XT1CTl7KiuE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix grid: <https://www.grid.ac/> .
@prefix credit: <https://casrai.org/credit/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
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 <http://www.cdlib.org/> ;
    credit:Resources <http://www.doi.org/10.1162/dint_a_00025> .
  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 .
}