@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### 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 , ; ; "Reservation madeBy User" . ### https://w3id.org/def/vtc#Test2 rdf:type owl:NamedIndividual , ; ; "User makesReservation Reservation" . ### https://w3id.org/def/vtc#Test3 rdf:type owl:NamedIndividual , ; ; "Reservation relatedTo Vehicle" . ### https://w3id.org/def/vtc#Test4 rdf:type owl:NamedIndividual , ; ; "Vehicle hasAddress Address" . ### https://w3id.org/def/vtc#Test5 rdf:type owl:NamedIndividual , ; ; "User hasAddress Address" . ### https://w3id.org/def/vtc#TestSuitecar-booking rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/