@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:BIOCATALOGUE.SERVICE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:biocatalogue.service .

bioregistry.metaresource:miriam dcterms:hasPart miriam:biocatalogue.service .

bioregistry.metaresource:n2t dcterms:hasPart n2t:biocatalogue.service .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:biocatalogue .

bioregistry:biocatalogue.service a bioregistry.schema:0000001 ;
    rdfs:label "BioCatalogue Service" ;
    dcterms:description "The BioCatalogue provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Registered services are monitored, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. BioCatalogue is free to use, for all."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:BIOCATALOGUE.SERVICE,
        n2t:biocatalogue.service,
        prefixcommons:biocatalogue,
        miriam:biocatalogue.service ;
    dcat:keyword "registry" ;
    foaf:homepage <https://www.biocatalogue.org/> ;
    bioregistry.schema:0000005 "614"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.biocatalogue.org/services/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1219-2137 ;
    bioregistry.schema:0000024 "https://www.biocatalogue.org/services/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.biocatalogue.org/services/614> ;
    bioregistry.schema:0000029 "biocatalogue.service" .

orcid:0000-0003-1219-2137 rdfs:label "Carole Goble" ;
    foaf:mbox "carole.goble@manchester.ac.uk" .

biocontext:BIOCATALOGUE.SERVICE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:biocatalogue.service dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:biocatalogue dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:biocatalogue.service dcterms:isPartOf bioregistry.metaresource:miriam .

