@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/cow#birthDate rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#daysSinceLastInsemination rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#hasActivity rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#hasBreeding rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#hasLactation rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#hasSensor rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#idAnimal rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#lactationDays rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#probabilityOfHighActivity rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#relativeActivity rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/cow#reproductiveStatus rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/adapters#Accelerometer rdf:type owl:Class ; rdfs:subClassOf . ### https://auroral.iot.linkeddata.es/def/core#Sensor rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/cow#Activity rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/cow#Animal rdf:type owl:Class ; rdfs:subClassOf . ### https://auroral.iot.linkeddata.es/def/cow#Breeding rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/cow#Cow rdf:type owl:Class ; rdfs:subClassOf . ### https://auroral.iot.linkeddata.es/def/cow#Lactation rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/cow#Pregnant rdf:type owl:Class ; rdfs:subClassOf . ### https://auroral.iot.linkeddata.es/def/cow#ReproductiveStatus rdf:type owl:Class . ### https://saref.etsi.org/core#FeatureOfInterest rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/cow#Accelerometer41198 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/cow#Activity491 rdf:type owl:NamedIndividual , ; "48%" ; "96" . ### https://auroral.iot.linkeddata.es/def/cow#Cow491 rdf:type owl:NamedIndividual , ; "1601-01-01"^^xsd:date ; ; ; ; ; "491" ; . ### https://auroral.iot.linkeddata.es/def/cow#Lactation491 rdf:type owl:NamedIndividual , ; 307 . ### https://auroral.iot.linkeddata.es/def/cow#Pregnant491 rdf:type owl:NamedIndividual , ; 178 . ### https://auroral.iot.linkeddata.es/def/cow#RedSpottedCow rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/