@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 doap: <http://usefulinc.com/ns/doap#> .
@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:bioschemas .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bioschemas .

bioregistry:bioschemas a bioregistry.schema:0000001 ;
    rdfs:label "BioSchemas" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Bioschemas aims to improve the Findability on the Web of life sciences resources such as datasets, software, and training materials. It does this by encouraging people in the life sciences to use Schema.org markup in their websites so that they are indexable by search engines and other services. Bioschemas encourages the consistent use of markup to ease the consumption of the contained markup across many sites. This structured information then makes it easier to discover, collate, and analyse distributed resources. [from BioSchemas.org]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/BioSchemas/specifications> ;
    skos:exactMatch biolink:bioschemas ;
    foaf:homepage <https://bioschemas.org> ;
    bioregistry.schema:0000005 "Dataset"^^xsd:string ;
    bioregistry.schema:0000006 "https://bioschemas.org/profiles/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "bioschema",
        "bioschemas_draft" ;
    bioregistry.schema:0000024 "https://bioschemas.org/profiles/"^^xsd:string ;
    bioregistry.schema:0000027 <https://bioschemas.org/profiles/Dataset> ;
    bioregistry.schema:0000029 "bioschemas" .

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

biolink:bioschemas dcterms:isPartOf bioregistry.metaresource:biolink .

