@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://w3id.org/def/vtc#desiredBehaviour rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://w3id.org/def/vtc#TestCaseDesign rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://example.org/ns#Test1 rdf:type owl:NamedIndividual , ; "InteractionAffordance subClassOf ConnectionPoint" . ### http://example.org/ns#Test10 rdf:type owl:NamedIndividual , ; "BehavioralModel subClassOf Model" . ### http://example.org/ns#Test11 rdf:type owl:NamedIndividual , ; "RulesModel subClassOf Model" . ### http://example.org/ns#Test12 rdf:type owl:NamedIndividual , ; "VirtualEntity hasModels Model" . ### http://example.org/ns#Test13 rdf:type owl:NamedIndividual , ; "Device subClassOf Component" . ### http://example.org/ns#Test14 rdf:type owl:NamedIndividual , ; "PhysicalEntity hasComponents Component" . ### http://example.org/ns#Test15 rdf:type owl:NamedIndividual , ; "DigitalTwin hasDigitalTwinConnections DigitalTwinConnection" . ### http://example.org/ns#Test16 rdf:type owl:NamedIndividual , ; "DigitalTwin hasDigitalTwinServices DigitalTwinService" . ### http://example.org/ns#Test17 rdf:type owl:NamedIndividual , ; "DigitalTwin hasDigitalTwinData DigitalTwinData" . ### http://example.org/ns#Test18 rdf:type owl:NamedIndividual , ; "DigitalTwin hasVirtualEntities VirtualEntity" . ### http://example.org/ns#Test19 rdf:type owl:NamedIndividual , ; "DigitalTwin hasPhysicalEntities PhysicalEntity" . ### http://example.org/ns#Test2 rdf:type owl:NamedIndividual , ; "Resource subClassOf ConnectionPoint" . ### http://example.org/ns#Test20 rdf:type owl:NamedIndividual , ; "DigitalTwin subClassOf td#:Thing" . ### http://example.org/ns#Test3 rdf:type owl:NamedIndividual , ; "Model subClassOf ConnectionPoint" . ### http://example.org/ns#Test4 rdf:type owl:NamedIndividual , ; "DigitalTwinConnection hasConnections Connection" . ### http://example.org/ns#Test5 rdf:type owl:NamedIndividual , ; "DigitalTwinService hasInteractionAffordance InteractionAffordance" . ### http://example.org/ns#Test6 rdf:type owl:NamedIndividual , ; "DigitalTwinData hasData Resource" . ### http://example.org/ns#Test7 rdf:type owl:NamedIndividual , ; "SemanticModel subClassOf Model" . ### http://example.org/ns#Test8 rdf:type owl:NamedIndividual , ; "GeometricModel subClassOf Model" . ### http://example.org/ns#Test9 rdf:type owl:NamedIndividual , ; "PhysicalModel subClassOf Model" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/