@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix qudt: . @prefix rdfs: . @prefix skos: . @prefix sosa: . @prefix dcterms: . @base . rdf:type owl:Ontology ; dcterms:created "2026-04-07"^^xsd:date ; dcterms:description "Ontology describing the schema for electrospinning experiments, including experiment identification, polymer information, process parameters, characterisation, and desirability metrics."@en ; dcterms:title "Electrospinning Experiment Database Ontology"@en ; owl:versionInfo "1.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/created dcterms:created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description dcterms:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:AnnotationProperty . ### http://qudt.org/schema/qudt/unit qudt:unit rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/sosa/usedProcedure sosa:usedProcedure rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#time xsd:time rdf:type rdfs:Datatype . ################################################################# # Data properties ################################################################# ### http://example.org/electrospinning#conductivity :conductivity rdf:type owl:DatatypeProperty ; rdfs:domain :StudiedProperties ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Conductivity measured before each experiment."@en ; rdfs:label "Conductivity"@en ; skos:prefLabel "Conductivity of the solution"@en ; sosa:usedProcedure "Conductivity meter" . ### http://example.org/electrospinning#actualConcentration :actualConcentration rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Specifies actual concentration."@en ; rdfs:label "Actual Concentration"@en ; skos:prefLabel "Actual concentration of polymer solution"@en . ### http://example.org/electrospinning#concentrationCoded :concentrationCoded rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:string ; rdfs:comment "Identifies the concentration level."@en ; rdfs:label "Concentration Coded"@en ; skos:prefLabel "Codification of concentration"@en . ### http://example.org/electrospinning#actualDistance :actualDistance rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Specifies actual distance."@en ; rdfs:label "Actual Distance"@en ; skos:prefLabel "Actual distance of electrospinning"@en ; sosa:usedProcedure "Ruler" . ### http://example.org/electrospinning#distanceCoded :distanceCoded rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:string ; rdfs:comment "Identifies the distance level."@en ; rdfs:label "Distance Coded"@en ; skos:prefLabel "Codification of distance"@en . ### http://example.org/electrospinning#coreDesirability :coreDesirability rdf:type owl:DatatypeProperty ; rdfs:domain :Desirability ; rdfs:range xsd:float ; rdfs:comment "Desirability of core measurements (Y1–Y5)."@en ; rdfs:label "Core Desirability"@en ; skos:prefLabel "Core desirability"@en . ### http://example.org/electrospinning#fullDesirability :fullDesirability rdf:type owl:DatatypeProperty ; rdfs:domain :Desirability ; rdfs:range xsd:float ; rdfs:comment "Desirability of core measurements (Y6–Y7)."@en ; rdfs:label "Full Desirability"@en ; skos:prefLabel "Full desirability"@en . ### http://example.org/electrospinning#is24hStored :is24hStored rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:boolean ; rdfs:comment "Identifies if the solution has been stored for 24h."@en ; rdfs:label "24h Stored"@en ; skos:prefLabel "Identifier of 24h experiment"@en . ### http://example.org/electrospinning#massLoss :massLoss rdf:type owl:DatatypeProperty ; rdfs:domain :MassChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Percentage of mass loss during treatment."@en ; rdfs:label "Mass Loss"@en ; skos:prefLabel "Percentage of mass loss"@en . ### http://example.org/electrospinning#molarWeight :molarWeight rdf:type owl:DatatypeProperty ; rdfs:domain :PolymerInformation ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Molar weight of the polymer declared by the supplier."@en ; rdfs:label "Molar Weight"@en ; skos:prefLabel "Molar weight"@en . ### http://example.org/electrospinning#finalMass :finalMass rdf:type owl:DatatypeProperty ; rdfs:domain :MassChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Final mass after thermal treatment."@en ; rdfs:label "Final Mass"@en ; skos:prefLabel "Final mass measured"@en . ### http://example.org/electrospinning#initialMass :initialMass rdf:type owl:DatatypeProperty ; rdfs:domain :MassChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Initial mass before thermal treatment."@en ; rdfs:label "Initial Mass"@en ; skos:prefLabel "Initial mass measured"@en . ### http://example.org/electrospinning#processFailure :processFailure rdf:type owl:DatatypeProperty ; rdfs:domain :Desirability ; rdfs:range xsd:boolean ; rdfs:comment "Identifies if the experiment is fail."@en ; rdfs:label "Process Failure"@en ; skos:prefLabel "Failure of process"@en . ### http://example.org/electrospinning#maxFluxRate :maxFluxRate rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Maximum flux rate found during the experiment."@en ; rdfs:label "Maximum Flux Rate"@en ; skos:prefLabel "Maximum flux rate used"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#minFluxRate :minFluxRate rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Minimum flux rate found during the experiment."@en ; rdfs:label "Minimum Flux Rate"@en ; skos:prefLabel "Minimum flux rate used"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#optimalFluxRate :optimalFluxRate rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Optimal flux rate found during the experiment."@en ; rdfs:label "Optimal Flux Rate"@en ; skos:prefLabel "Optimal flux rate"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#relativeHumidity :relativeHumidity rdf:type owl:DatatypeProperty ; rdfs:domain :AmbientParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Humidity measured before each experiment."@en ; rdfs:label "Relative Humidity"@en ; skos:prefLabel "Relative humidity"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#ambientTemperature :ambientTemperature rdf:type owl:DatatypeProperty ; rdfs:domain :AmbientParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Temperature measured before each experiment."@en ; rdfs:label "Ambient Temperature"@en ; skos:prefLabel "Environmental temperature"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#initialTemperature :initialTemperature rdf:type owl:DatatypeProperty ; rdfs:domain :TemperatureChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Temperature measured before thermal treatment."@en ; rdfs:label "Initial Temperature"@en ; skos:prefLabel "Initial temperature"@en . ### http://example.org/electrospinning#maxTemperature :maxTemperature rdf:type owl:DatatypeProperty ; rdfs:domain :TemperatureChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Temperature maximum on thermal treatment."@en ; rdfs:label "Maximum Temperature"@en ; skos:prefLabel "Maximum temperature"@en . ### http://example.org/electrospinning#viscosity :viscosity rdf:type owl:DatatypeProperty ; rdfs:domain :StudiedProperties ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Viscosity measured before each experiment."@en ; rdfs:label "Viscosity"@en ; skos:prefLabel "Viscosity of the solution"@en ; sosa:usedProcedure "DMA" . ### http://example.org/electrospinning#maxVoltage :maxVoltage rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Maximum voltage found during the experiment."@en ; rdfs:label "Maximum Voltage"@en ; skos:prefLabel "Maximum voltage used"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#minVoltage :minVoltage rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Minimum voltage found during the experiment."@en ; rdfs:label "Minimum Voltage"@en ; skos:prefLabel "Minimum voltage used"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#optimalVoltage :optimalVoltage rdf:type owl:DatatypeProperty ; rdfs:domain :CodedParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Optimal voltage found during the experiment."@en ; rdfs:label "Optimal Voltage"@en ; skos:prefLabel "Optimal voltage"@en ; sosa:usedProcedure "Electrospinning instrument" . ### http://example.org/electrospinning#fiberDiameter :fiberDiameter rdf:type owl:DatatypeProperty ; rdfs:domain :CoreCharacterization ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Diameter of the fibers measured with optical microscope."@en ; rdfs:label "Fiber Diameter"@en ; skos:prefLabel "Diameter of the fiber"@en ; sosa:usedProcedure "Optical microscope" . ### http://example.org/electrospinning#porosity :porosity rdf:type owl:DatatypeProperty ; rdfs:domain :CoreCharacterization ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Percentage of porosity of mats."@en ; rdfs:label "Porosity"@en ; skos:prefLabel "Percentage of porosity"@en . ### http://example.org/electrospinning#crystallinity :crystallinity rdf:type owl:DatatypeProperty ; rdfs:domain :CoreCharacterization ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Percentage of crystallinity."@en ; rdfs:label "Crystallinity"@en ; skos:prefLabel "Percentage of crystallinity"@en ; sosa:usedProcedure "X-ray diffraction" . ### http://example.org/electrospinning#waterUptake :waterUptake rdf:type owl:DatatypeProperty ; rdfs:domain :CoreCharacterization ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Percentage of weight gain after water uptake."@en ; rdfs:label "Water Uptake"@en ; skos:prefLabel "Percentage of water uptake"@en ; sosa:usedProcedure "Scale" . ### http://example.org/electrospinning#tensileStrength :tensileStrength rdf:type owl:DatatypeProperty ; rdfs:domain :CoreCharacterization ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Tensile strength of the mats in MPa."@en ; rdfs:label "Tensile Strength"@en ; skos:prefLabel "Tensile strength"@en ; sosa:usedProcedure "Megan's instrument" . ### http://example.org/electrospinning#specificMetric1 :specificMetric1 rdf:type owl:DatatypeProperty ; rdfs:domain :SpecificCharacterization ; rdfs:range xsd:float ; rdfs:comment "Specific measure 1."@en ; rdfs:label "Specific Metric 1"@en ; skos:prefLabel "Specific metric 1"@en . ### http://example.org/electrospinning#specificMetric2 :specificMetric2 rdf:type owl:DatatypeProperty ; rdfs:domain :SpecificCharacterization ; rdfs:range xsd:float ; rdfs:comment "Specific measure 2."@en ; rdfs:label "Specific Metric 2"@en ; skos:prefLabel "Specific metric 2"@en . ### http://example.org/electrospinning#batchId :batchId rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentID ; rdfs:range xsd:string ; rdfs:comment "Identifies solution batch."@en ; rdfs:label "Batch ID"@en ; skos:prefLabel "Identification of the batch"@en . ### http://example.org/electrospinning#electrospinningDate :electrospinningDate rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentalTimeDate ; rdfs:range xsd:date ; rdfs:comment "Identifies the electrospinning date."@en ; rdfs:label "Electrospinning Date"@en ; skos:prefLabel "Date of electrospinning"@en . ### http://example.org/electrospinning#electrospinningEndTime :electrospinningEndTime rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentalTimeDate ; rdfs:range xsd:time ; rdfs:comment "Identifies the electrospinning finish time."@en ; rdfs:label "Electrospinning End Time"@en ; skos:prefLabel "Finish time of electrospinning"@en . ### http://example.org/electrospinning#electrospinningStartTime :electrospinningStartTime rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentalTimeDate ; rdfs:range xsd:time ; rdfs:comment "Identifies the electrospinning start time."@en ; rdfs:label "Electrospinning Start Time"@en ; skos:prefLabel "Starting time of electrospinning"@en . ### http://example.org/electrospinning#hydrolysis :hydrolysis rdf:type owl:DatatypeProperty ; rdfs:domain :PolymerInformation ; rdfs:range xsd:float ; rdfs:comment "Chemical process that breaks down complex molecules into smaller components by adding water to split chemical bonds."@en ; rdfs:label "Hydrolysis"@en ; skos:prefLabel "Hydrolysis"@en . ### http://example.org/electrospinning#intrinsicViscosity :intrinsicViscosity rdf:type owl:DatatypeProperty ; rdfs:domain :PolymerInformation ; rdfs:range xsd:float ; rdfs:comment "Measures a solute's contribution to a solution's viscosity, representing the limit of the reduced viscosity."@en ; rdfs:label "Intrinsic Viscosity"@en ; skos:prefLabel "Intrinsic viscosity"@en . ### http://example.org/electrospinning#polymerType :polymerType rdf:type owl:DatatypeProperty ; rdfs:domain :PolymerInformation ; rdfs:range xsd:string ; rdfs:comment "Identifies polymer type."@en ; rdfs:label "Polymer Type"@en ; skos:prefLabel "Polymer type"@en . ### http://example.org/electrospinning#preparationDate :preparationDate rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentalTimeDate ; rdfs:range xsd:dateTime ; rdfs:comment "Identifies the date of the preparation of the solution."@en ; rdfs:label "Preparation Date"@en ; skos:prefLabel "Solution preparation date"@en . ### http://example.org/electrospinning#replicateNumber :replicateNumber rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentID ; rdfs:range xsd:integer ; rdfs:comment "Identifies each run (0h, 2h, 4h, 24h)."@en ; rdfs:label "Replicate Number"@en ; skos:prefLabel "Number of replicate"@en . ### http://example.org/electrospinning#runId :runId rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentID ; rdfs:range xsd:string ; rdfs:comment "Identifies each experiment done."@en ; rdfs:label "Run ID"@en ; skos:prefLabel "Identification of the run"@en . ### http://example.org/electrospinning#runType :runType rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentID ; rdfs:range xsd:string ; rdfs:comment "Identifies if it is a sequential run or central."@en ; rdfs:label "Run Type"@en ; skos:prefLabel "Type of run"@en . ### http://example.org/electrospinning#stage :stage rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentID ; rdfs:range xsd:string ; rdfs:comment "Identifies if there are additives or not."@en ; rdfs:label "Stage"@en ; skos:prefLabel "Stage of the experiment"@en . ### http://example.org/electrospinning#electrospinningTime :electrospinningTime rdf:type owl:DatatypeProperty ; rdfs:domain :VariableParameters ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Specifies total time of electrospinning."@en ; rdfs:label "Electrospinning Time"@en ; skos:prefLabel "Total time of electrospinning"@en ; sosa:usedProcedure "Cronometer" . ### http://example.org/electrospinning#elapsedTime :elapsedTime rdf:type owl:DatatypeProperty ; rdfs:domain :ExperimentalTimeDate ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Identifies time from solution preparation until electrospinning; for 24h, time from out of the storage until preparation."@en ; rdfs:label "Elapsed Time"@en ; skos:prefLabel "Time from solution preparation until electrospinning"@en . ### http://example.org/electrospinning#isothermalTime :isothermalTime rdf:type owl:DatatypeProperty ; rdfs:domain :TemperatureChange ; rdfs:range xsd:float ; qudt:unit ; rdfs:comment "Isothermal temperature on thermal treatment."@en ; rdfs:label "Isothermal Time"@en ; skos:prefLabel "Isothermal temperature"@en . ################################################################# # Classes ################################################################# ### http://example.org/electrospinning#AmbientParameters :AmbientParameters rdf:type owl:Class ; rdfs:subClassOf :ExperimentalParameters ; rdfs:comment "Environmental conditions during the experiment."@en ; rdfs:label "Ambient Parameters"@en . ### http://example.org/electrospinning#Characterization :Characterization rdf:type owl:Class ; rdfs:comment "Measured properties of the electrospun product."@en ; rdfs:label "Characterization"@en . ### http://example.org/electrospinning#CodedParameters :CodedParameters rdf:type owl:Class ; rdfs:subClassOf :ExperimentalParameters ; rdfs:comment "Instrument-recorded parameters during electrospinning."@en ; rdfs:label "Coded Parameters"@en . ### http://example.org/electrospinning#CoreCharacterization :CoreCharacterization rdf:type owl:Class ; rdfs:subClassOf :Characterization ; rdfs:comment "Core characterisation measurements (Y1–Y5)."@en ; rdfs:label "Core Characterization"@en . ### http://example.org/electrospinning#Desirability :Desirability rdf:type owl:Class ; rdfs:comment "Desirability metrics for evaluating experiment outcomes."@en ; rdfs:label "Desirability"@en . ### http://example.org/electrospinning#ExperimentID :ExperimentID rdf:type owl:Class ; rdfs:comment "Identifiers and metadata for an experiment run."@en ; rdfs:label "Experiment ID"@en . ### http://example.org/electrospinning#ExperimentalParameters :ExperimentalParameters rdf:type owl:Class ; rdfs:comment "Parameters set or measured during the electrospinning experiment."@en ; rdfs:label "Experimental Parameters"@en . ### http://example.org/electrospinning#ExperimentalTimeDate :ExperimentalTimeDate rdf:type owl:Class ; rdfs:comment "Timestamps associated with the experiment."@en ; rdfs:label "Experimental Time-Date"@en . ### http://example.org/electrospinning#MassChange :MassChange rdf:type owl:Class ; rdfs:subClassOf :ThermalProcessParameters ; rdfs:comment "Mass-related parameters during thermal treatment."@en ; rdfs:label "Mass Change"@en . ### http://example.org/electrospinning#PolymerInformation :PolymerInformation rdf:type owl:Class ; rdfs:comment "Properties describing the polymer material used."@en ; rdfs:label "Polymer Information"@en . ### http://example.org/electrospinning#SpecificCharacterization :SpecificCharacterization rdf:type owl:Class ; rdfs:subClassOf :Characterization ; rdfs:comment "Additional specific characterisation metrics (Y6–Y7)."@en ; rdfs:label "Specific Characterization"@en . ### http://example.org/electrospinning#StudiedProperties :StudiedProperties rdf:type owl:Class ; rdfs:subClassOf :ExperimentalParameters ; rdfs:comment "Solution properties measured before each experiment."@en ; rdfs:label "Studied Properties"@en . ### http://example.org/electrospinning#TemperatureChange :TemperatureChange rdf:type owl:Class ; rdfs:subClassOf :ThermalProcessParameters ; rdfs:comment "Temperature-related parameters during thermal treatment."@en ; rdfs:label "Temperature Change"@en . ### http://example.org/electrospinning#ThermalProcessParameters :ThermalProcessParameters rdf:type owl:Class ; rdfs:comment "Parameters related to thermal treatment of specimens."@en ; rdfs:label "Thermal Process Parameters"@en . ### http://example.org/electrospinning#VariableParameters :VariableParameters rdf:type owl:Class ; rdfs:subClassOf :ExperimentalParameters ; rdfs:comment "Parameters that are varied across experiments (design factors)."@en ; rdfs:label "Variable Parameters"@en . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi