@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:MIRO .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:MIRO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:MIRO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:miro .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.sjf113 .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:miro .

bioregistry.metaresource:ols dcterms:hasPart ols:miro .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:MIRO .

bioregistry:miro a bioregistry.schema:0000001 ;
    rdfs:label "Mosquito insecticide resistance" ;
    dcterms:description "Application ontology for entities related to insecticide resistance in mosquitos"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/VEuPathDB-ontology/MIRO> ;
    skos:exactMatch aberowl:MIRO,
        ontobee:MIRO,
        bioportal:MIRO,
        biocontext:MIRO,
        fairsharing:FAIRsharing.sjf113,
        ols:miro,
        obofoundry:miro ;
    dcat:keyword "life science",
        "mutation",
        "obo",
        "ontology",
        "phenotype" ;
    foaf:homepage <http://www.anobase.org> ;
    bioregistry.schema:0000005 "40000617"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/MIRO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:miro.owl ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0003-2497-2210 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/MIRO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:MIRO_40000617 ;
    bioregistry.schema:0000029 "miro" .

orcid:0000-0003-2497-2210 rdfs:label "Christos Louis" ;
    foaf:mbox "louis@imbb.forth.gr" .

aberowl:MIRO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:MIRO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:MIRO dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:MIRO dcterms:isPartOf bioregistry.metaresource:biocontext .

fairsharing:FAIRsharing.sjf113 dcterms:isPartOf bioregistry.metaresource:fairsharing .

ols:miro dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:miro dcterms:isPartOf bioregistry.metaresource:obofoundry .

