Nanopublication

< Home

ID

https://w3id.org/np/RA_iQsr6k2ZRBStlRnzNKi28QScchzZ_yjWVL9i0Q_0AM

Formats

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

Content

@prefix this: <https://w3id.org/np/RA_iQsr6k2ZRBStlRnzNKi28QScchzZ_yjWVL9i0Q_0AM> .
@prefix sub: <https://w3id.org/np/RA_iQsr6k2ZRBStlRnzNKi28QScchzZ_yjWVL9i0Q_0AM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@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#> .

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

sub:assertion {
  sub:MOD a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>,
      <https://w3id.org/fair/fip/terms/Knowledge-representation-language>, <https://w3id.org/fair/fip/terms/Metadata-schema>,
      <https://w3id.org/fair/fip/terms/Semantic-model>;
    <http://schema.org/url> <https://w3id.org/mod/2.0>;
    rdfs:comment "MOD is conceived as an OWL ontology and application profile to capture metadata information for ontologies, vocabularies or semantic resources/artefacts in general. MOD 2.0 is designed as a profile of DCAT 2.";
    rdfs:label "MOD | Metadata for Ontology Description and publication Ver 2.0";
    rdfs:seeAlso <https://github.com/FAIR-IMPACT/MOD> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2404-1582, orcid:0000-0003-3059-8202 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiYoqFFCPz9pL/XeZfAKlb8GkJEPK5BxVBs0869TOaE01pj9nL18a3jV1mbxL8skh6vPxVKB8XwnyAnteG2Ct3WX/oeUVfScxH3ODpy9aBZPaIY9bs6z2h9QywpgUeZgPBzerWJWNSWGKJh2VcT320YPqfUpWBZ83GhHg6nl6TRQIDAQAB";
    npx:hasSignature "LPPkbePBvfUjUYUhTbFjozyLGsT+T5HsQmZntfmssu5c1Ui4PcvygdxgHcoUZ9d4ODBn6YQCmwXjQQU/QjakJpEXdrWEHgtW9+eTWJBxpOqlOLUUcnA8YstVUjymw4YYapaicdvOIFmgH2ISxR8RhxwDV2QmP/OlOrUxTm1Yc54=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-11-29T17:41:39.187Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-2749-8588;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:MOD;
    rdfs:label "FAIR-enabling resource: MOD | Metadata for Ontology Description and publication Ver 2.0";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAtG8zeo_0OYP63K60rrot8vFOkHNOg_1_zu618NbL4pI> .
}