@prefix : . @prefix dc: . @prefix cow: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix core: . @prefix rdfs: . @prefix vann: . @prefix saref: . @prefix dcterms: . @prefix adapters: . @base . rdf:type owl:Ontology ; owl:versionIRI ; dc:creator "Ahlem Rhayem" , "Andrea Cimmino" , "Juan Cano" , "María Poveda-Villalón" , "Raúl Garcia-Castro" ; dc:description "This ontology aims at modelling the Farming (Dairy production) data for the AURORAL project." ; dcterms:license . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://www.owl-ontologies.com/saref#isPropertyOf rdf:type owl:ObjectProperty ; rdfs:domain saref:Property ; rdfs:range saref:FeatureOfInterest ; rdfs:comment "A relationship between a property and the feature of interest it belongs to" ; rdfs:label "is property of" . ### http://www.owl-ontologies.com/saref#measuresProperty rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range saref:Property ; rdfs:comment "A relationship specifying the property that can be measured by a certain device" ; rdfs:label "measures property" . ### https://auroral.iot.linkeddata.es/def/cow#hasActivity cow:hasActivity rdf:type owl:ObjectProperty ; rdfs:domain cow:Animal ; rdfs:range cow:Activity ; rdfs:comment "A relationship between the animal and its activities" ; rdfs:label "has activity" . ### https://auroral.iot.linkeddata.es/def/cow#hasBreeding cow:hasBreeding rdf:type owl:ObjectProperty ; rdfs:domain cow:Animal ; rdfs:range cow:Breeding ; rdfs:comment "A relationship between the Animal and the breeding class" ; rdfs:label "has breeding" . ### https://auroral.iot.linkeddata.es/def/cow#hasLactation cow:hasLactation rdf:type owl:ObjectProperty ; rdfs:domain cow:Cow ; rdfs:range cow:Lactation ; rdfs:comment "A relationship between the animal and its lactation days" ; rdfs:label "has lactation" . ### https://auroral.iot.linkeddata.es/def/cow#reproductiveStatus cow:reproductiveStatus rdf:type owl:ObjectProperty ; rdfs:domain cow:Animal ; rdfs:range cow:ReproductiveStatus ; rdfs:comment "A relationship between the cow and its reproductive status" ; rdfs:label "reproductive status" . ################################################################# # Data properties ################################################################# ### https://auroral.iot.linkeddata.es/def/cow#birthDate cow:birthDate rdf:type owl:DatatypeProperty ; rdfs:domain cow:Animal ; rdfs:range xsd:dateTime ; rdfs:comment "The birth date of a cow" ; rdfs:label "birth date" . ### https://auroral.iot.linkeddata.es/def/cow#daysSinceLastInsemination cow:daysSinceLastInsemination rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "The number opf days since the last insemination" ; rdfs:label "days since last insemination" . ### https://auroral.iot.linkeddata.es/def/cow#group cow:group rdf:type owl:DatatypeProperty ; rdfs:domain cow:Animal ; rdfs:range xsd:string ; rdfs:comment "The group of the Cow" ; rdfs:label "group" . ### https://auroral.iot.linkeddata.es/def/cow#idAnimal cow:idAnimal rdf:type owl:DatatypeProperty ; rdfs:domain cow:Animal ; rdfs:range xsd:string ; rdfs:comment "The identifier of a Cow" ; rdfs:label "id animal" . ### https://auroral.iot.linkeddata.es/def/cow#lactationDays cow:lactationDays rdf:type owl:DatatypeProperty ; rdfs:domain cow:Lactation ; rdfs:range xsd:integer ; rdfs:comment "The lactation days of a Cow" ; rdfs:label "lactation days" . ### https://auroral.iot.linkeddata.es/def/cow#probabilityOfHighActivity cow:probabilityOfHighActivity rdf:type owl:DatatypeProperty ; rdfs:domain cow:Activity ; rdfs:range xsd:string ; rdfs:comment "The probability of high activity of the Cow" ; rdfs:label "probability of high activity" . ### https://auroral.iot.linkeddata.es/def/cow#relativeActivity cow:relativeActivity rdf:type owl:DatatypeProperty ; rdfs:domain cow:Activity ; rdfs:range xsd:string ; rdfs:comment "The relative activity of the Cow" ; rdfs:label "relative activity" . ################################################################# # Classes ################################################################# ### http://www.owl-ontologies.com/adapters#SpaceProperty rdf:type owl:Class ; rdfs:subClassOf saref:Property ; rdfs:comment "Contains information related to the space property: XAxis Acceleration, YAxis Acceleration, ZAxis Acceleration" ; rdfs:label "Space Property" . ### https://auroral.iot.linkeddata.es/def/adapters#Accelerometer adapters:Accelerometer rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An accelerometer is a sensor which, when attached to a mobile or other object, measures its non-gravitational linear acceleration." ; rdfs:label "Accelerometer" . ### https://auroral.iot.linkeddata.es/def/core#Sensor rdf:type owl:Class ; rdfs:comment "a device that is used to record that something is present or that there are changes in something" ; rdfs:label "Sensor" . ### https://auroral.iot.linkeddata.es/def/cow#Activity cow:Activity rdf:type owl:Class ; rdfs:comment "Represnts information related to the activities of an animal" ; rdfs:label "Activity" . ### https://auroral.iot.linkeddata.es/def/cow#Animal cow:Animal rdf:type owl:Class ; rdfs:subClassOf saref:FeatureOfInterest ; rdfs:comment "Animal is the feature of interest in for the dairy production use case" ; rdfs:label "Animal" . ### https://auroral.iot.linkeddata.es/def/cow#Breeding cow:Breeding rdf:type owl:Class ; rdfs:comment "Animal breeding is defined as the application of the principles of genetics and biometry to improve the efficiency of production in farm animals." ; rdfs:label "Breeding" . ### https://auroral.iot.linkeddata.es/def/cow#Cow cow:Cow rdf:type owl:Class ; rdfs:subClassOf cow:Animal ; rdfs:comment "COW is the mature female of cattle (genus Bos)" ; rdfs:label "Cow" . ### https://auroral.iot.linkeddata.es/def/cow#DoesNotNeedArtificialInsemination cow:DoesNotNeedArtificialInsemination rdf:type owl:Class ; rdfs:subClassOf cow:ReproductiveStatus ; rdfs:comment "The status of the cow is does not need artificial insemination" ; rdfs:label "Does Not Need Artificial Insemination" . ### https://auroral.iot.linkeddata.es/def/cow#Heifer cow:Heifer rdf:type owl:Class ; rdfs:subClassOf cow:Animal ; rdfs:comment "The meaning of HEIFER is a young cow" ; rdfs:label "Heifer" . ### https://auroral.iot.linkeddata.es/def/cow#Inseminated cow:Inseminated rdf:type owl:Class ; rdfs:subClassOf cow:ReproductiveStatus ; rdfs:comment "The status of Cow is inseminated" ; rdfs:label "Inseminated" . ### https://auroral.iot.linkeddata.es/def/cow#Lactation cow:Lactation rdf:type owl:Class ; rdfs:comment "A mammal that produces milk to feed her babies" ; rdfs:label "Lactation" . ### https://auroral.iot.linkeddata.es/def/cow#Pregnant cow:Pregnant rdf:type owl:Class ; rdfs:subClassOf cow:ReproductiveStatus ; rdfs:comment "The status of a Cow is pregnant" ; rdfs:label "Pregnant" . ### https://auroral.iot.linkeddata.es/def/cow#RecentDelivery cow:RecentDelivery rdf:type owl:Class ; rdfs:subClassOf cow:ReproductiveStatus ; rdfs:comment "The status of a Cow is recent delivery" ; rdfs:label "Recent Delivery" . ### https://auroral.iot.linkeddata.es/def/cow#ReproductiveStatus cow:ReproductiveStatus rdf:type owl:Class ; rdfs:comment "Determines the reproductive status of amn animal. the possible status are: does not need artificial insemination, inseminated, pregnant, recent delivery, to undergo artificial insemination" ; rdfs:label "Reproductive Status" . ### https://auroral.iot.linkeddata.es/def/cow#ToUndergoArtificialInsemination cow:ToUndergoArtificialInsemination rdf:type owl:Class ; rdfs:subClassOf cow:ReproductiveStatus ; rdfs:comment "The status of a Cow is to undergo artificial insemination" ; rdfs:label "To Undergo Artificial Insemination" . ### https://saref.etsi.org/core#FeatureOfInterest saref:FeatureOfInterest rdf:type owl:Class ; rdfs:comment "A feature of interest represents any real world entity from which a property is measured." ; rdfs:label "Feature Of Interest" . ### https://saref.etsi.org/core#Property saref:Property rdf:type owl:Class ; rdfs:comment "A quality of a feature of interest that can be measured; an aspect of a feature of interest that is intrinsic to and cannot exist without the feature" ; rdfs:label "Property" . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/adapters#XAxisAcceleration adapters:XAxisAcceleration rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/adapters#YAxisAcceleration adapters:YAxisAcceleration rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/adapters#ZAxisAcceleration adapters:ZAxisAcceleration rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/cow#RedSpottedCow cow:RedSpottedCow rdf:type owl:NamedIndividual , cow:Breeding . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi