@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@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:bioregistry dcterms:hasPart bioregistry:bitbucket .

bioregistry.metaresource:miriam dcterms:hasPart miriam:bitbucket .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100013478 .

bioregistry:bitbucket a bioregistry.schema:0000001 ;
    rdfs:label "Bitbucket" ;
    dcterms:description "Bitbucket is a Git-based source code repository hosting service owned by Atlassian."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:bitbucket,
        re3data:r3d100013478 ;
    foaf:homepage <https://www.atlassian.com/> ;
    bioregistry.schema:0000005 "andreadega/systems-biology-compiler"^^xsd:string ;
    bioregistry.schema:0000006 "https://bitbucket.org/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9A-Za-z-_\\.]+/[0-9A-Za-z-_\\.]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bitbucket.org/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00y7n3708 ;
    bioregistry.schema:0000027 <https://bitbucket.org/andreadega/systems-biology-compiler> ;
    bioregistry.schema:0000029 "bitbucket" .

miriam:bitbucket dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100013478 dcterms:isPartOf bioregistry.metaresource:re3data .

