Nanopublication

< Home

ID

https://w3id.org/np/RALq7cnVUWLizv02HeYziPHBnCRKrDjqSIWQA4SYmfHSg

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RALq7cnVUWLizv02HeYziPHBnCRKrDjqSIWQA4SYmfHSg> .
@prefix sub: <https://w3id.org/np/RALq7cnVUWLizv02HeYziPHBnCRKrDjqSIWQA4SYmfHSg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  <https://w3id.org/np/RAoPOjhgys2thlaLNmCdoVHDTU7UYtBuUVMWrTkGmaF4A#CMDI> a fip:Available-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <https://www.clarin.eu/content/cmdi-component-metadata-infrastructure>;
    rdfs:comment " CLARIN offers a solution for the modelling, authoring and exploitation of metadata. This solution is implemented as a set of standards, registries, definitions and workflows which together form the Component Metadata Infrastructure (CMDI). The Component Metadata Infrastructure (CMDI) provides a standard for metadata within CLARIN.";
    rdfs:label "CMDI | The Component Metadata Infrastructure" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "Jo+P5awPRBUjMVVnJSlrNYpJfgIkcKyYiy1ZU55bMIauA4E3GkMXC8bOHUz4AKgWp8DWypOMKWR7PLmVHPSOhUAMiIWfnuE6u3EN9M/l0KEWWNXrQgK7/9K0NK/wiJhcR7gs32vOIYz3A9ZuztsfyLsZYF8w9g0gZ8uZk2W0R2Y=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-16T14:40:02Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAoPOjhgys2thlaLNmCdoVHDTU7UYtBuUVMWrTkGmaF4A#CMDI>;
    npx:supersedes <https://w3id.org/np/RAQVpifDSPFJJs5iZ8-lUEazsmxb6MgJkYjKEKh6Qg70Q>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/af5d4d84-5def-4173-b92b-a13e8af5c0b5> .
}