@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/provcorp/np/public/vocab/general/isPartOfText/RAcrnTmuif6e7zGpWKf1AcFWZfMVyLel6-Tv2fV9mFCE8> .
@prefix sub: <https://w3id.org/provcorp/np/public/vocab/general/isPartOfText/RAcrnTmuif6e7zGpWKf1AcFWZfMVyLel6-Tv2fV9mFCE8#> .
@prefix latest: <https://w3id.org/provcorp/np/public/vocab/general/latest/isPartOfText> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav#> .
@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/> .
@prefix nif: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  pvcp:isPartOfText a owl:DatatypeProperty ;
    rdfs:domain nif:OffsetBasedString ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Part of Text"@en ;
    skos:definition "Links to the URI of the nanopublication that contains the text where the word came from."@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: dc:created "2020-01-28T19:17:09.468+01:00"^^xsd:dateTime ;
    dc:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-3429-2879 , orcid:0000-0002-5347-5750 , orcid:0000-0002-8356-6469 ;
    dc:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}