Nanopublication

< Home

ID

http://purl.org/np/RAZlVwz7k0gzjh-CB-H_wJk3qPZCghny0FQpA0LOk5V2U

Formats

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

Content

@prefix this: <http://purl.org/np/RAZlVwz7k0gzjh-CB-H_wJk3qPZCghny0FQpA0LOk5V2U> .
@prefix sub: <http://purl.org/np/RAZlVwz7k0gzjh-CB-H_wJk3qPZCghny0FQpA0LOk5V2U#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@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:local dct:creator "Imran Asif; Jessica Chen-Burger; Alasdair J. G. Gray";
    dct:date "2019";
    dct:identifier <https://doi.org/10.1109/eScience.2019.00069>;
    dct:title "Data Quality Issues in Current Nanopublications";
    dct:type fabio:ResearchPaper;
    rdfs:comment "There is a need for the community to develop a set of guidelines for the modelling of nanopublications.";
    prov:quotedText "We analyse the usage of nanopublications by investigating the distribution of triples in each part and discuss the data quality issues that were subsequently revealed." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1144-6265 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCc1+ftFqyHmunKW94rDcsRxthLbjsU2XtYSzd25sqpXcE9wv7Iv0bUTlAfdpYulDRBBLA3SPj8BrDubsNUviolmSWpyvnZcB1QYaYxCXB4F2CdEKEpWlx8rXkzRLbIkNjL3oezpivDYSfRynprsCqikY1Snx7uP0XVNT3BpNw8DQIDAQAB";
    npx:hasSignature "MlgftrIB1UCmqPJ2+qcDdJ15mVyNyaH4MI8jWgt0aacD81z1+YGFc256dPgJ23KAG7rBNFSn0U90r3aoUdlY8STzHkjrSI/hLHVYbj8Qc+POedeeQIfabd0c4NLd+u8DrwGhNgK9tRirnWbubLJUUsSY8B9Z7UusVm9KuSmj+mk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-04-28T12:39:00.940+01:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1144-6265;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}