Nanopublication

< Home

ID

http://purl.org/np/RAd_mQHlLmIFlQ6iDrDIF7rW-dVw2Qoed9hdn9mLEzI5g

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <http://purl.org/np/RAd_mQHlLmIFlQ6iDrDIF7rW-dVw2Qoed9hdn9mLEzI5g> .
@prefix sub: <http://purl.org/np/RAd_mQHlLmIFlQ6iDrDIF7rW-dVw2Qoed9hdn9mLEzI5g#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:description rdfs:label "has the description - attaches a human-readable description (right) to a formal identifier of a thing (left)" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "Such a nanopublications defines a group to which people can be linked as members.";
    rdfs:label "Defining a group of people";
    nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st5;
    nt:hasTag "Social" .
  
  sub:description a nt:LongLiteralPlaceholder;
    rdfs:label "a textual description of the group" .
  
  sub:group a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short ID of group - this is the identifier of the group" .
  
  sub:member a nt:ExternalUriPlaceholder;
    rdfs:label "the ORCID identifier of the member";
    nt:hasRegex "https://orcid.org/[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" .
  
  sub:name a nt:LiteralPlaceholder .
  
  sub:st1 rdf:object <http://xmlns.com/foaf/0.1/Group>;
    rdf:predicate rdf:type;
    rdf:subject sub:group .
  
  sub:st2 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:group .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:group .
  
  sub:st5 a nt:RepeatableStatement;
    rdf:object sub:group;
    rdf:predicate <http://xmlns.com/foaf/0.1/member>;
    rdf:subject sub:member .
  
  rdf:type rdfs:label "is a - links a thing (left) to a class it belongs to (right)" .
  
  rdfs:label rdfs:label "had the name - attaches a human-readable name (right) to a formal identifier of a thing (left)" .
  
  <http://xmlns.com/foaf/0.1/Group> rdfs:label "group" .
  
  <http://xmlns.com/foaf/0.1/member> rdfs:label "is a member of" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
    npx:hasSignature "eVVyxdXU2irh9gwM1K0zhakM3rerihbqJ+BZ68rwmgeAhkpnZuYrnyxcG7D7buhP348P5umd61/TkTh7eG7eBeCix0Sr5ZZoCjiRje24Rw6XxFoSAqHKsz3rBzOp8+aCEXDgS0MZI1xnbV2aNjyjEWkDEX7IDHNcL/xr1lJrPpk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-05-15T09:26:38.963Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAkONP_jLqAbok3FgtutnKcLs4IHr9KiAuslQNnfEJIwY> .
}