@prefix this: <https://w3id.org/provcorp/np/public/vocab/parc/hasContentAnnotatedWords/RAcU8mAf5Q4ytr6JXKhfwYEvSWjy_aT_N5VrK5y8-p5H4> .
@prefix sub: <https://w3id.org/provcorp/np/public/vocab/parc/hasContentAnnotatedWords/RAcU8mAf5Q4ytr6JXKhfwYEvSWjy_aT_N5VrK5y8-p5H4#> .
@prefix latest: <https://w3id.org/provcorp/np/public/vocab/parc/latest/hasContentAnnotatedWords> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 pvcpp: <https://w3id.org/provcorp/vocab/parc/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  pvcpp:hasContentAnnotatedWords a owl:DatatypeProperty ;
    rdfs:domain oa:Annotation ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "has content annotated words"@en ;
    rdfs:subPropertyOf oa:hasTarget ;
    skos:definition "This links to all the words that are part of the content of the attribution relation."@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-01-28T19:17:09.468+01: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/> .
}