@prefix this: <http://example.org/nanopub-validator-example.RAY7H7zUBemzjdTfu_jR_k7yXzkffAKJd8wk5aGkMRn2o> .
@prefix sub: <http://example.org/nanopub-validator-example.RAY7H7zUBemzjdTfu_jR_k7yXzkffAKJd8wk5aGkMRn2o#> .
@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/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25490/a97f-egyk> dc:identifier <https://www.force11.org/datacitationprinciples> ;
    dc:rights <https://www.force11.org> ;
    dct:abstract "The Data Citation Principles cover purpose, function and attributes of citations.  These principles recognize the dual necessity of creating citation practices that are both human understandable and machine-actionable." ;
    dct:alternative "JDDCP" ;
    rdfs:label "Joint Declaration of Data Citation Principles"@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> .
}