@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports ; "Ana Iglesias-Molina" , "Daniel Garijo" , "Laura Collado" , "Miguel Tecedor" , "Oier Beaskoetxea" , "Víctor de la Peña" ; "This ontology represents the execution of experiments related to electrocatalysis, photocatalysis and photoelectrocatalysis with inputs, outputs, and experimental conditions." ; "http://purl.org/NET/rdflicense/cc-by4.0" ; "The SolarChem Ontology: Photoelectrocatalysis Experiments" ; "scpec" ; "https://w3id.org/solarchem/scpec#" ; owl:versionInfo "v0.7.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/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license 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 . ################################################################# # Object Properties ################################################################# ### http://w3id.org/solarchem/scpec#hasQEMetric rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:label "has QE metric" . ################################################################# # Classes ################################################################# ### http://w3id.org/solarchem/sc#Condition rdf:type owl:Class ; rdfs:label "Condition" . ### http://w3id.org/solarchem/sc#ElectrochemicalConfiguration rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Electrochemical Configuration" . ### http://w3id.org/solarchem/sc#ExperimentExecution rdf:type owl:Class ; rdfs:label "Experiment Execution" . ### http://w3id.org/solarchem/sc#MaterialTransformationRole rdf:type owl:Class ; rdfs:label "Material Transformation Role" . ### http://w3id.org/solarchem/scpec#ABPE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "ABPE" . ### http://w3id.org/solarchem/sc#ElectrochemicalMetric rdf:type owl:Class ; rdfs:label "Electrochemical Metric" . ### http://w3id.org/solarchem/scpec#FF rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "F F" . ### http://w3id.org/solarchem/scpec#IPCE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "IPCE" . ### http://w3id.org/solarchem/scpec#Onset rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Onset" . ### http://w3id.org/solarchem/scpec#PhotoelectrocatalysisExperiment rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Photoelectrocatalysis Experiment" . ### http://w3id.org/solarchem/scpec#QEMetric rdf:type owl:Class ; rdfs:label "QE Metric" . ### http://w3id.org/solarchem/scpec#j_ph rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "j_ph" . ################################################################# # Individuals ################################################################# ### http://w3id.org/solarchem/scpec#Anode rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#Cathode rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#Overlayer rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#PEC rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#PV-EC rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#PV-PEC rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#Photoabsorber rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#Photocatalyst rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#Substrate rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpec#TransparentConductiveContact rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/