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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:genecards.genenote .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:genenote .

bioregistry:genecards.genenote a bioregistry.schema:0000001 ;
    rdfs:label "Gene Normal Tissue Expression" ;
    dcterms:description "GeneNote is a database of human genes and their expression profiles in healthy tissues. It is based on Weizmann Institute of Science DNA array experiments, which were performed on the Affymetrix HG-U95 set A-E."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:genenote ;
    dcat:keyword "gene expression" ;
    foaf:homepage <http://genecards.weizmann.ac.il/genenote/> ;
    bioregistry.schema:0000005 "GC06M052656"^^xsd:string ;
    bioregistry.schema:0000006 "http://bioinfo2.weizmann.ac.il/cgi-bin/genenote/GN_results.pl?keyword_type=2_gc_id&keyword=$1&data_type=norm2&results=yes"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/genecards.genenote:"^^xsd:string ;
    bioregistry.schema:0000027 <http://bioinfo2.weizmann.ac.il/cgi-bin/genenote/GN_results.pl?keyword_type=2_gc_id&keyword=GC06M052656&data_type=norm2&results=yes> ;
    bioregistry.schema:0000029 "genecards.genenote" .

prefixcommons:genenote dcterms:isPartOf bioregistry.metaresource:prefixcommons .

