@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix bibo: . @prefix qudt: . @prefix rdfs: . @prefix unit: . @prefix chebi: . @prefix schema: . @prefix dcterms: . @base . rdf:type owl:Ontology ; dcterms:creator "Oier Beaskoetxea" ; dcterms:description "Vocabulario para la representación de datos sobre los procesos de fotocatálisis descritos en las publicaciones científicas."@es ; dcterms:license "https://creativecommons.org/licenses/by/4.0/" ; dcterms:title "The Photocatalysis Ontology"^^xsd:string ; rdfs:comment "Esta ontología ha sido diseñada en conjunto con el instituto IMDEA Energía de Madrid. Para generar las bases de este vocabulario se ha utilizado como base su proyecto \"Artleafs\" que consiste en una plataforma web para recavar información sobre experimentos en el campo de la fotocatásilis para posibilitar y facilitar la reproducibilidad de los procesos explicados en los artículos cientificos."@es , "This ontology has been designed in conjunction with the IMDEA Energy Institute of Madrid. To generate the bases of this vocabulary, the \"Artleafs\" project has been used as a basis, which consists of a web platform to collect information on experiments in the field of photocatalysis to enable and facilitate the reproducibility of the processes explained in scientific articles."@en ; owl:versionInfo "0.5" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/description dcterms:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:AnnotationProperty ; rdfs:range xsd:string . ### http://www.w3.org/2000/01/rdf-schema#label rdfs:label rdf:type owl:AnnotationProperty ; rdfs:range xsd:string . ### http://www.w3.org/2002/07/owl#maxCardinality owl:maxCardinality rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://base.namespace.com/affiliationCountry :affiliationCountry rdf:type owl:ObjectProperty ; rdfs:domain schema:Person ; rdfs:range schema:Country ; rdfs:isDefinedBy "https://schema.org/" ; rdfs:label "affiliation country" . ### http://base.namespace.com/hasBET :hasBET rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :BET ; rdfs:comment "The reference to the specif surface area of a process." ; rdfs:label "has bet" . ### http://base.namespace.com/hasChemical :hasChemical rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Input :Output ) ] ; rdfs:range chebi:CHEBI_24431 ; rdfs:comment "The reference of a chemical entity." ; rdfs:label "has chemical" . ### http://base.namespace.com/hasCondition :hasCondition rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :Condition ; rdfs:comment "The reference of a condition in which the process is made." ; rdfs:label "has condition" . ### http://base.namespace.com/hasEg :hasEg rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :Eg ; rdfs:comment "The reference of an energy gap of a process." ; rdfs:label "has eg" . ### http://base.namespace.com/hasInput :hasInput rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :Input ; rdfs:comment "The reference to an input material of the process." ; rdfs:label "has input" . ### http://base.namespace.com/hasMaterialTransformationProcess :hasMaterialTransformationProcess rdf:type owl:ObjectProperty ; owl:inverseOf :reportedIn ; rdfs:domain bibo:Article ; rdfs:range :MaterialTransformationProcess ; rdfs:comment "The reference to a transformation process mentioned in the article." ; rdfs:label "has material transformation process" . ### http://base.namespace.com/hasOutput :hasOutput rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :Output ; rdfs:comment "The reference to an input material of the process." ; rdfs:label "has output" . ### http://base.namespace.com/hasOutputQuantity :hasOutputQuantity rdf:type owl:ObjectProperty ; rdfs:domain :Output ; rdfs:range :OutputQuantity ; rdfs:comment "The reference of a quantity (unit and value) in an output." ; rdfs:label "has output quantity" . ### http://base.namespace.com/hasReactionMedium :hasReactionMedium rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range :ReactionMedium ; rdfs:comment "The reference of which reaction medium is used in the process." ; rdfs:label "has reaction medium" . ### http://base.namespace.com/hasRole :hasRole rdf:type owl:ObjectProperty ; rdfs:domain :Input ; rdfs:range :MaterialTransformationRole ; rdfs:comment "The reference to a role of the input material." ; rdfs:label "has role" . ### http://base.namespace.com/reportedIn :reportedIn rdf:type owl:ObjectProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range bibo:Article ; rdfs:comment "The reference of the article in which the process is mentioned." . ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:ObjectProperty ; rdfs:domain bibo:Article ; rdfs:range schema:Person . ### http://purl.org/dc/terms/isPartOf dcterms:isPartOf rdf:type owl:ObjectProperty ; rdfs:domain bibo:Article ; rdfs:range bibo:Journal ; rdfs:comment "The reference of the journal of the article." ; rdfs:isDefinedBy "http://purl.org/dc/terms/" ; rdfs:label "is part of" . ### http://qudt.org/2.1/schema/qudt/unit qudt:unit rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :BET :Condition :Eg :OutputQuantity ) ] ; rdfs:range qudt:Unit ; rdfs:comment "The reference to an unit of measure." ; rdfs:isDefinedBy "http://qudt.org/2.1/schema/qudt/" ; rdfs:label "unit" . ################################################################# # Data properties ################################################################# ### http://base.namespace.com/conditionType :conditionType rdf:type owl:DatatypeProperty ; rdfs:domain :Condition ; rdfs:range xsd:string ; rdfs:label "condition type" . ### http://base.namespace.com/crystalStructure :crystalStructure rdf:type owl:DatatypeProperty ; rdfs:domain :Input ; rdfs:range xsd:string ; rdfs:label "crystal structure" . ### http://base.namespace.com/lampType :lampType rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :conditionType ; rdfs:domain :LampCondition ; rdfs:range xsd:string ; rdfs:label "lamp type" . ### http://base.namespace.com/lightSourceType :lightSourceType rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :conditionType ; rdfs:domain :LightSourceCondition ; rdfs:range xsd:string ; rdfs:label "light source type" . ### http://base.namespace.com/operationMode :operationMode rdf:type owl:DatatypeProperty ; rdfs:domain :MaterialTransformationProcess ; rdfs:range xsd:string ; rdfs:label "operation mode" . ### http://base.namespace.com/pH :pH rdf:type owl:DatatypeProperty ; rdfs:domain :ReactionMedium ; rdfs:range xsd:nonNegativeInteger ; rdfs:label "pH" . ### http://base.namespace.com/percentage :percentage rdf:type owl:DatatypeProperty ; rdfs:domain :Input ; rdfs:range xsd:double ; rdfs:label "percentage" . ### http://base.namespace.com/reactorType :reactorType rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :conditionType ; rdfs:domain :ReactorCondition ; rdfs:range xsd:string ; rdfs:label "reactor type" . ### http://base.namespace.com/setUpType :setUpType rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :conditionType ; rdfs:domain :CatalystSetUpCondition ; rdfs:range xsd:string ; rdfs:label "set up type" . ### http://purl.obolibrary.org/obo/formula chebi:formula rdf:type owl:DatatypeProperty ; rdfs:domain chebi:CHEBI_24431 ; rdfs:range xsd:string ; rdfs:isDefinedBy "http://purl.obolibrary.org/obo/" ; rdfs:label "formula" . ### http://purl.org/dc/terms/date dcterms:date rdf:type owl:DatatypeProperty ; rdfs:domain bibo:Article ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "http://purl.org/dc/terms/" ; rdfs:label "date" . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :MaterialTransformationProcess bibo:Journal ) ] ; rdfs:range xsd:string . ### http://purl.org/ontology/bibo/abstract bibo:abstract rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :conditionType ; rdfs:domain bibo:Article ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/" . ### http://purl.org/ontology/bibo/doi bibo:doi rdf:type owl:DatatypeProperty ; rdfs:domain bibo:Article ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/" ; rdfs:label "doi" . ### http://purl.org/ontology/bibo/issue bibo:issue rdf:type owl:DatatypeProperty ; rdfs:domain bibo:Article ; rdfs:range xsd:string ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/" ; rdfs:label "issue" . ### http://purl.org/ontology/bibo/pageStart bibo:pageStart rdf:type owl:DatatypeProperty ; rdfs:domain bibo:Article ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/" ; rdfs:label "page start" . ### http://purl.org/ontology/bibo/volume bibo:volume rdf:type owl:DatatypeProperty ; rdfs:domain bibo:Article ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/" ; rdfs:label "volume" . ### http://qudt.org/2.1/schema/qudt/numericValue qudt:numericValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf qudt:value ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :BET :Eg :IluminatedAreaCondition :IrradianceCondition :OutputQuantity :PowerCondition :PressureCondition :ReactionTimeCondition :ReactorCondition :SpaceVelocityCondition :TemperatureCondition ) ] ; rdfs:range xsd:double ; rdfs:isDefinedBy "http://qudt.org/2.1/schema/qudt/" ; rdfs:label "numeric value" . ### http://qudt.org/2.1/schema/qudt/value qudt:value rdf:type owl:DatatypeProperty ; rdfs:domain :Condition ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy "http://qudt.org/2.1/schema/qudt/" ; rdfs:label "value" . ### http://www.w3.org/2000/01/rdf-schema#label rdfs:label rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :MaterialTransformationProcess chebi:CHEBI_24431 ) ] ; rdfs:range xsd:string . ### https://schema.org/email schema:email rdf:type owl:DatatypeProperty ; rdfs:domain schema:Person ; rdfs:range xsd:string ; rdfs:isDefinedBy "https://schema.org/" ; rdfs:label "email" . ### https://schema.org/name schema:name rdf:type owl:DatatypeProperty ; rdfs:domain schema:Person ; rdfs:range xsd:string ; rdfs:isDefinedBy "https://schema.org/" ; rdfs:label "name" . ################################################################# # Classes ################################################################# ### http://base.namespace.com/BET :BET rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass qudt:Unit ] ; rdfs:comment "It describes the relationship between the number of gas molecules adsorbed at a given relative pressure." ; rdfs:label "BET" , "Specific Surface Area" . ### http://base.namespace.com/CatalystSetUpCondition :CatalystSetUpCondition rdf:type owl:Class ; rdfs:subClassOf :Condition ; rdfs:comment "It describes which is the configuration of the catalyst." ; rdfs:label "Catalyst Set Up Condition" . ### http://base.namespace.com/Condition :Condition rdf:type owl:Class ; rdfs:comment "It describes the conditions in which the material transformation process is done." ; rdfs:label "Condition" . ### http://base.namespace.com/Eg :Eg rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass qudt:Unit ] ; rdfs:comment "The difference of energy between the bottom of the conduction band and the top of the valence band of the electrons in a crystalline solid." ; rdfs:label "Band gap" , "Eg" , "Energy gap" . ### http://base.namespace.com/IluminatedAreaCondition :IluminatedAreaCondition rdf:type owl:Class ; rdfs:subClassOf :LightSourceCondition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "It describes how large the illuminated area is in the process." ; rdfs:label "Iluminated Area Condition" . ### http://base.namespace.com/Input :Input rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasChemical ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass chebi:CHEBI_24431 ] , [ rdf:type owl:Restriction ; owl:onProperty :hasRole ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :MaterialTransformationRole ] ; rdfs:comment "The material that takes part in the process as an input." ; rdfs:label "Input" . ### http://base.namespace.com/IrradianceCondition :IrradianceCondition rdf:type owl:Class ; rdfs:subClassOf :LampCondition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "It describes the irradiance of the lamp on the process" ; rdfs:label "Irradiance Condition" . ### http://base.namespace.com/LampCondition :LampCondition rdf:type owl:Class ; rdfs:subClassOf :Condition ; rdfs:comment "It describes what kind of lamp is used in the process." ; rdfs:label "Lamp Condition" . ### http://base.namespace.com/LightSourceCondition :LightSourceCondition rdf:type owl:Class ; rdfs:subClassOf :Condition ; rdfs:comment "It describes what kind of light source is used in the process." ; rdfs:label "Light Source Condition" . ### http://base.namespace.com/MaterialTransformationProcess :MaterialTransformationProcess rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasInput ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Input ] , [ rdf:type owl:Restriction ; owl:onProperty :hasOutput ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Output ] , [ rdf:type owl:Restriction ; owl:onProperty :hasReactionMedium ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :ReactionMedium ] , [ rdf:type owl:Restriction ; owl:onProperty :reportedIn ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass bibo:Article ] , [ rdf:type owl:Restriction ; owl:onProperty :hasBET ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :BET ] ; rdfs:comment "The process that transforms some input chemicals into other ones when energy is applied." ; rdfs:label "Material Transformation Process" . ### http://base.namespace.com/MaterialTransformationRole :MaterialTransformationRole rdf:type owl:Class ; rdfs:comment "The role that an input material can have in the transformation process." ; rdfs:label "Material Transformation Role" . ### http://base.namespace.com/Output :Output rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasChemical ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass chebi:CHEBI_24431 ] , [ rdf:type owl:Restriction ; owl:onProperty :hasOutputQuantity ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :OutputQuantity ] ; rdfs:comment "The resultant material of the process after transformation." ; rdfs:label "Output" . ### http://base.namespace.com/OutputQuantity :OutputQuantity rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass qudt:Unit ] ; rdfs:comment "The amount of output material produced from the transformation." ; rdfs:label "Output Quantity" . ### http://base.namespace.com/PowerCondition :PowerCondition rdf:type owl:Class ; rdfs:subClassOf :LampCondition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Describe cual es la energía emitida por la lampara en el proceso."@es , "It describes how much energy is emitted by the lamp in the process."@en ; rdfs:label "Power Condition" . ### http://base.namespace.com/PressureCondition :PressureCondition rdf:type owl:Class ; rdfs:subClassOf :Condition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "The pressupre in which the process is made." ; rdfs:label "Pressure Condition" . ### http://base.namespace.com/ReactionMedium :ReactionMedium rdf:type owl:Class ; rdfs:comment "The medium used in the reaction is made." ; rdfs:label "Reaction Medium" . ### http://base.namespace.com/ReactionTimeCondition :ReactionTimeCondition rdf:type owl:Class ; rdfs:subClassOf :Condition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "It describes how long the transformation has been going on." ; rdfs:label "Reaction Time Condition" . ### http://base.namespace.com/ReactorCondition :ReactorCondition rdf:type owl:Class ; rdfs:subClassOf :Condition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "It describes the reactor type used in the process and its size" ; rdfs:label "Reactor Condition" . ### http://base.namespace.com/SpaceVelocityCondition :SpaceVelocityCondition rdf:type owl:Class ; rdfs:subClassOf :Condition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "It is the ratio of the volumetric flow rate (hourly) of the catalyst present in the reactor." ; rdfs:label "Space Velocity Condition" . ### http://base.namespace.com/TemperatureCondition :TemperatureCondition rdf:type owl:Class ; rdfs:subClassOf :Condition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "The temperature in which the process is made." ; rdfs:label "Temperature Condition" . ### http://base.namespace.com/WavelengthCondition :WavelengthCondition rdf:type owl:Class ; rdfs:subClassOf :LightSourceCondition , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "This describes what is wavelength of the light soruce used in the process." ; rdfs:label "Wavelength Condition" . ### http://purl.obolibrary.org/obo/CHEBI_24431 chebi:CHEBI_24431 rdf:type owl:Class ; rdfs:comment "The chemical that participates in process input/output." ; rdfs:isDefinedBy "http://purl.obolibrary.org/obo/"^^xsd:anyURI ; rdfs:label "CHEBI:24431" , "Chemical entity" . ### http://purl.org/ontology/bibo/Article bibo:Article rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty dcterms:creator ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass schema:Person ] , [ rdf:type owl:Restriction ; owl:onProperty dcterms:isPartOf ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass bibo:Journal ] ; rdfs:comment "The article that describes the catalytic processes." ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Article"@en , "Artículo"@es . ### http://purl.org/ontology/bibo/Journal bibo:Journal rdf:type owl:Class ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Journal" . ### http://qudt.org/2.1/schema/qudt/Unit qudt:Unit rdf:type owl:Class ; rdfs:comment "The unit of measure of a quantity." ; rdfs:isDefinedBy "http://qudt.org/2.1/schema/qudt/"^^xsd:anyURI ; rdfs:label "Unit" . ### https://schema.org/Country schema:Country rdf:type owl:Class ; rdfs:isDefinedBy "https://schema.org/"^^xsd:anyURI ; rdfs:label "Country" . ### https://schema.org/Person schema:Person rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :affiliationCountry ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass schema:Country ] ; rdfs:isDefinedBy "https://schema.org/"^^xsd:anyURI ; rdfs:label "Person" . ################################################################# # Individuals ################################################################# ### http://base.namespace.com/Catalyst :Catalyst rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Catalyst" . ### http://base.namespace.com/CoCatalyst :CoCatalyst rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Co-catalyst" . ### http://base.namespace.com/Dopant :Dopant rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Dopant" . ### http://base.namespace.com/Dye :Dye rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Dye" . ### http://base.namespace.com/Gas :Gas rdf:type owl:NamedIndividual , :ReactionMedium ; rdfs:label "Gas" . ### http://base.namespace.com/Liquid :Liquid rdf:type owl:NamedIndividual , :ReactionMedium ; rdfs:label "Liquid" . ### http://base.namespace.com/Reductant :Reductant rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Reductant" . ### http://base.namespace.com/Support :Support rdf:type owl:NamedIndividual , :MaterialTransformationRole ; rdfs:label "Support" . ################################################################# # Annotations ################################################################# dcterms:creator rdfs:label "creator" ; rdfs:isDefinedBy "http://purl.org/dc/terms/" ; rdfs:comment "The reference of the author of an Article." . dcterms:title rdfs:label "title" ; rdfs:isDefinedBy "http://purl.org/dc/terms/" . rdfs:label rdfs:label "label" ; rdfs:isDefinedBy "http://www.w3.org/2000/01/rdf-schema#" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi