@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports ; "Oier Beaskoetxea" ; "Ana Iglesias-Molina" , "Daniel Garijo" , "Laura Collado" , "Miguel Tecedor" , "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: Photocatalysis Experiments" ; "scpc" ; "https://w3id.org/solarchem/scpc#" ; 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 . ################################################################# # Data properties ################################################################# ### http://w3id.org/solarchem/scpc#reactorVolume rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:label "reactor volume" . ################################################################# # Classes ################################################################# ### http://w3id.org/solarchem/sc#Condition rdf:type owl:Class ; rdfs:label "Condition" . ### http://w3id.org/solarchem/sc#ConversionMetric rdf:type owl:Class ; rdfs:label "Conversion Metric" . ### 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/scpc#ApparentQuantumYield rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Apparent Quantum Yield" . ### http://w3id.org/solarchem/scpc#Fixed-bedReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Fixed-bed Reactor" . ### http://w3id.org/solarchem/scpc#Fluidised-bedReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Fluidised-bed Reactor" . ### http://w3id.org/solarchem/scpc#MembraneReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Membrane Reactor" . ### http://w3id.org/solarchem/scpc#MonolithicReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Monolithic Reactor" . ### http://w3id.org/solarchem/scpc#OpticalFiberReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Optical Fiber Reactor" . ### http://w3id.org/solarchem/scpc#PhotocatalysisExperiment rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Photocatalysis Experiment" . ### http://w3id.org/solarchem/scpc#PhotonicEfficiency rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Photonic Efficiency" . ### http://w3id.org/solarchem/scpc#QuantumYield rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Quantum Yield" . ### http://w3id.org/solarchem/scpc#ReactorCondition rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Reactor Condition" . ### http://w3id.org/solarchem/scpc#SlurryReactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Slurry Reactor" . ################################################################# # Individuals ################################################################# ### http://w3id.org/solarchem/scpc#Dye rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpc#Reductant rdf:type owl:NamedIndividual , . ### http://w3id.org/solarchem/scpc#Support rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/