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

bioregistry.metaresource:biolink dcterms:hasPart biolink:GSID .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:google.scholar .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P1960 .

bioregistry:google.scholar a bioregistry.schema:0000001 ;
    rdfs:label "Google Scholar Researcher" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Google Scholar provides a simple way to broadly search for scholarly literature. You can search across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P1960,
        biolink:GSID ;
    foaf:homepage <https://scholar.google.com/> ;
    bioregistry.schema:0000005 "PjrpzUIAAAAJ"^^xsd:string ;
    bioregistry.schema:0000006 "https://scholar.google.com/citations?user=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[-_0-9A-Za-z]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://scholar.google.com/citations?user="^^xsd:string ;
    bioregistry.schema:0000027 <https://scholar.google.com/citations?user=PjrpzUIAAAAJ> ;
    bioregistry.schema:0000029 "google.scholar" .

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

wikidata:P1960 dcterms:isPartOf bioregistry.metaresource:wikidata .

biolink:GSID dcterms:isPartOf bioregistry.metaresource:biolink .

