@prefix this: <https://w3id.org/np/RA7auvqxk7fXqAZD4LdGCLhdnzvAmLtsTP-foAApjxN4c> .
@prefix sub: <https://w3id.org/np/RA7auvqxk7fXqAZD4LdGCLhdnzvAmLtsTP-foAApjxN4c/> .
@prefix schema: <http://schema.org/> .
@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://doi.org/10.25504/FAIRsharing.cb7086> schema:url <https://linkml.io/linkml/schemas/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Knowledge-representation-language ;
    rdfs:comment "LinkML is a flexible modeling language that allows you to author schemas in YAML that describe the structure of your data. Additionally, it is a framework for working with and validating data in a variety of formats (JSON, RDF, TSV), with generators for compiling LinkML schemas to other frameworks." ;
    rdfs:label "Linked (Open) Data Modeling Language | LinkML" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.cb7086> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.cb7086> .
}
sub:pubinfo {
  this: dct:created "2026-03-25T15:24:34Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.cb7086> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b3e2f7d2-b11c-45d2-8b5e-d6ff8dcd49f6> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "DWyavEuAsLi6/1DPbntvF7t/eC6zCrgAlCTTFSEkviwowX2ReSurcTqlTI+eIg71o+VslUdWbLz+UWGeNV8Vs8MNNC5yVN7wFnSXQecKzcfJ1WBTGgJQKU6xXQAUtELBfwYAXkSpgwCtu/Mi1SNvX2WYOYqYrdFZaCPWPeRnosw=" ;
    npx:hasSignatureTarget this: .
}