@prefix : . @prefix geo: . @prefix iot: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix saref: . @prefix dcterms: . @prefix resource: . @base . rdf:type owl:Ontology ; "María Poveda Villalón" , "Raúl García Castro" , "Socorro Bernardos Galindo" ; "The COGITO Resource ontology aims at modelling resources in the construction domain." ; "Resource ontology" ; ; owl:versionInfo "0.7.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/def/resource#belongsToType resource:belongsToType rdf:type owl:ObjectProperty ; rdfs:range resource:ResourceType ; rdfs:comment "A property that relates an entity (especilly a resource:Resource) to its resource:ResourceType" ; rdfs:label "belongs to type" . ### https://cogito.iot.linkeddata.es/def/resource#hasTackingTag resource:hasTackingTag rdf:type owl:ObjectProperty ; rdfs:range iot:TrackingTag ; rdfs:comment "A property that relates an entity (especilly a resource:Resource) to its iot:TrackingTag" ; rdfs:label "has tracking tag" . ################################################################# # Data properties ################################################################# ### 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/def/resource#costPerHour resource:costPerHour rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the cost per hour of an entity (especially a resource:ResourceType)" ; rdfs:label "cost per hour" . ### https://cogito.iot.linkeddata.es/def/resource#email resource:email rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the email of an entity (especially a resource:Worker)" ; rdfs:label "email" . ### https://cogito.iot.linkeddata.es/def/resource#firstName resource:firstName rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the first name of an entity (especially a resource:Worker)" ; rdfs:label "first name" . ### https://cogito.iot.linkeddata.es/def/resource#lastName resource:lastName rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the last name of an entity (especially a resource:Worker)" ; rdfs:label "last name" . ### https://cogito.iot.linkeddata.es/def/resource#maxUnit resource:maxUnit rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the maximum number of units of an entity (especially a resource:ResourceType)" ; rdfs:label "maximum number of units" . ### https://cogito.iot.linkeddata.es/def/resource#status resource:status rdf:type owl:DatatypeProperty ; rdfs:comment "Property indicating the status of an entity (especially a resource:Resource)" ; rdfs:label "status" . ################################################################# # Classes ################################################################# ### http://www.opengis.net/ont/geosparql#SpatialObject geo:SpatialObject rdf:type owl:Class ; rdfs:isDefinedBy geo: ; rdfs:label "Spatial Object" . ### https://cogito.iot.linkeddata.es/def/iot#TrackingTag iot:TrackingTag rdf:type owl:Class ; rdfs:comment "A subclass of saref:Device and, as such, a tangible object designed to accomplish a particular task; in this case signalling its location" ; rdfs:label "Tracking Tag" . ### https://cogito.iot.linkeddata.es/def/resource#Equipment resource:Equipment rdf:type owl:Class ; rdfs:subClassOf resource:Resource ; rdfs:comment "A subclass of resource:Resource used to assist in the performance of an activity (especially a process:Task)" ; rdfs:label "Equipment" . ### https://cogito.iot.linkeddata.es/def/resource#EquipmentType resource:EquipmentType rdf:type owl:Class ; rdfs:subClassOf resource:ResourceType ; rdfs:comment "The different kinds of (construction) equipment" ; rdfs:label "Equipment Type" . ### https://cogito.iot.linkeddata.es/def/resource#Resource resource:Resource rdf:type owl:Class ; rdfs:subClassOf geo:SpatialObject , saref:FeatureOfInterest ; rdfs:comment "A source of supply, support, or aid, especially one that can be readily drawn upon when needed; and from which a property is measured" ; rdfs:label "Resource" . ### https://cogito.iot.linkeddata.es/def/resource#ResourceType resource:ResourceType rdf:type owl:Class ; rdfs:comment "The kind of resources assigned to a process:Task or involved in a process:Process" ; rdfs:label "Resource Type" . ### https://cogito.iot.linkeddata.es/def/resource#Worker resource:Worker rdf:type owl:Class ; rdfs:subClassOf resource:Resource ; rdfs:comment "A human resource that works in a project (especially performing a process:Task)" ; rdfs:label "Worker" . ### https://cogito.iot.linkeddata.es/def/resource#WorkerRole resource:WorkerRole rdf:type owl:Class ; rdfs:subClassOf resource:ResourceType ; rdfs:comment "The different kinds of roles a human worker can play in a (construction) project" ; rdfs:label "Worker Role" . ### https://saref.etsi.org/core#FeatureOfInterest saref:FeatureOfInterest rdf:type owl:Class ; rdfs:isDefinedBy saref: ; rdfs:label "Feature of Interest" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi