Nanopublication

< Home

ID

http://purl.org/np/RAdkvXJpVOjRB1K2nFm8ulfDga3rNEh_WgP7GWyMw17ro

Formats

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

Content

@prefix this: <http://purl.org/np/RAdkvXJpVOjRB1K2nFm8ulfDga3rNEh_WgP7GWyMw17ro> .
@prefix sub: <http://purl.org/np/RAdkvXJpVOjRB1K2nFm8ulfDga3rNEh_WgP7GWyMw17ro#> .
@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 owl: <http://www.w3.org/2002/07/owl#> .
@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/> .

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

sub:assertion {
  dct:description rdfs:label "can be described as follows:" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a new individual";
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3 .
  
  sub:class a nt:GuidedChoicePlaceholder;
    rdfs:label "the URI of the class this individual belongs to";
    nt:possibleValue owl:Thing;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
      "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  sub:description a nt:LiteralPlaceholder;
    rdfs:label "description of the individual" .
  
  sub:individual a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name, used as URI suffix" .
  
  sub:name a nt:LiteralPlaceholder;
    rdfs:label "the name of the individual" .
  
  sub:seeAlsoLink a nt:UriPlaceholder;
    rdfs:label "a URL where more information about this individual can be found" .
  
  sub:st0 a nt:Statement;
    rdf:object sub:class;
    rdf:predicate rdf:type;
    rdf:subject sub:individual;
    nt:statementOrder "0"^^xsd:integer .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:individual;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:individual;
    nt:statementOrder "2"^^xsd:integer .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:seeAlsoLink;
    rdf:predicate rdfs:seeAlso;
    rdf:subject sub:individual;
    nt:statementOrder "3"^^xsd:integer .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:label rdfs:label "is called" .
  
  rdfs:seeAlso rdfs:label "is further explained at" .
  
  owl:Thing rdfs:label "thing" .
}

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 "bTApJ68j73RNNXIaN/itDZCkVQfJ0WQ3s3Y2tfFc0L2QrArOj/6kaPx5NnQg63yTrUqSAJhxC+Vrg0d3eckNl9GUNXpGQoj3mvoCvndA7U/MHvitGw0ji/oU7uijY9mvYe1xx2Vim+tiPugyi1L6IJkr8wiQ/22trlXhtuwWIyw=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2020-07-08T13:00:20.583+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAuoPo0_MOtmTdl__H-HFzqA0c5xo-StSF732PW8c38ao> .
}