@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biolink dcterms:hasPart biolink:linkml .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:linkml .

bioregistry:linkml a bioregistry.schema:0000001 ;
    rdfs:label "LinkML" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "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."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:linkml ;
    foaf:homepage <https://linkml.io/linkml-model/docs/SchemaDefinition/> ;
    bioregistry.schema:0000005 "SchemaDefinition"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/linkml/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6601-2165 ;
    bioregistry.schema:0000024 "https://w3id.org/linkml/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/linkml/SchemaDefinition> ;
    bioregistry.schema:0000029 "linkml" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

biolink:linkml dcterms:isPartOf bioregistry.metaresource:biolink .

