@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Annotation properties ################################################################# ### https://w3id.org/def/vtc#belongsTo rdf:type owl:AnnotationProperty . ### https://w3id.org/def/vtc#desiredBehaviour rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://w3id.org/def/vtc#TestCaseDesign rdf:type owl:Class . ### https://w3id.org/def/vtc#TestSuite rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://w3id.org/def/vtc#Test1 rdf:type owl:NamedIndividual , ; ; "Biomass subClassOf Product" . ### https://w3id.org/def/vtc#Test10 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate hasDestination Point" . ### https://w3id.org/def/vtc#Test11 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate hasDocument Document" . ### https://w3id.org/def/vtc#Test12 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate hasOrigin Point" . ### https://w3id.org/def/vtc#Test13 rdf:type owl:NamedIndividual , ; ; "Shipment hasPickupAddress Address" . ### https://w3id.org/def/vtc#Test14 rdf:type owl:NamedIndividual , ; ; "Storage hasPile StoragePile" . ### https://w3id.org/def/vtc#Test15 rdf:type owl:NamedIndividual , ; ; "Shipment hasSellingPrice Price" . ### https://w3id.org/def/vtc#Test16 rdf:type owl:NamedIndividual , ; ; "Shipment hasUpdate ShipmentUpdate" . ### https://w3id.org/def/vtc#Test17 rdf:type owl:NamedIndividual , ; ; "Price inCurrency Currency" . ### https://w3id.org/def/vtc#Test18 rdf:type owl:NamedIndividual , ; ; "Product inShipment Shipment" . ### https://w3id.org/def/vtc#Test19 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate inTransportation Transportation" . ### https://w3id.org/def/vtc#Test2 rdf:type owl:NamedIndividual , ; ; "DocumentType subClassOf Document" . ### https://w3id.org/def/vtc#Test20 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate isParentOf ShipmentUpdate" . ### https://w3id.org/def/vtc#Test21 rdf:type owl:NamedIndividual , ; ; "Storage location Point" . ### https://w3id.org/def/vtc#Test22 rdf:type owl:NamedIndividual , ; ; "Shipment pickupTime DeliveryPickupTime" . ### https://w3id.org/def/vtc#Test23 rdf:type owl:NamedIndividual , ; ; "User provides Product" . ### https://w3id.org/def/vtc#Test24 rdf:type owl:NamedIndividual , ; ; "Product quantity BoughtQuantity" . ### https://w3id.org/def/vtc#Test25 rdf:type owl:NamedIndividual , ; ; "BoughtQuantity quantityInShipment Shipment" . ### https://w3id.org/def/vtc#Test26 rdf:type owl:NamedIndividual , ; ; "User receives Product" . ### https://w3id.org/def/vtc#Test27 rdf:type owl:NamedIndividual , ; ; "ShipmentUpdate storedIn Storage" . ### https://w3id.org/def/vtc#Test28 rdf:type owl:NamedIndividual , ; ; "Sender updates ShipmentUpdate" . ### https://w3id.org/def/vtc#Test3 rdf:type owl:NamedIndividual , ; ; "Receiver subClassOf User" . ### https://w3id.org/def/vtc#Test4 rdf:type owl:NamedIndividual , ; ; "Sender SubClassOf User" . ### https://w3id.org/def/vtc#Test5 rdf:type owl:NamedIndividual , ; ; "Sender belongsTo LogisticCompany" . ### https://w3id.org/def/vtc#Test6 rdf:type owl:NamedIndividual , ; ; "Shipment deliveryTime DeliveryPickupTime" . ### https://w3id.org/def/vtc#Test7 rdf:type owl:NamedIndividual , ; ; "LogisticCompany hasAddress Address" . ### https://w3id.org/def/vtc#Test8 rdf:type owl:NamedIndividual , ; ; "Shipment hasBuyerPrice Price" . ### https://w3id.org/def/vtc#Test9 rdf:type owl:NamedIndividual , ; ; "Shipment hasDeliveryAddress Address" . ### https://w3id.org/def/vtc#TestSuiteShipment rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/