@prefix this: <
https://w3id.org/np/RASzntexnqsKERq3jc7FnTeNH3ne7Htvq8vZ64TRBYu20
> .
@prefix sub: <
https://w3id.org/np/RASzntexnqsKERq3jc7FnTeNH3ne7Htvq8vZ64TRBYu20#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix foaf: <
http://xmlns.com/foaf/0.1/
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
foaf:knows
rdfs:label
"know" .
sub:assertion
a
nt:AssertionTemplate
,
nt:UnlistedTemplate
;
rdfs:label
"Testing the new agent placeholder" ;
nt:hasNanopubLabelPattern
"Knowing ${person}" ;
nt:hasStatement
sub:st1
;
nt:hasTag
"Social" .
sub:person
a
nt:AgentPlaceholder
;
rdfs:label
"ORCID identifier of the person you know" ;
nt:hasPrefix
"https://orcid.org/" ;
nt:hasPrefixLabel
"the person with ORCID" ;
nt:hasRegex
"[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" .
sub:st1
rdf:object
sub:person
;
rdf:predicate
foaf:knows
;
rdf:subject
nt:CREATOR
;
a
rdf:Statement
.
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
orcid:0000-0002-1267-0234
foaf:name
"Tobias Kuhn" .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
npx:hasSignature
"H0LNhzPlhSldmSMIWX99aSINq1JiCMEKdBoR/KKe3AvjCAY7/QSVskYvTzNfDf8N/OwDuvNMtd/9xxIT/Dbt1eu0+pzNlEw9h69zpLRbysxyFrxwx6V6IvZhCL023OKZmSJMiIrSqy7bpd1WiMz+pXrX0BjKuwxkqDltPkEWRD4=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
orcid:0000-0002-1267-0234
.
this:
dcterms:created
"2024-11-13T09:20:45.803Z"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1267-0234
;
dcterms:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
npx:wasCreatedAt
<
http://localhost:37373/
> ;
nt:wasCreatedFromProvenanceTemplate
<
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
> ;
nt:wasCreatedFromPubinfoTemplate
<
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
> , <
http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90
> ;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RAFu2BNmgHrjOTJ8SKRnKaRp-VP8AOOb7xX88ob0DZRsU
> .
}