@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix latest: .
@prefix nt: .
@prefix rdfs: .
@prefix xsd: .
@prefix np: .
@prefix npx: .
@prefix orcid: .
@prefix skos: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
nt:LongLiteralPlaceholder rdfs:isDefinedBy latest:;
rdfs:label "Long Literal Placeholder"@en;
rdfs:subClassOf nt:LiteralPlaceholder;
skos:definition "A placeholder that stands for an RDF literal that is expected to have a long value such that a bigger text field is convenient."@en .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
this: dcterms:created "2022-02-10T11:04:54.598+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
npx:introduces nt:LiteralPlaceholder .
}