@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:wikidata a bioregistry.schema:0000002 ;
    rdfs:label "Wikidata Property" ;
    dc:description "An open, community-curated knowledgebase that contains several properties corresponding to resources listed in other biomedical registries." ;
    foaf:homepage "https://www.wikidata.org" ;
    bioregistry.schema:0000005 "P683" ;
    bioregistry.schema:0000006 "http://www.wikidata.org/entity/$1" ;
    bioregistry.schema:0000019 [ rdfs:label "WikiData Support" ;
            foaf:mbox "info@wikidata.org" ] .

