@prefix this: <https://w3id.org/provcorp/np/public/vocab/general/hasText/RA3Q8lcuDjKblasb2SgiqqLOdf4erGVTSz-Lx5SvtzQb8> .
@prefix sub: <https://w3id.org/provcorp/np/public/vocab/general/hasText/RA3Q8lcuDjKblasb2SgiqqLOdf4erGVTSz-Lx5SvtzQb8#> .
@prefix latest: <https://w3id.org/provcorp/np/public/vocab/general/latest/hasText> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix pav: <http://purl.org/pav#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix pvcp: <https://w3id.org/provcorp/vocab/general/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  pvcp:hasText a owl:DatatypeProperty ;
    rdfs:domain foaf:Document ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "has Text"@en ;
    skos:definition "Links to the URI of the nanopublication that contains the original text."@en .
}
sub:provenance {
  sub:assertion pav:authoredBy orcid:0000-0002-1267-0234 , orcid:0000-0002-3429-2879 , orcid:0000-0002-5347-5750 , orcid:0000-0002-8356-6469 .
}
sub:pubinfo {
  this: dct:created "2020-06-16T11:58:51.605+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-3429-2879 , orcid:0000-0002-5347-5750 , orcid:0000-0002-8356-6469 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <https://w3id.org/provcorp/np/public/vocab/general/hasText/RAUjB_i_iPhFhn0BMb5Bm8Mf-40gBRmJyovCfkur0M1AM> .
}