Nanopublication

< Home

ID

https://w3id.org/fair/icc/np/FAIR-ICC-Model/RAAIx_KDI1q4mLVy7QH2JiC-PQGQQR67k2X0dYDN9O2Dw

Formats

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

Content

@prefix this: <https://w3id.org/fair/icc/np/FAIR-ICC-Model/RAAIx_KDI1q4mLVy7QH2JiC-PQGQQR67k2X0dYDN9O2Dw> .
@prefix sub: <https://w3id.org/fair/icc/np/FAIR-ICC-Model/RAAIx_KDI1q4mLVy7QH2JiC-PQGQQR67k2X0dYDN9O2Dw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix latest: <https://w3id.org/fair/icc/latest/FAIR-ICC-Model> .
@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 {
  icc:FAIR-ICC-Model a owl:Ontology;
    dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-4818-2360;
    dct:description "This is the formal model describing the Implementation Choices and Challenges for the FAIR principles.";
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    dct:title "FAIR Implementation Choices and Challenges Model";
    vann:preferredNamespacePrefix "icc";
    vann:preferredNamespaceUri "https://w3id.org/fair/icc/terms/";
    rdfs:isDefinedBy latest:;
    rdfs:seeAlso fair:FAIR .
}

sub:provenance {
  sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "WYM/hZtivHm38Fe4U6OQ4zglXJacRx29OAyWgilUOalLdEQJIRnAGjXioIfp+zZ+5Kmg2zOtdES63O6IM5Y+BuSQTmqcGQPKbPej/WiPBsM2ikWet89sA8auHRFKRwJP1VgveRuC6W9/tJSYPClY57PYQd3/KgoBIIwLrRFfgfc=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2019-07-26T13:27:47.420+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-4818-2360;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}