Nanopublication

< Home

ID

http://purl.org/np/RAEWlnm0Oj428EuV8m163BDT8Cxv-lNqlEhxY9yk7bvDA

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAEWlnm0Oj428EuV8m163BDT8Cxv-lNqlEhxY9yk7bvDA> .
@prefix sub: <http://purl.org/np/RAEWlnm0Oj428EuV8m163BDT8Cxv-lNqlEhxY9yk7bvDA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  <http://purl.org/dc/dcmitype/Dataset> rdfs:label "dataset" .
  
  dcterms:description rdfs:label "has the description" .
  
  dcterms:publisher rdfs:label "is published by" .
  
  dcterms:title rdfs:label "has the title" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Describing a dataset at summary level";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04 .
  
  sub:dataset a nt:UriPlaceholder;
    rdfs:label "URI of the dataset" .
  
  sub:description a nt:LiteralPlaceholder;
    rdfs:label "description of the dataset" .
  
  sub:publisher a nt:UriPlaceholder;
    rdfs:label "URI of the publisher of the dataset" .
  
  sub:st01 rdf:object <http://purl.org/dc/dcmitype/Dataset>;
    rdf:predicate rdf:type;
    rdf:subject sub:dataset .
  
  sub:st02 rdf:object sub:title;
    rdf:predicate dcterms:title;
    rdf:subject sub:dataset .
  
  sub:st03 rdf:object sub:description;
    rdf:predicate dcterms:description;
    rdf:subject sub:dataset .
  
  sub:st04 rdf:object sub:publisher;
    rdf:predicate dcterms:publisher;
    rdf:subject sub:dataset .
  
  sub:title a nt:LiteralPlaceholder;
    rdfs:label "title of the dataset" .
  
  rdf:type rdfs:label "is a" .
}

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 "hoOts+M9eBcRIHlUKBXOH2gq5hLvHyAnP6FUja/HmyG81zUo/kaQv0w8f8iHzLsYmxmM1I11oOtWmLpns40QkH4pLbPYjZJgiX+DCjJ3j46MMhdh1SSym8dskRf3Nt6j5d4/8H8HdEoVKoqvKHSZKYaKVvjLbFMPLDtNORmIv9M=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2021-05-20T17:01:53.621+02:00"^^xsd:dateTime;
    dcterms: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/RALLkvoulW5DSScfQ2gDQzki9-8Tl-xV9MCmW7btOTHEM> .
}