. "Ahlem Rhayem" . "Andrea Cimmino" . "Juan Cano" . "María Poveda-Villalón" . "Raúl Garcia-Castro" . "This ontology model the market-place information for AURORAL" . . # # # ################################################################# # # # # Annotation properties # # # ################################################################# # # # http://purl.org/dc/elements/1.1/creator . # # http://purl.org/dc/elements/1.1/description . # # http://purl.org/dc/terms/license . # # # # ################################################################# # # # # Object Properties # # # ################################################################# # # # https://auroral.iot.linkeddata.es/def/market#buy . . . "A relationship between the consumer and the product he buys" . "buy" . # # https://auroral.iot.linkeddata.es/def/market#hasCategory . . . "A relationship between the product and its category" . "has category" . # # https://auroral.iot.linkeddata.es/def/market#hasQuantity . . . "A relationship between the product and its quantity in the stock" . "has quantity" . # # https://auroral.iot.linkeddata.es/def/market#sell . . . "A relationship between product and salespeople" . "sell" . # # # # ################################################################# # # # # Data properties # # # ################################################################# # # # https://auroral.iot.linkeddata.es/def/market#address . . . "The address details of the consumer" . "address" . # # https://auroral.iot.linkeddata.es/def/market#categoryId . . . "The identifier of the product" . "category id" . # # https://auroral.iot.linkeddata.es/def/market#categoryName . . . "The name of the product category" . "category name" . # # https://auroral.iot.linkeddata.es/def/market#categoryType . . . "The category type of the product" . "category type" . # # https://auroral.iot.linkeddata.es/def/market#hasId . . . "The identifier of the customer" . "has id" . # # https://auroral.iot.linkeddata.es/def/market#hasName . . . "The name of the customer" . "has name" . # # https://auroral.iot.linkeddata.es/def/market#productId . . . "The identifier of the product" . "product id" . # # https://auroral.iot.linkeddata.es/def/market#productName . . . "The product name" . "product name" . # # https://auroral.iot.linkeddata.es/def/market#sellerId . . . "The identifier of the seller" . "seller id" . # # https://auroral.iot.linkeddata.es/def/market#sellerName . . . "The name of the seller" . "seller name" . # # https://auroral.iot.linkeddata.es/def/market#stockId . . . "The identifier of the stock" . "stock id" . # # https://auroral.iot.linkeddata.es/def/market#stockQuantity . . . "The quantity of the stock" . "stock quantity" . # # # # ################################################################# # # # # Classes # # # ################################################################# # # # https://auroral.iot.linkeddata.es/def/core#User . "Users responsible for selling or consuming a product" . "User" . # # https://auroral.iot.linkeddata.es/def/market#Category . "The category of the product" . "Category" . # # https://auroral.iot.linkeddata.es/def/market#Customer . . "The users that consumes a product" . "Customer" . # # https://auroral.iot.linkeddata.es/def/market#Product . "It is the item that will be sold" . "Product" . # # https://auroral.iot.linkeddata.es/def/market#Seller . . "The users that sell a product" . "Seller" . # # https://auroral.iot.linkeddata.es/def/market#Stock . "The items available for sale in a store" . "Stock" . # # Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/