@prefix ns2: .
@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:RestrictedChoicePlaceholder rdfs:isDefinedBy latest:;
rdfs:label "Restricted-Choice Placeholder"@en;
rdfs:subClassOf nt:UriPlaceholder;
skos:definition "A placeholder that stands for any URI of a pre-defined set of possible values."@en .
}
sub:provenance {
sub:assertion ns2:creator orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
this: ns2:created "2021-01-05T13:19:31.524+01:00"^^xsd:dateTime;
ns2:creator orcid:0000-0002-1267-0234;
ns2:license ;
npx:introduces nt:RestrictedChoicePlaceholder .
}