@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix latest: .
@prefix np: .
@prefix pav: .
@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:hasSourceAnnotation a owl:DatatypeProperty;
rdfs:domain oa:Annotation;
rdfs:isDefinedBy latest:;
rdfs:label "has source annotation"@en;
skos:definition "Links to the seperate source parts of the relevant source."@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-03-06T11:26:40.511+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 .
}