@prefix ns1: <
http://purl.org/dc/terms/
> .
@prefix this: <
https://w3id.org/np/o/ntemplate/np/Placeholder/RAopmK-Lzq8ZuzzKBJKc8P7im99U6hz7p3hJaUnD64lj4
> .
@prefix sub: <
https://w3id.org/np/o/ntemplate/np/Placeholder/RAopmK-Lzq8ZuzzKBJKc8P7im99U6hz7p3hJaUnD64lj4#
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix latest: <
https://w3id.org/np/o/ntemplate/latest/Placeholder
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix skos: <
http://www.w3.org/2004/02/skos/core#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
nt:Placeholder
a
owl:Class
;
rdfs:isDefinedBy
latest:
;
rdfs:label
"Placeholder"@en ;
skos:definition
"A placeholder corresponding to an input component like a text field in a template."@en .
}
sub:provenance
{
sub:assertion
ns1:creator
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
this:
ns1:created
"2021-01-05T13:19:31.524+01:00"^^
xsd:dateTime
;
ns1:creator
orcid:0000-0002-1267-0234
;
ns1:license
<
https://creativecommons.org/publicdomain/zero/1.0/
> ;
npx:introduces
nt:Placeholder
.
}