Nanopublication

< Home

ID

http://purl.org/np/RAE0V7EMSl_1DSl6r__Cy-WCckjPGwj5C2WwzPEDnaPyI

Formats

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

Content

@prefix this: <http://purl.org/np/RAE0V7EMSl_1DSl6r__Cy-WCckjPGwj5C2WwzPEDnaPyI> .
@prefix sub: <http://purl.org/np/RAE0V7EMSl_1DSl6r__Cy-WCckjPGwj5C2WwzPEDnaPyI#> .
@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 {
  sub:assertion a nt:AssertionTemplate;
    dct:description "Such a nanopublication declares that its creator is on the editorial board for a given journal.";
    rdfs:label "Declaring to be the editor of a journal";
    nt:hasStatement sub:st1;
    nt:hasTag "Journals" .
  
  sub:journal a nt:UriPlaceholder;
    rdfs:label "the identifier (URL/URI) of the journal" .
  
  sub:st1 rdf:object sub:journal;
    rdf:predicate <http://purl.org/ontology/bibo/editor>;
    rdf:subject nt:CREATOR .
  
  <http://purl.org/ontology/bibo/editor> rdfs:label "is an editor of - connecting a person (left) to a journal (right) for which that person is on the editorial board" .
}

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 "JOGa6mvfvy3Ffk3QlMr6eX3oomlpjsDoTd88Y1Ja83r29Jritdu7eVNpPVI8DdvDeGhfkP090eYMmXaf/yNTFTmnk79HbjI0MKdNGCzt+3mC2MKS+TMn4lew7FWI4WJjJ5w3XgFreQllgoKQ7RIM+evQorlzglF5HD0xgOcp39c=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-03-01T15:18:30.003Z"^^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/RA6mo9EIIcGA9jewFh6Ql7uiEIy4HpOefEr21rs_qURdQ> .
}