@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 . ### http://purl.org/dc/terms/source 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 ################################################################# ### http://w3id.org/def/vtc#TestSuite rdf:type owl:Class . ### https://w3id.org/def/vtc#TestCaseDesign rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/tests/priv#Test1 rdf:type owl:NamedIndividual , ; "There are two types of action: Visibility and Accessibility" ; ; "Accessibility type Action" . ### https://auroral.iot.linkeddata.es/tests/priv#Test10 rdf:type owl:NamedIndividual , ; "There are two types of rules: Permission and Prohibition" ; ; "Prohibition subclassOf Rule" . ### https://auroral.iot.linkeddata.es/tests/priv#Test11 rdf:type owl:NamedIndividual , ; "There are two types of rules: Permission and Prohibition" ; ; "Permission subClassOf Rule" . ### https://auroral.iot.linkeddata.es/tests/priv#Test2 rdf:type owl:NamedIndividual , ; "There are two types of action: Visibility and Accessibility" ; ; "Visibility type Action" . ### https://auroral.iot.linkeddata.es/tests/priv#Test3 rdf:type owl:NamedIndividual , ; "A rule has an action" ; ; "Rule hasAction Action" . ### https://auroral.iot.linkeddata.es/tests/priv#Test4 rdf:type owl:NamedIndividual , ; "There are two types of target: Friends, Eveyone or None" ; ; "None type RuleTarget" . ### https://auroral.iot.linkeddata.es/tests/priv#Test5 rdf:type owl:NamedIndividual , ; "There are two types of target: Friends, Eveyone or None" ; ; "All type RuleTarget" . ### https://auroral.iot.linkeddata.es/tests/priv#Test6 rdf:type owl:NamedIndividual , ; "There are two types of target: Friends, Eveyone or None" ; ; "Friends type RuleTarget" . ### https://auroral.iot.linkeddata.es/tests/priv#Test7 rdf:type owl:NamedIndividual , ; "A rule can have a target" ; ; "Rule hasRuleTarget RuleTarget" . ### https://auroral.iot.linkeddata.es/tests/priv#Test8 rdf:type owl:NamedIndividual , ; "A policy contains rules" ; ; "Policy definesRule Rule" . ### https://auroral.iot.linkeddata.es/tests/priv#Test9 rdf:type owl:NamedIndividual , ; "An asset can have a policy" ; ; "Item hasPolicy Policy" . ### https://auroral.iot.linkeddata.es/tests/priv#TestsuitePriv rdf:type owl:NamedIndividual , ; . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/