@prefix this: . @prefix sub: . @prefix latest: . @prefix np: . @prefix npx: . @prefix pav: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix orcid: . @prefix skos: . @prefix pvcpp: . @prefix oa: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { pvcpp:hasContentAnnotatedWord a owl:DatatypeProperty; rdfs:domain oa:Annotation; rdfs:isDefinedBy latest:; rdfs:label "has content annotated word"@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-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 ; npx:supersedes . }