Nanopublication

< Home

ID

http://purl.org/np/RAiJScivnC7cIizyu7Z_V_ExxcEHJnunCOFjBuJPlVHrA

Formats

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

Content

@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAiJScivnC7cIizyu7Z_V_ExxcEHJnunCOFjBuJPlVHrA> .
@prefix sub: <http://purl.org/np/RAiJScivnC7cIizyu7Z_V_ExxcEHJnunCOFjBuJPlVHrA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix wikidata: <https://www.wikidata.org/wiki/> .
@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 {
  dc:description rdfs:label "has the description" .
  
  dc:title rdfs:label "has the title" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a new policy";
    nt:hasStatement sub:st0, sub:st1, sub:st2 .
  
  sub:comment a nt:LiteralPlaceholder;
    rdfs:label "description of the policy" .
  
  sub:policy a nt:IntroducedResource, nt:LocalResource;
    rdfs:label "This policy" .
  
  sub:st0 a rdf:Statement;
    rdf:object wikidata:Q1156854;
    rdf:predicate rdf:type;
    rdf:subject sub:policy;
    nt:statementOrder "0"^^xsd:integer .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:title;
    rdf:predicate dc:title;
    rdf:subject sub:policy;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:comment;
    rdf:predicate dc:description;
    rdf:subject sub:policy;
    nt:statementOrder "2"^^xsd:integer .
  
  sub:title a nt:LiteralPlaceholder;
    rdfs:label "the title of the policy" .
  
  rdf:type rdfs:label "is a" .
  
  wikidata:Q1156854 rdfs:label "Policy" .
}

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 "F+KoXG0GG7rPbgDfIZqIVmjHykbqqi8oLAN8ZEWxfBgHNl3BlYV2lgOozORwnB2is+hBJ/BV7VjBl/QvM8oBxdyAO1iy5BJs7tJfMGW9AukmY0oxl58wm8jnLowU7qkhqPmlh9AwQqr4brtBxkJUzZbPB1OLDqZZU0U2OzGCytE=";
    npx:hasSignatureTarget this: .
  
  this: dc:created "2020-06-25T15:23:08.977+02:00"^^xsd:dateTime;
    dc:creator orcid:0000-0002-1267-0234 .
}