@prefix this: <
https://w3id.org/np/o/ntemplate/np/CREATOR/RApllRpJWbyQnxRwQGVBsgs_mXoxUbnpcF_N0r1GQE5o8
> .
@prefix sub: <
https://w3id.org/np/o/ntemplate/np/CREATOR/RApllRpJWbyQnxRwQGVBsgs_mXoxUbnpcF_N0r1GQE5o8#
> .
@prefix latest: <
https://w3id.org/np/o/ntemplate/latest/CREATOR
> .
@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 dct: <
http://purl.org/dc/terms/
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@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:CREATOR
a
owl:NamedIndividual
;
rdfs:isDefinedBy
latest:
;
rdfs:label
"CREATOR"@en ;
skos:definition
"This is a template reference to the creator of the nanopublication."@en .
}
sub:provenance
{
sub:assertion
dct:creator
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
this:
dct:created
"2022-02-09T16:57:27.348+01:00"^^
xsd:dateTime
;
dct:creator
orcid:0000-0002-1267-0234
;
dct:license
<
https://creativecommons.org/publicdomain/zero/1.0/
> ;
npx:introduces
nt:CREATOR
;
npx:supersedes
<
https://w3id.org/np/o/ntemplate/np/CREATOR/RAgeeQx24D9dPyylWJQjNHDPXTRndZ3b8koPRB48eDCGg
> .
}