@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix latest: .
@prefix np: .
@prefix pav: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
@prefix orcid: .
@prefix skos: .
@prefix pvcp: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
pvcp:hasText a owl:DatatypeProperty;
rdfs:domain foaf:Document;
rdfs:isDefinedBy latest:;
rdfs:label "has Text"@en;
skos:definition "Links to the URI of the nanopublication that contains the original text."@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 .
}