Nanopublication

< Home

ID

http://purl.org/np/RAOSnkAwBowEh2VQ9Ki_c3wtUe4M5ZNnq_iMVd_aqtFLQ

Formats

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

Content

@prefix this: <http://purl.org/np/RAOSnkAwBowEh2VQ9Ki_c3wtUe4M5ZNnq_iMVd_aqtFLQ> .
@prefix sub: <http://purl.org/np/RAOSnkAwBowEh2VQ9Ki_c3wtUe4M5ZNnq_iMVd_aqtFLQ#> .
@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 dct: <http://purl.org/dc/terms/> .
@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 npx: <http://purl.org/nanopub/x/> .
@prefix wikidata: <http://www.wikidata.org/entity/> .

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" .
  
  dct: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 dct:title;
    rdf:subject sub:policy;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:comment;
    rdf:predicate dct: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 "Ej4Zo+Dz5GY0r6PEto/B6lwRggP91/qEm24Uz6y9Ykh/pJehl3hUk7mYzjNlDTj44+Ur/DiIVFzKGez4Mp8hZ8xL7wutP8/qVf+7cezl82Yz7WlUT3EXh7aYwg1hS3D1Q+2WI2Kb7cMIcFkm8ao4IEIbKVDkrfinKhJwbvh6m4Y=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2020-06-30T08:49:07.780+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAiJScivnC7cIizyu7Z_V_ExxcEHJnunCOFjBuJPlVHrA> .
}