@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 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:scopus.affiliation .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P1155 .

bioregistry:scopus.affiliation a bioregistry.schema:0000001 ;
    rdfs:label "Scopus affiliation ID" ;
    dcterms:description "identifier for an organisation in author affiliations per Scopus"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P1155 ;
    foaf:homepage <http://info.sciencedirect.com/scopus/scopus-in-detail/tools/affiliationidentifier> ;
    bioregistry.schema:0000005 "60025709"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.scopus.com/affil/profile.uri?afid=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.scopus.com/affil/profile.uri?afid="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.scopus.com/affil/profile.uri?afid=60025709> ;
    bioregistry.schema:0000029 "scopus.affiliation" .

wikidata:P1155 dcterms:isPartOf bioregistry.metaresource:wikidata .

