@prefix this: <http://example.org/nanopub-validator-example.RA48fLofNVC4UelvV9umPmq_sZ_i2Kz00C7NDX-Xr0FQ4> .
@prefix sub: <http://example.org/nanopub-validator-example.RA48fLofNVC4UelvV9umPmq_sZ_i2Kz00C7NDX-Xr0FQ4#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix cld: <http://example.org/cld/terms#> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://www.dx.doi.org/10.11922/sciencedb.00014.> cld:associatedCollection fair:F1 ;
    dc:identifier <https://ezid.cdlib.org> ;
    dc:rights <https://cdlib.org/> , <https://www.universityofcalifornia.edu/> ;
    dct:abstract "EZID is a service and a platform provided by the California Digital Library for creating, registering, and managing persistent identifiers for scholarly research and cultural heritage objects, including but not limited to articles, datasets, images, and specimens." ;
    rdfs:label "EZID service"@en .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1162/dint_a_00025> ;
    prov:wasAttributedTo <http://orcid.org/0000-0002-2036-8350> .
}
sub:pubinfo {
  this: dct:created "2020-02-08T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <http://orcid.org/0000-0002-3633-1464> .
}