@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
rdfs:label "Expressing that you know somebody";
nt:hasNanopubLabelPattern "Knowing ${person}";
nt:hasStatement sub:st1 .
sub:person a nt:UriPlaceholder;
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 a rdf:Statement;
rdf:object sub:person;
rdf:predicate ;
rdf:subject nt:CREATOR .
rdfs:label "know" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "rmP/HPwyfgN0KKaPRPFGEYcPnKRXA7dVD0ij/k+FLVGpgSjXch6w/dyHC+uVIh24hhcD9pNU2Ic/Sf+P+YDzia4Cti80rm5ibjj/2hPzgq+ACyXH9/2fs9MqBoIBvKzULYcm09OlnpBm06sPr0hx/YH5fORKeSFcKT2yu6E/vcY=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-15T15:15:49.255+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:supersedes ns1:RA3abHjDRJb6g1o50JNxxhUg94rJ3DhRCE1ZPsT7cr-L8;
rdfs:label "Template: Expressing that you know somebody";
nt:wasCreatedFromProvenanceTemplate ns1:RAcm8OurwUk15WOgBM9wySo-T3a5h6as4K8YR5MBrrxUc;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}