@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:IDODEN .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:IDODEN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:idoden .

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

bioregistry:idoden a bioregistry.schema:0000001 ;
    rdfs:label "Dengue Fever Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology for dengue fever."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:IDODEN,
        bioportal:IDODEN,
        fairsharing:FAIRsharing.askzq4 ;
    dcat:keyword "medicine",
        "ontology" ;
    foaf:homepage bioportal:IDODEN ;
    bioregistry.schema:0000005 "0003463"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.bioontology.org/ontology/IDODEN_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/IDODEN/6/idoden.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0719-3485 ;
    bioregistry.schema:0000024 "http://purl.bioontology.org/ontology/IDODEN_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.bioontology.org/ontology/IDODEN_0003463> ;
    bioregistry.schema:0000029 "idoden" .

orcid:0000-0003-0719-3485 rdfs:label "Elvira Mitraka" ;
    foaf:mbox "elvira@imbb.forth.gr" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:IDODEN dcterms:isPartOf bioregistry.metaresource:aberowl .

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

bioportal:IDODEN dcterms:isPartOf bioregistry.metaresource:bioportal .

