@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "Daniel Garijo" , "Laura Collado" , "Miguel Tecedor" , "Víctor de la Peña" ; "2023-10-11"^^xsd:date ; "Ana Iglesias-Molina" ; "This ontology represents the execution of experiments related to electrocatalysis, photocatalysis and photoelectrocatalysis with inputs, outputs, and experimental conditions."@en ; "http://purl.org/NET/rdflicense/cc-by4.0" ; "2023-10-29"^^xsd:date ; ; "The SolarChem Ontology: Electrocatalysis Experiments"@en ; "solarec" ; "https://w3id.org/solar/o/ec#" ; owl:versionInfo "v1.0.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/author rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/publisher rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # Classes ################################################################# ### https://w3id.org/solar/o/core#ElectrochemicalMetric rdf:type owl:Class . ### https://w3id.org/solar/o/core#ExperimentExecution rdf:type owl:Class ; rdfs:label "Experiment Execution"@en . ### https://w3id.org/solar/o/ec#ElectrocatalysisExperiment :ElectrocatalysisExperiment rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Experiment of a catalytic process involving oxidation and reduction reactions through the direct transfer of electrons"@en ; rdfs:label "Electrocatalysis Experiment"@en . ### https://w3id.org/solar/o/pec#ElectrochemicalMetric rdf:type owl:Class ; rdfs:comment "Metric specific of electrochemical or photoelectrochemical reactions" ; rdfs:label "Electrochemical Metric"@en . ################################################################# # Individuals ################################################################# ### https://w3id.org/solar/o/ec#TafelSlope :TafelSlope rdf:type owl:NamedIndividual , ; rdfs:comment "A parameter that quantifies the amount of electrochemical driving force required to produce a logarithmic increase in the observed current"@en ; rdfs:label "Tafel Slope"@en . ### https://w3id.org/solar/o/ec#TurnOverFrequency :TurnOverFrequency rdf:type owl:NamedIndividual , ; rdfs:comment "Number of photoinduced transformations (product formed or reactant consumed), per catalytic site and per time period."@en ; rdfs:label "Turn Over Frequency"@en . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/