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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:alfred .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:alfred .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q294392 .

bioregistry:alfred a bioregistry.schema:0000001 ;
    rdfs:label "The ALlele FREquency Database" ;
    dcterms:contributor orcid:0000-0002-1216-4761 ;
    dcterms:description "ALFRED has been designed to make allele frequency data on anthropologically defined human population samples readily available to the scientific community and to link these polymorphism data to the molecular genetics-human genome databases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q294392,
        prefixcommons:alfred ;
    dcat:keyword "classification",
        "genome" ;
    foaf:homepage <http://alfred.med.yale.edu> ;
    bioregistry.schema:0000005 "LO362836C"^^xsd:string ;
    bioregistry.schema:0000006 "https://alfred.med.yale.edu/alfred/recordinfo.asp?UNID=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://alfred.med.yale.edu/alfred/recordinfo.asp?UNID="^^xsd:string ;
    bioregistry.schema:0000027 <https://alfred.med.yale.edu/alfred/recordinfo.asp?UNID=LO362836C> ;
    bioregistry.schema:0000029 "alfred" .

orcid:0000-0002-1216-4761 rdfs:label "Sumir H Pandit" ;
    foaf:mbox "sumirp77@gmail.com" .

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

wikidata:Q294392 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

prefixcommons:alfred dcterms:isPartOf bioregistry.metaresource:prefixcommons .

