@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:bioportal dcterms:hasPart bioportal:LSFO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lifestylefactors .

bioregistry.metaresource:ols dcterms:hasPart ols:lifestylefactors .

bioregistry:lifestylefactors a bioregistry.schema:0000001 ;
    rdfs:label "Lifestyle Factors Ontology" ;
    dcterms:description "In this ontology, we defined nine distinct categories that encompass various aspects of lifestyle factors (LSFs), creating a unified Lifestyle Factors Ontology (LSFO) across these categories. Within the context of lifestyle, we have identified nine categories that can collectively describe all LSFs, namely: 1-Nutrition, a category that covers different branches such as dietary habits, food groups, food processing and preparation, macronutrients, and micronutrients, among others. 2-Socioeconomic factors, which includes social and economic conditions such as income, wealth, education and socioeconomic status. 3-Environmental exposures, includes exposure to various environmental factors, such as air pollution, water quality, and workplace hazards, that can impact an individual’s health. 4-Substance use, covers concepts such as smoking, as well as illicit drug use. 5-Physical activities, includes regular exercise and physically demanding activities like leisure time, occupational, and household physical activities. 6-Non-physical leisure time activities, describes any activity an individual might engage in during their free time that is not a physical activity. 7-Personal care products and cosmetic procedures, covers activities related to hygiene, use of cosmetic and cleaning products as well as invasive procedures that people undergo to improve their appearance, such as cosmetic surgery. 8-Sleep, covers sleep quality, stages, and habits. 9-Mental health practices, includes the behaviors and habits related to maintaining good mental health and emotional well-being such as meditation, and psychotherapy."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bioportal:LSFO,
        ols:lifestylefactors ;
    dcat:keyword "ontology" ;
    foaf:homepage bioportal:LSFO ;
    bioregistry.schema:0000005 "0000015"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/LFID_$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/EsmaeilNourani/Lifestyle-factors-ontology/main/LSFO/owl/LSFO.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Lars Juhl Jensen" ;
            foaf:mbox "lars.juhl.jensen@cpr.ku.dk" ] ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/LFID_"^^xsd:string ;
    bioregistry.schema:0000027 obo:LFID_0000015 ;
    bioregistry.schema:0000029 "lifestylefactors" .

ols:lifestylefactors dcterms:isPartOf bioregistry.metaresource:ols .

bioportal:LSFO dcterms:isPartOf bioregistry.metaresource:bioportal .

