@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "María Poveda Villalón" , "Raúl García Castro" , "Socorro Bernardos Galindo" ; "The COGITO Safety ontology aims at modelling the safety of the construction domain." ; "Safety Ontology" ; ; owl:versionInfo "0.6.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://cogito.iot.linkeddata.es/safety#ImpliedByMovement :ImpliedByMovement rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :impliedByZone ; rdfs:range :MovementZone ; rdfs:comment "A safety:impliedByZone sub-property whose range is a safety:MovementZone" ; rdfs:label "implied by movement" . ### https://cogito.iot.linkeddata.es/safety#hasLocation :hasLocation rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "Property that relates an entity (especially a safety:ReportedSafetyIssue) to a sf:Point indicating its location" ; rdfs:label "has location" . ### https://cogito.iot.linkeddata.es/safety#hasSafetyIssue :hasSafetyIssue rdf:type owl:ObjectProperty ; rdfs:range :DetectedSafetyIssue ; rdfs:comment "Property that relates an entity (especially a safety:HazardZone) to a safety:DetectedSafetyIssue" ; rdfs:label "has safety issue" . ### https://cogito.iot.linkeddata.es/safety#impliedByHole :impliedByHole rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :impliedByZone ; rdfs:range :HoleZone ; rdfs:comment "A safety:impliedByZone sub-property whose range is a safety:HoleZone" ; rdfs:label "implied by hole" . ### https://cogito.iot.linkeddata.es/safety#impliedByZone :impliedByZone rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:range :AnalysisZone ; rdfs:comment "A property relating an entity (especially a safety:HazardZone) to the safety:AnalysisZones that define it" ; rdfs:label "implied by zone" . ### https://cogito.iot.linkeddata.es/safety#isMitigatedByElement :isMitigatedByElement rdf:type owl:ObjectProperty ; rdfs:range :MitigationElement ; rdfs:comment "A property relating an entity (especially a safety:SafetyIssue) to a safety:MitigationElement used to mitigate it" ; rdfs:label "is mitigated by element" . ### https://cogito.iot.linkeddata.es/safety#reportedByWorker :reportedByWorker rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "Property that relates an entity (especially a safety:ReportedSafetyIssue) to a resource:Worker indicating the person who has reported it" ; rdfs:label "reported by worker" . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/terms/description rdf:type owl:DatatypeProperty ; rdfs:isDefinedBy "http://purl.org/dc/terms" ; rdfs:label "description" . ### http://purl.org/dc/terms/identifier rdf:type owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:label "identifier" . ### http://purl.org/dc/terms/title rdf:type owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:label "title" . ### https://cogito.iot.linkeddata.es/safety#severity :severity rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating de severity of a safety hazard" ; rdfs:label "severity" . ################################################################# # Classes ################################################################# ### http://www.opengis.net/ont/sf#Point rdf:type owl:Class ; rdfs:isDefinedBy ; rdfs:label "Point" . ### https://cogito.iot.linkeddata.es/def/facility#Element rdf:type owl:Class ; rdfs:comment "A subclass or bot:Element and, as such, a constituent of a construction entity with a characteristic technical function, form, or position." ; rdfs:label "Element" . ### https://cogito.iot.linkeddata.es/def/facility#SpatialZone rdf:type owl:Class ; rdfs:comment "A subclass of bot:Zone and, as such, a part of the physical or a virtual world that is inherently both located in this world and has a 3D spatial extent." ; rdfs:label "Spatial Zone" . ### https://cogito.iot.linkeddata.es/def/resource#Worker rdf:type owl:Class ; rdfs:comment "A human resource that works in a project (especially performing a process:Task)" ; rdfs:label "Worker" . ### https://cogito.iot.linkeddata.es/safety#AnalysisZone :AnalysisZone rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A spatial zone that is inspected" ; rdfs:label "Analysis Zone" . ### https://cogito.iot.linkeddata.es/safety#DetectedSafetyIssue :DetectedSafetyIssue rdf:type owl:Class ; rdfs:subClassOf :SafetyIssue ; rdfs:comment "A safey problem that has been automatically detected" ; rdfs:label "Detected Safety Issue" . ### https://cogito.iot.linkeddata.es/safety#FallHazardZone :FallHazardZone rdf:type owl:Class ; rdfs:subClassOf :HazardZone ; rdfs:comment "A hazard zone where somebody can fall" ; rdfs:label "Fall Hazard Zone" . ### https://cogito.iot.linkeddata.es/safety#HazardZone :HazardZone rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An spatial zone defining a safety hazard" ; rdfs:label "Hazard Zone" . ### https://cogito.iot.linkeddata.es/safety#HoleZone :HoleZone rdf:type owl:Class ; rdfs:subClassOf :AnalysisZone ; rdfs:comment "An analysis zone defining a hole" ; rdfs:label "Hole Zone" . ### https://cogito.iot.linkeddata.es/safety#MitigationElement :MitigationElement rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An element used to mitigate a safety hazard" ; rdfs:label "Mitigation Element" . ### https://cogito.iot.linkeddata.es/safety#MovementZone :MovementZone rdf:type owl:Class ; rdfs:subClassOf :AnalysisZone ; rdfs:comment "An analysis zone where somebody can move" ; rdfs:label "Movement Zone" . ### https://cogito.iot.linkeddata.es/safety#NormalElement :NormalElement rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An element not used for safety during the construction process" ; rdfs:label "Normal Element" . ### https://cogito.iot.linkeddata.es/safety#ReportedSafetyIssue :ReportedSafetyIssue rdf:type owl:Class ; rdfs:subClassOf :SafetyIssue ; rdfs:comment "A safey problem that has been reported by a worker" ; rdfs:label "Reported Safety Issue" . ### https://cogito.iot.linkeddata.es/safety#SafetyIssue :SafetyIssue rdf:type owl:Class ; rdfs:comment "Data regarding a safety problem" ; rdfs:label "Safety Issue" . ### Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/