Nanopublication

< Home

ID

https://w3id.org/np/RAFq6ybi60m-DaPGisneX8TjAQuJG10sIVr9kqE7V_yqA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFq6ybi60m-DaPGisneX8TjAQuJG10sIVr9kqE7V_yqA> .
@prefix sub: <https://w3id.org/np/RAFq6ybi60m-DaPGisneX8TjAQuJG10sIVr9kqE7V_yqA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:FOOPS a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource,
      fip:Validation-Service;
    <http://schema.org/url> <https://foops.linkeddata.es/FAIR_validator.html>;
    rdfs:comment "A validation tool that provides means for assessing whether a vocabulary (OWL or SKOS) conforms or not to the best practices for publishing ontologies on the web. It is based on previously published metrics.";
    rdfs:label "FOOPS! | An Ontology Pitfall Scanner for the FAIR Principles";
    rdfs:seeAlso <https://foops.linkeddata.es/about.html>;
    oa:hasPurpose fip:Semantic-model, fip:Structured-vocabulary .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6063-0958 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "fr773TE969dD1/XtscXyZC1Ko8bAXkFW4l7XXeGrzSk1F6hUvEV0B8CdBmua93Ts5RAhL66Rd18Xd338zC4GHiSBhCUyRU4Jh/qVgtAVvdgpyfmalYVvRxEYJk37KHSbnH9qJLQsCyaKxD2qi9c55NOJ5g5hOvyH90kUbOZronk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-01-23T20:50:55Z"^^xsd:dateTime;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FOOPS;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/6d1eb241-5e71-49d1-80ed-9ebb056d697e> .
}