@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:WIKIGENES .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:wikigenes .

bioregistry.metaresource:miriam dcterms:hasPart miriam:wikigenes .

bioregistry.metaresource:n2t dcterms:hasPart n2t:wikigenes .

bioregistry:wikigenes a bioregistry.schema:0000001 ;
    rdfs:label "WikiGenes" ;
    dcterms:description "WikiGenes is a collaborative knowledge resource for the life sciences, which is based on the general wiki idea but employs specifically developed technology to serve as a rigorous scientific tool. The rationale behind WikiGenes is to provide a platform for the scientific community to collect, communicate and evaluate knowledge about genes, chemicals, diseases and other biomedical concepts in a bottom-up process."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:WIKIGENES,
        n2t:wikigenes,
        miriam:wikigenes ;
    foaf:homepage <http://www.wikigenes.org/> ;
    bioregistry.schema:0000005 "3771877"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.wikigenes.org/e/gene/e/$1.html"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:ncbigene ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/wikigenes:"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.wikigenes.org/e/gene/e/3771877.html> ;
    bioregistry.schema:0000029 "wikigenes" .

biocontext:WIKIGENES dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:wikigenes dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:wikigenes dcterms:isPartOf bioregistry.metaresource:miriam .

