@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mavedb .

bioregistry:mavedb a bioregistry.schema:0000001 ;
    rdfs:label "Multiplexed Assays of Variant Effect Database" ;
    dcterms:contributor orcid:0000-0002-6601-2165 ;
    dcterms:description "Some IDs may represent experiment sets, e.g. https://www.mavedb.org/#/experiment-sets/urn:mavedb:00000011 Others represent genomic regions (specifically deep mutational scans thereof) e.g. https://www.mavedb.org/#/experiment-sets/urn:mavedb:00000011-a"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/VariantEffect/mavedb-api> ;
    foaf:homepage <https://www.mavedb.org> ;
    bioregistry.schema:0000005 "00000011-a"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.mavedb.org/#/experiments/urn:mavedb:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\S+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1474-605X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.mavedb.org/#/experiments/urn:mavedb:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.mavedb.org/#/experiments/urn:mavedb:00000011-a> ;
    bioregistry.schema:0000029 "mavedb" .

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

orcid:0000-0003-1474-605X rdfs:label "Alan Rubin" ;
    foaf:mbox "alan.rubin@wehi.edu.au" .

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

