@prefix this: <http://example.org/nanopub-validator-example.RAFSkkqMljz3fOuIZ_jMNWJ3pQYgKNnZ16YdJ1uMjsIBw> .
@prefix sub: <http://example.org/nanopub-validator-example.RAFSkkqMljz3fOuIZ_jMNWJ3pQYgKNnZ16YdJ1uMjsIBw#> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.yknezb> cld:associatedCollection fair:F1 ;
    dc:identifier <https://datacite.org> ;
    dc:rights <https://www.doi.org/> ;
    dct:abstract "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data. Their goal is to help the research community locate, identify, and cite research data with confidence. They support the creation and allocation of DOIs and accompanying metadata. They provide services that support the enhanced search and discovery of research content. They also promote data citation and advocacy through community-building efforts and responsive communication and outreach materials. DataCite gathers metadata for each DOI assigned to an object. The metadata is used for a large index of research data that can be queried directly to find data, obtain stats and explore connections. All the metadata is free to access and review. To showcase and expose the metadata gathered, DataCite provides an integrated search interface, where it is possible to search, filter and extract all the details from a collection of millions of records." ;
    rdfs:label "DataCite"@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> .
}