@prefix this: <https://w3id.org/np/RAQVpifDSPFJJs5iZ8-lUEazsmxb6MgJkYjKEKh6Qg70Q> .
@prefix sub: <https://w3id.org/np/RAQVpifDSPFJJs5iZ8-lUEazsmxb6MgJkYjKEKh6Qg70Q#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/np/RAoPOjhgys2thlaLNmCdoVHDTU7UYtBuUVMWrTkGmaF4A#CMDI> <http://schema.org/url> <https://www.clarin.eu/content/cmdi-component-metadata-infrastructure> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema , fip:Semantic-model ;
    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 "XYgEW9qDssdbZW1RuMYzy3OqtuqDq1hh0OgkzIWoEylHlFKbYcNncFGcVFAEOpVy3WPASjoL4CfJy8/GE8ma6qfm5VMQ/7cmRlfDTigU/juB6Ykuqqo95rxspgjxKp7BwVOChbI2RFzHjSy3qZ0vkhz2fbHHo0r6W1TiEqKnO0k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-16T14:32:11Z"^^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/RAoPOjhgys2thlaLNmCdoVHDTU7UYtBuUVMWrTkGmaF4A> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/af5d4d84-5def-4173-b92b-a13e8af5c0b5> .
}