@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:ScopusID .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:scopus .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P1153 .

bioregistry:scopus a bioregistry.schema:0000001 ;
    rdfs:label "Scopus Researcher" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """Scopus is the largest abstract and citation database of peer-reviewed literature: scientific journals, books and conference proceedings. 
Delivering a comprehensive overview of the world's research output in  the fields of science, technology, medicine, social sciences, and arts 
and humanities, Scopus features smart tools to track, analyze and  visualize research."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P1153,
        biolink:ScopusID ;
    foaf:homepage <https://www.scopus.com> ;
    bioregistry.schema:0000005 "56305849200"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.scopus.com/authid/detail.uri?authorId=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "scopus.author" ;
    bioregistry.schema:0000024 "https://www.scopus.com/authid/detail.uri?authorId="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.scopus.com/authid/detail.uri?authorId=56305849200> ;
    bioregistry.schema:0000029 "scopus" .

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

wikidata:P1153 dcterms:isPartOf bioregistry.metaresource:wikidata .

biolink:ScopusID dcterms:isPartOf bioregistry.metaresource:biolink .

