@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: Electrocatalysis Experiments" ; "scec" ; "https://w3id.org/solarchem/scec#" ; 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 . ################################################################# # Classes ################################################################# ### http://w3id.org/solarchem/sc#ExperimentExecution rdf:type owl:Class ; rdfs:label "Experiment Execution" . ### http://w3id.org/solarchem/scec#ElectrocatalysisExperiment :ElectrocatalysisExperiment rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Electrocatalysis Experiment" . ### http://w3id.org/solarchem/scec#TafelSlope :TafelSlope rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Tafel Slope" . ### http://w3id.org/solarchem/scec#TurnOverFrequency :TurnOverFrequency rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Turn Over Frequency" . ### http://w3id.org/solarchem/sc#ElectrochemicalMetric rdf:type owl:Class ; rdfs:label "Electrochemical Metric" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/