@prefix : . @prefix dc: . @prefix sf: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix safety: . @prefix dcterms: . @prefix facility: . @prefix resource: . @base . rdf:type owl:Ontology ; dc:creator "María Poveda Villalón" , "Raúl García Castro" , "Socorro Bernardos Galindo" ; dc:description "The COGITO Safety ontology aims at modelling the safety of the construction domain." ; dc:title "Safety Ontology" ; ; owl:versionInfo "0.6.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://cogito.iot.linkeddata.es/safety#ImpliedByMovement safety:ImpliedByMovement rdf:type owl:ObjectProperty ; rdfs:subPropertyOf safety:impliedByZone ; rdfs:range safety: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 safety:hasLocation rdf:type owl:ObjectProperty ; rdfs:range sf:Point ; 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 safety:hasSafetyIssue rdf:type owl:ObjectProperty ; rdfs:range safety: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 safety:impliedByHole rdf:type owl:ObjectProperty ; rdfs:subPropertyOf safety:impliedByZone ; rdfs:range safety: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 safety:impliedByZone rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:range safety: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 safety:isMitigatedByElement rdf:type owl:ObjectProperty ; rdfs:range safety: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 safety:reportedByWorker rdf:type owl:ObjectProperty ; rdfs:range resource:Worker ; 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 safety: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 sf:Point rdf:type owl:Class ; rdfs:isDefinedBy sf: ; rdfs:label "Point" . ### https://cogito.iot.linkeddata.es/def/facility#Element 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 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 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 safety:AnalysisZone rdf:type owl:Class ; rdfs:subClassOf facility:SpatialZone ; rdfs:comment "A spatial zone that is inspected" ; rdfs:label "Analysis Zone" . ### https://cogito.iot.linkeddata.es/safety#DetectedSafetyIssue safety:DetectedSafetyIssue rdf:type owl:Class ; rdfs:subClassOf safety:SafetyIssue ; rdfs:comment "A safey problem that has been automatically detected" ; rdfs:label "Detected Safety Issue" . ### https://cogito.iot.linkeddata.es/safety#FallHazardZone safety:FallHazardZone rdf:type owl:Class ; rdfs:subClassOf safety:HazardZone ; rdfs:comment "A hazard zone where somebody can fall" ; rdfs:label "Fall Hazard Zone" . ### https://cogito.iot.linkeddata.es/safety#HazardZone safety:HazardZone rdf:type owl:Class ; rdfs:subClassOf facility:SpatialZone ; rdfs:comment "An spatial zone defining a safety hazard" ; rdfs:label "Hazard Zone" . ### https://cogito.iot.linkeddata.es/safety#HoleZone safety:HoleZone rdf:type owl:Class ; rdfs:subClassOf safety:AnalysisZone ; rdfs:comment "An analysis zone defining a hole" ; rdfs:label "Hole Zone" . ### https://cogito.iot.linkeddata.es/safety#MitigationElement safety:MitigationElement rdf:type owl:Class ; rdfs:subClassOf facility:Element ; rdfs:comment "An element used to mitigate a safety hazard" ; rdfs:label "Mitigation Element" . ### https://cogito.iot.linkeddata.es/safety#MovementZone safety:MovementZone rdf:type owl:Class ; rdfs:subClassOf safety:AnalysisZone ; rdfs:comment "An analysis zone where somebody can move" ; rdfs:label "Movement Zone" . ### https://cogito.iot.linkeddata.es/safety#NormalElement safety:NormalElement rdf:type owl:Class ; rdfs:subClassOf facility:Element ; rdfs:comment "An element not used for safety during the construction process" ; rdfs:label "Normal Element" . ### https://cogito.iot.linkeddata.es/safety#ReportedSafetyIssue safety:ReportedSafetyIssue rdf:type owl:Class ; rdfs:subClassOf safety: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 safety:SafetyIssue rdf:type owl:Class ; rdfs:comment "Data regarding a safety problem" ; rdfs:label "Safety Issue" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi