@prefix : <https://w3id.org/peh/peh-model-focused#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/peh/peh-model-focused#> .

<https://w3id.org/peh/peh-model-focused> rdf:type owl:Ontology ;
                                          <http://purl.org/dc/terms/abstract> "The Personal Exposure and Health (PEH) data model provides a domain-specific structure for the data and metadata involved in human biomonitoring and personal exposure research. It supports annotation with harmonised vocabularies and provides a generic observed-data abstraction layer that facilitates broader cross-domain interoperability."@en ;
                                          <http://purl.org/dc/terms/source> <https://w3id.org/peh/peh-model> ;
                                          <http://purl.org/pav/version> "0.7.3" ;
                                          rdfs:comment "Entity and relation ontology and datamodel for Personal Exposure and Health data" ;
                                          rdfs:label "PEH-Model focused documentation profile" ;
                                          owl:versionInfo "0.7.3" ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Entity and relation ontology and datamodel for Personal Exposure and Health data" ;
                                          <https://w3id.org/widoco/vocab#introduction> "The PEH data model is the result of consolidation and harmonisation efforts in the human biomonitoring research field, together with an initiative to broaden the model's scope so it can include additional sources of relevant information such as environmental and geospatial observations. The model is defined using LinkML and published as ontology serializations for downstream semantic systems. It mainly supports the annotation of observations and their observable properties, aligns with established semantic models such as SOSA and I-ADOPT, and supports the construction and maintenance of project vocabularies for matrices, biochemical entities, indicators and related controlled terms."@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/pav/version
<http://purl.org/pav/version> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#introduction
<https://w3id.org/widoco/vocab#introduction> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://www.w3.org/1999/02/22-rdf-syntax-ns#type
rdf:type rdf:type owl:ObjectProperty ;
         rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
         rdfs:range <https://w3id.org/peh/terms/Indicator> .


###  http://www.w3.org/2000/01/rdf-schema#subClassOf
rdfs:subClassOf rdf:type owl:ObjectProperty ;
                rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                            <https://w3id.org/peh/terms/Indicator> ,
                            <https://w3id.org/peh/terms/Matrix> ;
                rdfs:range <https://w3id.org/peh/terms/BioChemEntity> ,
                           <https://w3id.org/peh/terms/Indicator> ,
                           <https://w3id.org/peh/terms/Matrix> .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                          <https://w3id.org/peh/terms/Indicator> ,
                                                          <https://w3id.org/peh/terms/ObservableProperty> ;
                                              rdfs:range <https://w3id.org/peh/terms/Grouping> .


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://w3id.org/peh/terms/DerivedObservation> ;
                                           rdfs:range <https://w3id.org/peh/terms/NamedThing> .


###  https://qudt.org/schema/qudt/hasQuantityKind
<https://qudt.org/schema/qudt/hasQuantityKind> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://w3id.org/peh/terms/Indicator> ,
                                                           <https://w3id.org/peh/terms/ObservableProperty> ;
                                               rdfs:range <https://w3id.org/peh/terms/QUDTQuantityKind> .


###  https://qudt.org/schema/qudt/hasUnit
<https://qudt.org/schema/qudt/hasUnit> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                       rdfs:range <https://w3id.org/peh/terms/QUDTUnit> .


###  https://w3id.org/iadopt/ont/hasConstraint
<https://w3id.org/iadopt/ont/hasConstraint> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/Indicator> ;
                                            rdfs:range <https://w3id.org/peh/terms/IAdoptConstraint> .


###  https://w3id.org/peh/terms/hasBioChemEntity
<https://w3id.org/peh/terms/hasBioChemEntity> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/peh/terms/Indicator> ;
                                              rdfs:range <https://w3id.org/peh/terms/BioChemEntity> .


###  https://w3id.org/peh/terms/hasCalculationDesign
<https://w3id.org/peh/terms/hasCalculationDesign> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                                  rdfs:range <https://w3id.org/peh/terms/CalculationDesign> .


###  https://w3id.org/peh/terms/hasContextAlias
<https://w3id.org/peh/terms/hasContextAlias> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                         <https://w3id.org/peh/terms/Indicator> ,
                                                         <https://w3id.org/peh/terms/Matrix> ,
                                                         <https://w3id.org/peh/terms/ObservableProperty> ;
                                             rdfs:range <https://w3id.org/peh/terms/ContextAlias> .


###  https://w3id.org/peh/terms/hasMatrix
<https://w3id.org/peh/terms/hasMatrix> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <https://w3id.org/peh/terms/Indicator> ;
                                       rdfs:range <https://w3id.org/peh/terms/Matrix> .


###  https://w3id.org/peh/terms/hasObservation
<https://w3id.org/peh/terms/hasObservation> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/ObservationGroup> ;
                                            rdfs:range <https://w3id.org/peh/terms/Observation> .


###  https://w3id.org/peh/terms/hasObservationDesign
<https://w3id.org/peh/terms/hasObservationDesign> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/peh/terms/DerivedObservation> ,
                                                              <https://w3id.org/peh/terms/Observation> ;
                                                  rdfs:range <https://w3id.org/peh/terms/ObservationDesign> .


###  https://w3id.org/peh/terms/hasObservationResult
<https://w3id.org/peh/terms/hasObservationResult> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/peh/terms/DerivedObservation> ,
                                                              <https://w3id.org/peh/terms/Observation> ;
                                                  rdfs:range <https://w3id.org/peh/terms/ObservationResult> .


###  https://w3id.org/peh/terms/hasPhysicalEntity
<https://w3id.org/peh/terms/hasPhysicalEntity> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://w3id.org/peh/terms/ObservationGroup> ;
                                               rdfs:range <https://w3id.org/peh/terms/PhysicalEntity> .


###  https://w3id.org/peh/terms/hasRole
<https://w3id.org/peh/terms/hasRole> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                     rdfs:range <https://w3id.org/peh/terms/BioChemRole> .


###  https://w3id.org/peh/terms/hasStudyEntityLink
<https://w3id.org/peh/terms/hasStudyEntityLink> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/peh/terms/ObservationGroup> ;
                                                rdfs:range <https://w3id.org/peh/terms/StudyEntityLink> .


###  https://w3id.org/peh/terms/hasTranslation
<https://w3id.org/peh/terms/hasTranslation> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                        <https://w3id.org/peh/terms/Indicator> ,
                                                        <https://w3id.org/peh/terms/Matrix> ,
                                                        <https://w3id.org/peh/terms/ObservableProperty> ;
                                            rdfs:range <https://w3id.org/peh/terms/Translation> .


###  https://w3id.org/peh/terms/hasValidationDesign
<https://w3id.org/peh/terms/hasValidationDesign> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                                 rdfs:range <https://w3id.org/peh/terms/ValidationDesign> .


###  https://w3id.org/peh/terms/hasValidationHistoryRecord
<https://w3id.org/peh/terms/hasValidationHistoryRecord> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                                        rdfs:range <https://w3id.org/peh/terms/ValidationHistoryRecord> .


###  https://w3id.org/peh/terms/hasValueMetadata
<https://w3id.org/peh/terms/hasValueMetadata> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                              rdfs:range <https://w3id.org/peh/terms/ObservablePropertyMetadataElement> .


###  https://w3id.org/peh/terms/hasValueOption
<https://w3id.org/peh/terms/hasValueOption> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                            rdfs:range <https://w3id.org/peh/terms/ObservablePropertyValueOption> .


###  https://w3id.org/peh/terms/hasVariable
<https://w3id.org/peh/terms/hasVariable> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                         rdfs:range <https://w3id.org/peh/terms/IAdoptVariable> .


###  https://w3id.org/peh/terms/isIsomerOf
<https://w3id.org/peh/terms/isIsomerOf> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                        rdfs:range <https://w3id.org/peh/terms/BioChemEntity> .


###  https://w3id.org/peh/terms/isMetaboliteOf
<https://w3id.org/peh/terms/isMetaboliteOf> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                            rdfs:range <https://w3id.org/peh/terms/BioChemEntity> .


#################################################################
#    Data properties
#################################################################

###  http://schema.org/alternateName
<http://schema.org/alternateName> rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                              <https://w3id.org/peh/terms/DerivedObservation> ,
                                              <https://w3id.org/peh/terms/Indicator> ,
                                              <https://w3id.org/peh/terms/Matrix> ,
                                              <https://w3id.org/peh/terms/ObservableProperty> ,
                                              <https://w3id.org/peh/terms/Observation> ,
                                              <https://w3id.org/peh/terms/ObservationGroup> ;
                                  rdfs:range xsd:string .


###  http://schema.org/comment
<http://schema.org/comment> rdf:type owl:DatatypeProperty ;
                            rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                        <https://w3id.org/peh/terms/DerivedObservation> ,
                                        <https://w3id.org/peh/terms/Indicator> ,
                                        <https://w3id.org/peh/terms/Matrix> ,
                                        <https://w3id.org/peh/terms/ObservableProperty> ,
                                        <https://w3id.org/peh/terms/Observation> ,
                                        <https://w3id.org/peh/terms/ObservationGroup> ;
                            rdfs:range xsd:string .


###  http://schema.org/description
<http://schema.org/description> rdf:type owl:DatatypeProperty ;
                                rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                            <https://w3id.org/peh/terms/DerivedObservation> ,
                                            <https://w3id.org/peh/terms/Indicator> ,
                                            <https://w3id.org/peh/terms/Matrix> ,
                                            <https://w3id.org/peh/terms/ObservableProperty> ,
                                            <https://w3id.org/peh/terms/Observation> ,
                                            <https://w3id.org/peh/terms/ObservationGroup> ;
                                rdfs:range xsd:string .


###  http://schema.org/endDate
<http://schema.org/endDate> rdf:type owl:DatatypeProperty ;
                            rdfs:domain <https://w3id.org/peh/terms/ObservationGroup> ;
                            rdfs:range xsd:date .


###  http://schema.org/identifier
<http://schema.org/identifier> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                           <https://w3id.org/peh/terms/DerivedObservation> ,
                                           <https://w3id.org/peh/terms/Indicator> ,
                                           <https://w3id.org/peh/terms/Matrix> ,
                                           <https://w3id.org/peh/terms/ObservableProperty> ,
                                           <https://w3id.org/peh/terms/Observation> ,
                                           <https://w3id.org/peh/terms/ObservationGroup> ;
                               rdfs:range xsd:anyURI .


###  http://schema.org/startDate
<http://schema.org/startDate> rdf:type owl:DatatypeProperty ;
                              rdfs:domain <https://w3id.org/peh/terms/ObservationGroup> ;
                              rdfs:range xsd:date .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:DatatypeProperty ;
           rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                       <https://w3id.org/peh/terms/DerivedObservation> ,
                       <https://w3id.org/peh/terms/Indicator> ,
                       <https://w3id.org/peh/terms/Matrix> ,
                       <https://w3id.org/peh/terms/ObservableProperty> ,
                       <https://w3id.org/peh/terms/Observation> ,
                       <https://w3id.org/peh/terms/ObservationGroup> ;
           rdfs:range xsd:string .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                             <https://w3id.org/peh/terms/DerivedObservation> ,
                                                             <https://w3id.org/peh/terms/Indicator> ,
                                                             <https://w3id.org/peh/terms/Matrix> ,
                                                             <https://w3id.org/peh/terms/ObservableProperty> ,
                                                             <https://w3id.org/peh/terms/Observation> ,
                                                             <https://w3id.org/peh/terms/ObservationGroup> ;
                                                 rdfs:range xsd:anyURI .


###  http://www.w3.org/ns/prov#wasAttributedTo
<http://www.w3.org/ns/prov#wasAttributedTo> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                        <https://w3id.org/peh/terms/Indicator> ,
                                                        <https://w3id.org/peh/terms/Matrix> ;
                                            rdfs:range xsd:anyURI .


###  https://w3id.org/peh/terms/hasCurrentValidationStatus
<https://w3id.org/peh/terms/hasCurrentValidationStatus> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                                        rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasGroupLabel
<https://w3id.org/peh/terms/hasGroupLabel> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                           rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasIndicatorType
<https://w3id.org/peh/terms/hasIndicatorType> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/peh/terms/Indicator> ;
                                              rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasMaximumValue
<https://w3id.org/peh/terms/hasMaximumValue> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                             rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasMinimumValue
<https://w3id.org/peh/terms/hasMinimumValue> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                             rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasMolecularWeight
<https://w3id.org/peh/terms/hasMolecularWeight> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ;
                                                rdfs:range xsd:decimal .


###  https://w3id.org/peh/terms/hasObservationResultType
<https://w3id.org/peh/terms/hasObservationResultType> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                                      rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasObservationType
<https://w3id.org/peh/terms/hasObservationType> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/peh/terms/DerivedObservation> ,
                                                            <https://w3id.org/peh/terms/Observation> ;
                                                rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasProperty
<https://w3id.org/peh/terms/hasProperty> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <https://w3id.org/peh/terms/Indicator> ;
                                         rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasRelevantObservableEntityType
<https://w3id.org/peh/terms/hasRelevantObservableEntityType> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://w3id.org/peh/terms/Indicator> ,
                                                                         <https://w3id.org/peh/terms/ObservableProperty> ;
                                                             rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasRelevantObservationType
<https://w3id.org/peh/terms/hasRelevantObservationType> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                                        rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasSignificantDecimals
<https://w3id.org/peh/terms/hasSignificantDecimals> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                                    rdfs:range xsd:integer .


###  https://w3id.org/peh/terms/hasUiLabel
<https://w3id.org/peh/terms/hasUiLabel> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <https://w3id.org/peh/terms/BioChemEntity> ,
                                                    <https://w3id.org/peh/terms/DerivedObservation> ,
                                                    <https://w3id.org/peh/terms/Indicator> ,
                                                    <https://w3id.org/peh/terms/Matrix> ,
                                                    <https://w3id.org/peh/terms/ObservableProperty> ,
                                                    <https://w3id.org/peh/terms/Observation> ,
                                                    <https://w3id.org/peh/terms/ObservationGroup> ;
                                        rdfs:range xsd:string .


###  https://w3id.org/peh/terms/hasValueType
<https://w3id.org/peh/terms/hasValueType> rdf:type owl:DatatypeProperty ;
                                          rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                          rdfs:range xsd:string .


###  https://w3id.org/peh/terms/isCategorical
<https://w3id.org/peh/terms/isCategorical> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                           rdfs:range xsd:boolean .


###  https://w3id.org/peh/terms/isImmutable
<https://w3id.org/peh/terms/isImmutable> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                         rdfs:range xsd:boolean .


###  https://w3id.org/peh/terms/isMultivalued
<https://w3id.org/peh/terms/isMultivalued> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                           rdfs:range xsd:boolean .


###  https://w3id.org/peh/terms/isRequired
<https://w3id.org/peh/terms/isRequired> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                        rdfs:range xsd:boolean .


###  https://w3id.org/peh/terms/isZeroAllowed
<https://w3id.org/peh/terms/isZeroAllowed> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://w3id.org/peh/terms/ObservableProperty> ;
                                           rdfs:range xsd:boolean .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/iadopt/ont/Variable
<https://w3id.org/iadopt/ont/Variable> rdf:type owl:Class ;
                                       owl:equivalentClass <https://w3id.org/peh/terms/Indicator> .


###  https://w3id.org/peh/terms/BioChemEntity
<https://w3id.org/peh/terms/BioChemEntity> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/BioChemRole
<https://w3id.org/peh/terms/BioChemRole> rdf:type owl:Class ;
                                         rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/CalculationDesign
<https://w3id.org/peh/terms/CalculationDesign> rdf:type owl:Class ;
                                               rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ContextAlias
<https://w3id.org/peh/terms/ContextAlias> rdf:type owl:Class ;
                                          rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/DerivedObservation
<https://w3id.org/peh/terms/DerivedObservation> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/peh/terms/Observation> .


###  https://w3id.org/peh/terms/Grouping
<https://w3id.org/peh/terms/Grouping> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/IAdoptConstraint
<https://w3id.org/peh/terms/IAdoptConstraint> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/IAdoptVariable
<https://w3id.org/peh/terms/IAdoptVariable> rdf:type owl:Class ;
                                            rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/Indicator
<https://w3id.org/peh/terms/Indicator> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/Matrix
<https://w3id.org/peh/terms/Matrix> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/NamedThing
<https://w3id.org/peh/terms/NamedThing> rdf:type owl:Class ;
                                        rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ObservableProperty
<https://w3id.org/peh/terms/ObservableProperty> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/ObservablePropertyMetadataElement
<https://w3id.org/peh/terms/ObservablePropertyMetadataElement> rdf:type owl:Class ;
                                                               rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ObservablePropertyValueOption
<https://w3id.org/peh/terms/ObservablePropertyValueOption> rdf:type owl:Class ;
                                                           rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/Observation
<https://w3id.org/peh/terms/Observation> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/ObservationDesign
<https://w3id.org/peh/terms/ObservationDesign> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/ObservationGroup
<https://w3id.org/peh/terms/ObservationGroup> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ObservationResult
<https://w3id.org/peh/terms/ObservationResult> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/PhysicalEntity
<https://w3id.org/peh/terms/PhysicalEntity> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/peh/terms/NamedThing> .


###  https://w3id.org/peh/terms/QUDTQuantityKind
<https://w3id.org/peh/terms/QUDTQuantityKind> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/QUDTUnit
<https://w3id.org/peh/terms/QUDTUnit> rdf:type owl:Class ;
                                      rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/StudyEntityLink
<https://w3id.org/peh/terms/StudyEntityLink> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/Translation
<https://w3id.org/peh/terms/Translation> rdf:type owl:Class ;
                                         rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ValidationDesign
<https://w3id.org/peh/terms/ValidationDesign> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


###  https://w3id.org/peh/terms/ValidationHistoryRecord
<https://w3id.org/peh/terms/ValidationHistoryRecord> rdf:type owl:Class ;
                                                     rdfs:subClassOf owl:Thing .


#################################################################
#    Individuals
#################################################################

###  http://schema.org/alternateName
<http://schema.org/alternateName> rdf:type owl:NamedIndividual ;
                                  rdfs:label "alternateName" .


###  http://schema.org/comment
<http://schema.org/comment> rdf:type owl:NamedIndividual ;
                            rdfs:label "comment" .


###  http://schema.org/description
<http://schema.org/description> rdf:type owl:NamedIndividual ;
                                rdfs:label "description" .


###  http://schema.org/endDate
<http://schema.org/endDate> rdf:type owl:NamedIndividual ;
                            rdfs:label "endDate" .


###  http://schema.org/identifier
<http://schema.org/identifier> rdf:type owl:NamedIndividual ;
                               rdfs:label "identifier" .


###  http://schema.org/startDate
<http://schema.org/startDate> rdf:type owl:NamedIndividual ;
                              rdfs:label "startDate" .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#type
rdf:type rdf:type owl:NamedIndividual ;
         rdfs:label "type" .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:NamedIndividual ;
           rdfs:label "label" .


###  http://www.w3.org/2000/01/rdf-schema#subClassOf
rdfs:subClassOf rdf:type owl:NamedIndividual ;
                rdfs:label "subClassOf" .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:NamedIndividual ;
                                              rdfs:label "broader" .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:NamedIndividual ;
                                                 rdfs:label "exactMatch" .


###  http://www.w3.org/ns/prov#wasAttributedTo
<http://www.w3.org/ns/prov#wasAttributedTo> rdf:type owl:NamedIndividual ;
                                            rdfs:label "wasAttributedTo" .


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:NamedIndividual ;
                                           rdfs:label "wasDerivedFrom" .


###  https://qudt.org/schema/qudt/hasQuantityKind
<https://qudt.org/schema/qudt/hasQuantityKind> rdf:type owl:NamedIndividual ;
                                               rdfs:label "hasQuantityKind" .


###  https://qudt.org/schema/qudt/hasUnit
<https://qudt.org/schema/qudt/hasUnit> rdf:type owl:NamedIndividual ;
                                       rdfs:label "hasUnit" .


###  https://w3id.org/iadopt/ont/hasConstraint
<https://w3id.org/iadopt/ont/hasConstraint> rdf:type owl:NamedIndividual ;
                                            rdfs:label "hasConstraint" .


###  https://w3id.org/peh/terms/BioChemEntity
<https://w3id.org/peh/terms/BioChemEntity> rdf:type owl:NamedIndividual ;
                                           rdfs:label "BioChemEntity" .


###  https://w3id.org/peh/terms/BioChemRole
<https://w3id.org/peh/terms/BioChemRole> rdf:type owl:NamedIndividual ;
                                         rdfs:label "BioChemRole" .


###  https://w3id.org/peh/terms/CalculationDesign
<https://w3id.org/peh/terms/CalculationDesign> rdf:type owl:NamedIndividual ;
                                               rdfs:label "CalculationDesign" .


###  https://w3id.org/peh/terms/ContextAlias
<https://w3id.org/peh/terms/ContextAlias> rdf:type owl:NamedIndividual ;
                                          rdfs:label "ContextAlias" .


###  https://w3id.org/peh/terms/DerivedObservation
<https://w3id.org/peh/terms/DerivedObservation> rdf:type owl:NamedIndividual ;
                                                rdfs:label "DerivedObservation" .


###  https://w3id.org/peh/terms/Grouping
<https://w3id.org/peh/terms/Grouping> rdf:type owl:NamedIndividual ;
                                      rdfs:label "Grouping" .


###  https://w3id.org/peh/terms/IAdoptConstraint
<https://w3id.org/peh/terms/IAdoptConstraint> rdf:type owl:NamedIndividual ;
                                              rdfs:label "IAdoptConstraint" .


###  https://w3id.org/peh/terms/IAdoptVariable
<https://w3id.org/peh/terms/IAdoptVariable> rdf:type owl:NamedIndividual ;
                                            rdfs:label "IAdoptVariable" .


###  https://w3id.org/peh/terms/Indicator
<https://w3id.org/peh/terms/Indicator> rdf:type owl:NamedIndividual ;
                                       rdfs:label "Indicator" .


###  https://w3id.org/peh/terms/Matrix
<https://w3id.org/peh/terms/Matrix> rdf:type owl:NamedIndividual ;
                                    rdfs:label "Matrix" .


###  https://w3id.org/peh/terms/NamedThing
<https://w3id.org/peh/terms/NamedThing> rdf:type owl:NamedIndividual ;
                                        rdfs:label "NamedThing" .


###  https://w3id.org/peh/terms/ObservableProperty
<https://w3id.org/peh/terms/ObservableProperty> rdf:type owl:NamedIndividual ;
                                                rdfs:label "ObservableProperty" .


###  https://w3id.org/peh/terms/ObservablePropertyMetadataElement
<https://w3id.org/peh/terms/ObservablePropertyMetadataElement> rdf:type owl:NamedIndividual ;
                                                               rdfs:label "ObservablePropertyMetadataElement" .


###  https://w3id.org/peh/terms/ObservablePropertyValueOption
<https://w3id.org/peh/terms/ObservablePropertyValueOption> rdf:type owl:NamedIndividual ;
                                                           rdfs:label "ObservablePropertyValueOption" .


###  https://w3id.org/peh/terms/Observation
<https://w3id.org/peh/terms/Observation> rdf:type owl:NamedIndividual ;
                                         rdfs:label "Observation" .


###  https://w3id.org/peh/terms/ObservationDesign
<https://w3id.org/peh/terms/ObservationDesign> rdf:type owl:NamedIndividual ;
                                               rdfs:label "ObservationDesign" .


###  https://w3id.org/peh/terms/ObservationGroup
<https://w3id.org/peh/terms/ObservationGroup> rdf:type owl:NamedIndividual ;
                                              rdfs:label "ObservationGroup" .


###  https://w3id.org/peh/terms/ObservationResult
<https://w3id.org/peh/terms/ObservationResult> rdf:type owl:NamedIndividual ;
                                               rdfs:label "ObservationResult" .


###  https://w3id.org/peh/terms/PhysicalEntity
<https://w3id.org/peh/terms/PhysicalEntity> rdf:type owl:NamedIndividual ;
                                            rdfs:label "PhysicalEntity" .


###  https://w3id.org/peh/terms/QUDTQuantityKind
<https://w3id.org/peh/terms/QUDTQuantityKind> rdf:type owl:NamedIndividual ;
                                              rdfs:label "QUDTQuantityKind" .


###  https://w3id.org/peh/terms/QUDTUnit
<https://w3id.org/peh/terms/QUDTUnit> rdf:type owl:NamedIndividual ;
                                      rdfs:label "QUDTUnit" .


###  https://w3id.org/peh/terms/StudyEntityLink
<https://w3id.org/peh/terms/StudyEntityLink> rdf:type owl:NamedIndividual ;
                                             rdfs:label "StudyEntityLink" .


###  https://w3id.org/peh/terms/Translation
<https://w3id.org/peh/terms/Translation> rdf:type owl:NamedIndividual ;
                                         rdfs:label "Translation" .


###  https://w3id.org/peh/terms/ValidationDesign
<https://w3id.org/peh/terms/ValidationDesign> rdf:type owl:NamedIndividual ;
                                              rdfs:label "ValidationDesign" .


###  https://w3id.org/peh/terms/ValidationHistoryRecord
<https://w3id.org/peh/terms/ValidationHistoryRecord> rdf:type owl:NamedIndividual ;
                                                     rdfs:label "ValidationHistoryRecord" .


###  https://w3id.org/peh/terms/hasBioChemEntity
<https://w3id.org/peh/terms/hasBioChemEntity> rdf:type owl:NamedIndividual ;
                                              rdfs:label "hasBioChemEntity" .


###  https://w3id.org/peh/terms/hasCalculationDesign
<https://w3id.org/peh/terms/hasCalculationDesign> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "hasCalculationDesign" .


###  https://w3id.org/peh/terms/hasContextAlias
<https://w3id.org/peh/terms/hasContextAlias> rdf:type owl:NamedIndividual ;
                                             rdfs:label "hasContextAlias" .


###  https://w3id.org/peh/terms/hasCurrentValidationStatus
<https://w3id.org/peh/terms/hasCurrentValidationStatus> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "hasCurrentValidationStatus" .


###  https://w3id.org/peh/terms/hasGroupLabel
<https://w3id.org/peh/terms/hasGroupLabel> rdf:type owl:NamedIndividual ;
                                           rdfs:label "hasGroupLabel" .


###  https://w3id.org/peh/terms/hasIndicatorType
<https://w3id.org/peh/terms/hasIndicatorType> rdf:type owl:NamedIndividual ;
                                              rdfs:label "hasIndicatorType" .


###  https://w3id.org/peh/terms/hasMatrix
<https://w3id.org/peh/terms/hasMatrix> rdf:type owl:NamedIndividual ;
                                       rdfs:label "hasMatrix" .


###  https://w3id.org/peh/terms/hasMaximumValue
<https://w3id.org/peh/terms/hasMaximumValue> rdf:type owl:NamedIndividual ;
                                             rdfs:label "hasMaximumValue" .


###  https://w3id.org/peh/terms/hasMinimumValue
<https://w3id.org/peh/terms/hasMinimumValue> rdf:type owl:NamedIndividual ;
                                             rdfs:label "hasMinimumValue" .


###  https://w3id.org/peh/terms/hasMolecularWeight
<https://w3id.org/peh/terms/hasMolecularWeight> rdf:type owl:NamedIndividual ;
                                                rdfs:label "hasMolecularWeight" .


###  https://w3id.org/peh/terms/hasObservation
<https://w3id.org/peh/terms/hasObservation> rdf:type owl:NamedIndividual ;
                                            rdfs:label "hasObservation" .


###  https://w3id.org/peh/terms/hasObservationDesign
<https://w3id.org/peh/terms/hasObservationDesign> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "hasObservationDesign" .


###  https://w3id.org/peh/terms/hasObservationResult
<https://w3id.org/peh/terms/hasObservationResult> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "hasObservationResult" .


###  https://w3id.org/peh/terms/hasObservationResultType
<https://w3id.org/peh/terms/hasObservationResultType> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "hasObservationResultType" .


###  https://w3id.org/peh/terms/hasObservationType
<https://w3id.org/peh/terms/hasObservationType> rdf:type owl:NamedIndividual ;
                                                rdfs:label "hasObservationType" .


###  https://w3id.org/peh/terms/hasPhysicalEntity
<https://w3id.org/peh/terms/hasPhysicalEntity> rdf:type owl:NamedIndividual ;
                                               rdfs:label "hasPhysicalEntity" .


###  https://w3id.org/peh/terms/hasProperty
<https://w3id.org/peh/terms/hasProperty> rdf:type owl:NamedIndividual ;
                                         rdfs:label "hasProperty" .


###  https://w3id.org/peh/terms/hasRelevantObservableEntityType
<https://w3id.org/peh/terms/hasRelevantObservableEntityType> rdf:type owl:NamedIndividual ;
                                                             rdfs:label "hasRelevantObservableEntityType" .


###  https://w3id.org/peh/terms/hasRelevantObservationType
<https://w3id.org/peh/terms/hasRelevantObservationType> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "hasRelevantObservationType" .


###  https://w3id.org/peh/terms/hasRole
<https://w3id.org/peh/terms/hasRole> rdf:type owl:NamedIndividual ;
                                     rdfs:label "hasRole" .


###  https://w3id.org/peh/terms/hasSignificantDecimals
<https://w3id.org/peh/terms/hasSignificantDecimals> rdf:type owl:NamedIndividual ;
                                                    rdfs:label "hasSignificantDecimals" .


###  https://w3id.org/peh/terms/hasStudyEntityLink
<https://w3id.org/peh/terms/hasStudyEntityLink> rdf:type owl:NamedIndividual ;
                                                rdfs:label "hasStudyEntityLink" .


###  https://w3id.org/peh/terms/hasTranslation
<https://w3id.org/peh/terms/hasTranslation> rdf:type owl:NamedIndividual ;
                                            rdfs:label "hasTranslation" .


###  https://w3id.org/peh/terms/hasUiLabel
<https://w3id.org/peh/terms/hasUiLabel> rdf:type owl:NamedIndividual ;
                                        rdfs:label "hasUiLabel" .


###  https://w3id.org/peh/terms/hasValidationDesign
<https://w3id.org/peh/terms/hasValidationDesign> rdf:type owl:NamedIndividual ;
                                                 rdfs:label "hasValidationDesign" .


###  https://w3id.org/peh/terms/hasValidationHistoryRecord
<https://w3id.org/peh/terms/hasValidationHistoryRecord> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "hasValidationHistoryRecord" .


###  https://w3id.org/peh/terms/hasValueMetadata
<https://w3id.org/peh/terms/hasValueMetadata> rdf:type owl:NamedIndividual ;
                                              rdfs:label "hasValueMetadata" .


###  https://w3id.org/peh/terms/hasValueOption
<https://w3id.org/peh/terms/hasValueOption> rdf:type owl:NamedIndividual ;
                                            rdfs:label "hasValueOption" .


###  https://w3id.org/peh/terms/hasValueType
<https://w3id.org/peh/terms/hasValueType> rdf:type owl:NamedIndividual ;
                                          rdfs:label "hasValueType" .


###  https://w3id.org/peh/terms/hasVariable
<https://w3id.org/peh/terms/hasVariable> rdf:type owl:NamedIndividual ;
                                         rdfs:label "hasVariable" .


###  https://w3id.org/peh/terms/isCategorical
<https://w3id.org/peh/terms/isCategorical> rdf:type owl:NamedIndividual ;
                                           rdfs:label "isCategorical" .


###  https://w3id.org/peh/terms/isImmutable
<https://w3id.org/peh/terms/isImmutable> rdf:type owl:NamedIndividual ;
                                         rdfs:label "isImmutable" .


###  https://w3id.org/peh/terms/isIsomerOf
<https://w3id.org/peh/terms/isIsomerOf> rdf:type owl:NamedIndividual ;
                                        rdfs:label "isIsomerOf" .


###  https://w3id.org/peh/terms/isMetaboliteOf
<https://w3id.org/peh/terms/isMetaboliteOf> rdf:type owl:NamedIndividual ;
                                            rdfs:label "isMetaboliteOf" .


###  https://w3id.org/peh/terms/isMultivalued
<https://w3id.org/peh/terms/isMultivalued> rdf:type owl:NamedIndividual ;
                                           rdfs:label "isMultivalued" .


###  https://w3id.org/peh/terms/isRequired
<https://w3id.org/peh/terms/isRequired> rdf:type owl:NamedIndividual ;
                                        rdfs:label "isRequired" .


###  https://w3id.org/peh/terms/isZeroAllowed
<https://w3id.org/peh/terms/isZeroAllowed> rdf:type owl:NamedIndividual ;
                                           rdfs:label "isZeroAllowed" .


#################################################################
#    Annotations
#################################################################

<http://schema.org/alternateName> <http://purl.org/dc/terms/identifier> "aliases" ,
                                                                        "short_name" ;
                                  rdfs:comment "Shortened name or code, preferrably unique within the context the entity is (typically) used in." ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Shortened name or code, preferrably unique within the context the entity is (typically) used in." ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<http://schema.org/comment> <http://purl.org/dc/terms/identifier> "remark" ;
                            rdfs:comment "Additional comment, note or remark providing context on the use of an entity or the interpretation of its properties." ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Additional comment, note or remark providing context on the use of an entity or the interpretation of its properties." .


<http://schema.org/description> rdfs:comment "Long form description or definition for the entity." ;
                                <http://www.w3.org/2004/02/skos/core#definition> "Long form description or definition for the entity." .


<http://schema.org/endDate> <http://purl.org/dc/terms/identifier> "end_date" .


<http://schema.org/identifier> <http://purl.org/dc/terms/identifier> "id" ;
                               rdfs:comment "Machine readable, unique identifier; ideally a URI/GUPRI (Globally Unique, Persistent, Resolvable Identifier)." ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Machine readable, unique identifier; ideally a URI/GUPRI (Globally Unique, Persistent, Resolvable Identifier)." .


<http://schema.org/startDate> <http://purl.org/dc/terms/identifier> "start_date" .


rdf:type <http://purl.org/dc/terms/identifier> "has_observable_property_type" ;
         <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


rdfs:label <http://purl.org/dc/terms/identifier> "name" ;
           rdfs:comment "Common human readable name" ;
           <http://www.w3.org/2004/02/skos/core#definition> "Common human readable name" .


rdfs:subClassOf <http://purl.org/dc/terms/identifier> "parent_biochementities" ,
                                                      "parent_indicators" ,
                                                      "parent_matrices" ;
                <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<http://www.w3.org/2004/02/skos/core#broader> <http://purl.org/dc/terms/identifier> "grouping_id_list" ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.org/dc/terms/identifier> "exact_matches" ;
                                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<http://www.w3.org/ns/prov#wasAttributedTo> <http://purl.org/dc/terms/identifier> "suggester" ;
                                            rdfs:comment "ORCID of the person who suggested this entity, recorded as the provenance attribution (prov:wasAttributedTo) of the resulting nanopublication." ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "ORCID of the person who suggested this entity, recorded as the provenance attribution (prov:wasAttributedTo) of the resulting nanopublication." .


<http://www.w3.org/ns/prov#wasDerivedFrom> <http://purl.org/dc/terms/identifier> "was_derived_from" .


<https://qudt.org/schema/qudt/hasQuantityKind> <http://purl.org/dc/terms/identifier> "quantity_kind" .


<https://qudt.org/schema/qudt/hasUnit> <http://purl.org/dc/terms/identifier> "unit" .


<https://w3id.org/iadopt/ont/hasConstraint> <http://purl.org/dc/terms/identifier> "constraints" ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/BioChemEntity> rdfs:comment "A biological, chemical or biochemical entity that is relevant to the Personal Exposure and Health domain" ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A biological, chemical or biochemical entity that is relevant to the Personal Exposure and Health domain" ;
                                           <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Bio Chem Entity" .


<https://w3id.org/peh/terms/BioChemRole> rdfs:comment "A role is particular behaviour which a material entity may exhibit." ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A role is particular behaviour which a material entity may exhibit." ;
                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Bio Chem Role" .


<https://w3id.org/peh/terms/CalculationDesign> rdfs:comment "Definition of a calculation method for deriving an observational value from other variables and/or contexts" ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Definition of a calculation method for deriving an observational value from other variables and/or contexts" ;
                                               <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Calculation Design" .


<https://w3id.org/peh/terms/ContextAlias> rdfs:comment "An alternative term as it is used in a known scope or context (e.g. a community, project or study) for any of the entities and its properties" ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "An alternative term as it is used in a known scope or context (e.g. a community, project or study) for any of the entities and its properties" ;
                                          <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Context Alias" .


<https://w3id.org/peh/terms/DerivedObservation> rdfs:comment "An observation in which all observed values are derived from a prior observation through analytical or statistical processing." ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "An observation in which all observed values are derived from a prior observation through analytical or statistical processing." ;
                                                <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Derived Observation" .


<https://w3id.org/peh/terms/Grouping> rdfs:comment "A generic grouping entity that allows categorising entities in a hierarchical structure" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A generic grouping entity that allows categorising entities in a hierarchical structure" ;
                                      <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Grouping" .


<https://w3id.org/peh/terms/IAdoptConstraint> rdfs:comment "Structured I-ADOPT constraint used when projecting an indicator to an I-ADOPT Variable. Constraints are usually serialized as blank nodes with a human-readable label, but may carry an identifier when a reusable constraint resource is needed. The constraint node is typed as iop:Constraint and constrains a matrix, object of interest, statistical modifier, or other entity." ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Structured I-ADOPT constraint used when projecting an indicator to an I-ADOPT Variable. Constraints are usually serialized as blank nodes with a human-readable label, but may carry an identifier when a reusable constraint resource is needed. The constraint node is typed as iop:Constraint and constrains a matrix, object of interest, statistical modifier, or other entity." ;
                                              <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "I Adopt Constraint" .


<https://w3id.org/peh/terms/IAdoptVariable> rdfs:comment "Placeholder class for actual IAdoptVariable" ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Placeholder class for actual IAdoptVariable" ;
                                            <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "I Adopt Variable" .


<https://w3id.org/peh/terms/Indicator> rdfs:comment "Any measurable or observable variable that can describe data or context in the Personal Exposure and Health domain. Intentionally aligns with the I-Adopt variable class." ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Any measurable or observable variable that can describe data or context in the Personal Exposure and Health domain. Intentionally aligns with the I-Adopt variable class." ;
                                       <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Indicator" .


<https://w3id.org/peh/terms/Matrix> rdfs:comment "The physical medium or biological substrate from which a biomarker, or other analyte is quantified in observational studies" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The physical medium or biological substrate from which a biomarker, or other analyte is quantified in observational studies" ;
                                    <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Matrix" .


<https://w3id.org/peh/terms/NamedThing> rdfs:comment "An abstract model for any of the identifiable entities" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "An abstract model for any of the identifiable entities" ;
                                        <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Named Thing" .


<https://w3id.org/peh/terms/ObservableProperty> rdfs:comment "A fully defined variable that allows registering an observation about any of the entities relevant to Personal Exposure and Health research" ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A fully defined variable that allows registering an observation about any of the entities relevant to Personal Exposure and Health research" ;
                                                <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Observable Property" .


<https://w3id.org/peh/terms/ObservablePropertyMetadataElement> rdfs:comment "Key-value element that adds contextual metadata to an Observable Property instance" ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "Key-value element that adds contextual metadata to an Observable Property instance" ;
                                                               <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Observable Property Metadata Element" .


<https://w3id.org/peh/terms/ObservablePropertyValueOption> rdfs:comment "Potential selection choices for Observable Properties that are categorical variables" ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "Potential selection choices for Observable Properties that are categorical variables" ;
                                                           <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Observable Property Value Option" .


<https://w3id.org/peh/terms/Observation> rdfs:comment "The registration of the intent to perform a set of observations as well as the resulting observed values" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "The registration of the intent to perform a set of observations as well as the resulting observed values" ;
                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Observation" .


<https://w3id.org/peh/terms/ObservationDesign> rdfs:comment "The setup of the observation, listing the study entity type being observed (and -optionally- the entities), as well as the the properties being recorded" ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "The setup of the observation, listing the study entity type being observed (and -optionally- the entities), as well as the the properties being recorded" ;
                                               <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Observation Design" .


<https://w3id.org/peh/terms/ObservationGroup> rdfs:comment "A grouped collection of observations, intended and/or executed, as part of a Personal Exposure and Health research study" ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A grouped collection of observations, intended and/or executed, as part of a Personal Exposure and Health research study" ;
                                              <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Observation Group" .


<https://w3id.org/peh/terms/ObservationResult> rdfs:comment "The result of an observational effort in Personal Exposure and Health research" ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "The result of an observational effort in Personal Exposure and Health research" ;
                                               <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Observation Result" .


<https://w3id.org/peh/terms/PhysicalEntity> rdfs:comment "A digital placeholder for a physical entity as it exists in the real world, " ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A digital placeholder for a physical entity as it exists in the real world, " ;
                                            <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Physical Entity" .


<https://w3id.org/peh/terms/QUDTQuantityKind> <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Q U D T Quantity Kind" .


<https://w3id.org/peh/terms/QUDTUnit> <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Q U D T Unit" .


<https://w3id.org/peh/terms/StudyEntityLink> rdfs:comment "A relational property that allows creating qualified links to study entities" ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A relational property that allows creating qualified links to study entities" ;
                                             <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Entity Link" .


<https://w3id.org/peh/terms/Translation> rdfs:comment "A translation for any of the entity properties, defining the property, the language and the translated term" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A translation for any of the entity properties, defining the property, the language and the translated term" ;
                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Translation" .


<https://w3id.org/peh/terms/ValidationDesign> rdfs:comment "Definition of a validation rule for automatically imposing business logic constraints" ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Definition of a validation rule for automatically imposing business logic constraints" ;
                                              <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Validation Design" .


<https://w3id.org/peh/terms/ValidationHistoryRecord> rdfs:comment "A list of events representing a historical record on the entity validation status" ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A list of events representing a historical record on the entity validation status" ;
                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <https://w3id.org/peh/peh-model-focused> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Validation History Record" .


<https://w3id.org/peh/terms/hasBioChemEntity> <http://purl.org/dc/terms/identifier> "biochementity" .


<https://w3id.org/peh/terms/hasCalculationDesign> <http://purl.org/dc/terms/identifier> "calculation_design" .


<https://w3id.org/peh/terms/hasContextAlias> <http://purl.org/dc/terms/identifier> "context_aliases" ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasCurrentValidationStatus> <http://purl.org/dc/terms/identifier> "current_validation_status" ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: ValidationStatus." .


<https://w3id.org/peh/terms/hasGroupLabel> <http://purl.org/dc/terms/identifier> "group_labels" ;
                                           <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasIndicatorType> <http://purl.org/dc/terms/identifier> "indicator_type" ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: IndicatorType." .


<https://w3id.org/peh/terms/hasMatrix> <http://purl.org/dc/terms/identifier> "matrix" .


<https://w3id.org/peh/terms/hasMaximumValue> <http://purl.org/dc/terms/identifier> "max_value" ;
                                             rdfs:comment "String representation of the expected upper bound in observations, usable for data validation" ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "String representation of the expected upper bound in observations, usable for data validation" .


<https://w3id.org/peh/terms/hasMinimumValue> <http://purl.org/dc/terms/identifier> "min_value" ;
                                             rdfs:comment "String representation of the expected lower bound in observations, usable for data validation" ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "String representation of the expected lower bound in observations, usable for data validation" .


<https://w3id.org/peh/terms/hasMolecularWeight> <http://purl.org/dc/terms/identifier> "molweight_grampermol" ;
                                                rdfs:comment "The molecular weight of the chemical entity in g/mol" ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The molecular weight of the chemical entity in g/mol" .


<https://w3id.org/peh/terms/hasObservation> <http://purl.org/dc/terms/identifier> "observation_id_list" ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasObservationDesign> <http://purl.org/dc/terms/identifier> "observation_design" .


<https://w3id.org/peh/terms/hasObservationResult> <http://purl.org/dc/terms/identifier> "observation_result_id_list" ;
                                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasObservationResultType> <http://purl.org/dc/terms/identifier> "observation_result_type" ;
                                                      <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: ObservationResultType." .


<https://w3id.org/peh/terms/hasObservationType> <http://purl.org/dc/terms/identifier> "observation_type" ;
                                                <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: ObservationType." .


<https://w3id.org/peh/terms/hasPhysicalEntity> <http://purl.org/dc/terms/identifier> "physical_entity" .


<https://w3id.org/peh/terms/hasProperty> <http://purl.org/dc/terms/identifier> "property" ;
                                         rdfs:comment "Any property that cannot be expressed as a QUDTQuantityKind" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "Any property that cannot be expressed as a QUDTQuantityKind" .


<https://w3id.org/peh/terms/hasRelevantObservableEntityType> <http://purl.org/dc/terms/identifier> "relevant_observable_entity_types" ;
                                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: ObservableEntityType." ,
                                                                                                             "Multivalued property." .


<https://w3id.org/peh/terms/hasRelevantObservationType> <http://purl.org/dc/terms/identifier> "relevant_observation_types" ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Controlled value set: ObservationType." ,
                                                                                                        "Multivalued property." .


<https://w3id.org/peh/terms/hasRole> <http://purl.org/dc/terms/identifier> "has_role" ;
                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasSignificantDecimals> <http://purl.org/dc/terms/identifier> "significantdecimals" ;
                                                    rdfs:comment "Variable precision indication, expressed as the number of significant decimals" ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Variable precision indication, expressed as the number of significant decimals" .


<https://w3id.org/peh/terms/hasStudyEntityLink> <http://purl.org/dc/terms/identifier> "study_entity_links" ;
                                                <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasTranslation> <http://purl.org/dc/terms/identifier> "translations" ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasUiLabel> <http://purl.org/dc/terms/identifier> "ui_label" ;
                                        rdfs:comment "Human readable label, to be used in user interactions through forms or documents." ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Human readable label, to be used in user interactions through forms or documents." .


<https://w3id.org/peh/terms/hasValidationDesign> <http://purl.org/dc/terms/identifier> "validation_designs" ;
                                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasValidationHistoryRecord> <http://purl.org/dc/terms/identifier> "validation_history" ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasValueMetadata> <http://purl.org/dc/terms/identifier> "value_metadata" ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasValueOption> <http://purl.org/dc/terms/identifier> "value_options" ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/hasValueType> <http://purl.org/dc/terms/identifier> "value_type" .


<https://w3id.org/peh/terms/hasVariable> <http://purl.org/dc/terms/identifier> "has_iadopt_variable" .


<https://w3id.org/peh/terms/isCategorical> <http://purl.org/dc/terms/identifier> "categorical" .


<https://w3id.org/peh/terms/isImmutable> <http://purl.org/dc/terms/identifier> "immutable" ;
                                         rdfs:comment "Variable values are not expected to change over time (e.g. birthdate of a person)" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "Variable values are not expected to change over time (e.g. birthdate of a person)" .


<https://w3id.org/peh/terms/isIsomerOf> <http://purl.org/dc/terms/identifier> "is_isomer_of" ;
                                        rdfs:comment "Indicates that this molecular entity is an isomer of another molecular entity" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Indicates that this molecular entity is an isomer of another molecular entity" ;
                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/isMetaboliteOf> <http://purl.org/dc/terms/identifier> "is_metabolite_of" ;
                                            rdfs:comment "Indicates that this molecular entity is a metabolite of another molecular entity" ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Indicates that this molecular entity is a metabolite of another molecular entity" ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> "Multivalued property." .


<https://w3id.org/peh/terms/isMultivalued> <http://purl.org/dc/terms/identifier> "multivalued" .


<https://w3id.org/peh/terms/isRequired> <http://purl.org/dc/terms/identifier> "required" .


<https://w3id.org/peh/terms/isZeroAllowed> <http://purl.org/dc/terms/identifier> "zeroallowed" .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
