@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . a owl:Ontology ; owl:imports ; owl:versionInfo "1.0"^^xsd:decimal ; "2018-12-02"^^xsd:string ; """Izaskun Fernandez Aitor Arnaiz """^^xsd:string ; "This ontology module specializes the Executor terminology of the eep:Execution class for the PFEEPSA Ontology."@en ; ; "exn4pfeepsa"@en ; ; """Iker Esnaola-Gonzalez Jesús Bermúdez """^^xsd:string ; "Execution ontology module for the PFEEPSA Ontology"^^xsd:string ; "2018-09-30"^^xsd:string ; "Work in Progress"@en . # # # ################################################################# # # # # Annotation properties # # # ################################################################# # # # http://creativecommons.org/ns#license a owl:AnnotationProperty . # # http://purl.org/dc/elements/1.1/creator a owl:AnnotationProperty . # # http://purl.org/dc/terms/contributor a owl:AnnotationProperty . # # http://purl.org/dc/terms/created a owl:AnnotationProperty . # # http://purl.org/dc/terms/creator a owl:AnnotationProperty . # # http://purl.org/dc/terms/description a owl:AnnotationProperty . # # http://purl.org/dc/terms/issued a owl:AnnotationProperty . # # http://purl.org/dc/terms/modified a owl:AnnotationProperty . # # http://purl.org/dc/terms/title a owl:AnnotationProperty . # # http://purl.org/ontology/bibo/status a owl:AnnotationProperty . # # http://purl.org/vocab/vann/preferredNamespacePrefix a owl:AnnotationProperty . # # http://purl.org/vocab/vann/preferredNamespaceUri a owl:AnnotationProperty . # # http://www.w3.org/2003/06/sw-vocab-status/ns#term_status a owl:AnnotationProperty . # # # # ################################################################# # # # # Classes # # # ################################################################# # # # http://purl.org/vocommons/voaf#Vocabulary a owl:Class . # # https://w3id.org/pfeepsa/exn4pfeepsa#HighThermalDiscomfort a owl:Class ; rdfs:subClassOf ; rdfs:comment "An observation representing a high discomfort with regards to the thermal comfort."@en ; rdfs:isDefinedBy ; rdfs:label "High Thermal Discomfort"@en ; "stable" . # # https://w3id.org/pfeepsa/exn4pfeepsa#ModerateThermalDiscomfort a owl:Class ; rdfs:subClassOf ; rdfs:comment "An observation representing a moderate discomfort with regards to the thermal comfort."@en ; rdfs:isDefinedBy ; rdfs:label "Moderate Thermal Discomfort"@en ; "stable" . # # https://w3id.org/pfeepsa/exn4pfeepsa#SevereThermalDiscomfort a owl:Class ; rdfs:subClassOf ; rdfs:comment "An observation representing a severe discomfort with regards to the thermal comfort."@en ; rdfs:isDefinedBy ; rdfs:label "Severe Thermal Discomfort"@en ; "stable" . # # # # ################################################################# # # # # Individuals # # # ################################################################# # # # https://w3id.org/pfeepsa/exn4pfeepsa# a owl:NamedIndividual , . # # Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi