@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/privacy#definesRule rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/privacy#hasAction rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/privacy#hasPOlicy rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/privacy#hasTargetRule rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/core#Item rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/privacy#Permission rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/core#Service1 rdf:type owl:NamedIndividual , ; . ### https://auroral.iot.linkeddata.es/def/privacy#Permissionservice1 rdf:type owl:NamedIndividual , ; ; . ################################################################# # Annotations ################################################################# . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/