@prefix this: . @prefix sub: . @prefix latest: . @prefix np: . @prefix pav: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix orcid: . @prefix skos: . @prefix pvcpf: . @prefix oa: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { pvcpf:hasRelSourceText a owl:DatatypeProperty; rdfs:domain oa:Annotation; rdfs:isDefinedBy latest:; rdfs:label "has relative source text"@en; skos:definition "The combined text of all the sources of this factvalue"@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-03-06T11:26:40.511+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 . }