ontology.xml 82.4 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                <owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">An individual and identifiable living organism that feeds on organic matter, typically having specialized sense organs and nervous system and able to respond rapidly to stimuli.</rdfs:comment>
        <rdfs:label>Animal</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
    <!-- http://w3id.org/def/saref4agri#AnimalGroup -->
OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="http://w3id.org/def/saref4agri#AnimalGroup">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#generates"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Yield"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasMember"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Animal"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#isLocatedIn"/>
                <owl:someValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#receives"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Intake"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                <owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A collection of one or multiple animals.</rdfs:comment>
        <rdfs:label>Animal Group</rdfs:label>
    </owl:Class>
    
OnToologyUser's avatar
OnToologyUser committed

OnToologyUser's avatar
OnToologyUser committed
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559

    <!-- http://w3id.org/def/saref4agri#Building -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Building">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#contains"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#BuildingSpace"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space).</rdfs:comment>
        <rdfs:label>Building</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#BuildingSpace -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#BuildingSpace">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
        <rdfs:comment xml:lang="en">An entity used to define the physical spaces of the building. A building space contains devices or building objects.</rdfs:comment>
        <rdfs:label xml:lang="en">Building space</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Crop -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Crop">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/TAXRANK_1000000"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/TAXRANK_0000000"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#generates"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Yield"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#receives"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Intake"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasHarvestDate"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasPlantDate"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A collection of cultivated plants that is grown on a large scale commercially, especially a cereal, fruit, or vegetable.</rdfs:comment>
        <rdfs:label>Crop</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Deployment -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Deployment">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Deployment"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasDeploymentPeriod"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#isDeployedAtSpace"/>
                <owl:someValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedOnPlatform"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedSystem"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/ns/ssn/System"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">The scenario, including temporal and spatial information, in which the systems and devices are installed.</rdfs:comment>
        <rdfs:label xml:lang="en">Deployment</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#EatingActivitySensor -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#EatingActivitySensor">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Eating activity sensor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Farm -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Farm">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#contains"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Building"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#contains"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Parcel"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A plot of land used for the scope of farming which can contain buildings and parcels.</rdfs:comment>
        <rdfs:label>Farm</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#FarmHolding -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#FarmHolding">
        <rdfs:subClassOf rdf:resource="https://schema.org/Organization"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#managesFarm"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Farm"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment>A class to decsribe a saref4agri farm holding as subcass of an org:Organization</rdfs:comment>
        <rdfs:label xml:lang="en">Farm holding</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Farmer -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Farmer">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#managesFarm"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Farm"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment>A class to decsribe a saref4agri farmer as subcass of a foaf:Person</rdfs:comment>
        <rdfs:label xml:lang="en">Farmer</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#ID -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#ID">
        <rdfs:label>ID</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Intake -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Intake">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:isDefinedBy xml:lang="en">The amount of food or other substance taken into the body of an animal or into the soil.</rdfs:isDefinedBy>
        <rdfs:label xml:lang="en">Intake</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#IrrigationWater -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#IrrigationWater">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>The amount of water falling in the soil by irrigation methods.</rdfs:comment>
        <rdfs:label xml:lang="en">Irrigation water</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#MilkingSensor -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#MilkingSensor">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Milking sensor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#MovementActivitySensor -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#MovementActivitySensor">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Movement activity sensor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Parcel -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Parcel">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#contains"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/def/saref4agri#Crop"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/def/saref4agri#hasName"/>
                <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                <owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">An area of land, which might be used for grazing animals or planting crops. The parcel is defined as an undividable logical area of land which contains homogeneous items.</rdfs:comment>
        <rdfs:label>Parcel</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#PlantGrowthStage -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#PlantGrowthStage">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>The level or stage of growth of the plant.</rdfs:comment>
        <rdfs:label xml:lang="en">Plant growth stage</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Platform -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Platform">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
        <rdfs:label>Platform</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Pluviometer -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Pluviometer">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Pluviometer</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Precipitation -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Precipitation">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>The amount of water falling in the soil by natural process (e.g. rain).</rdfs:comment>
        <rdfs:label xml:lang="en">Precipitation</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Soil -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Soil">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
        <rdfs:comment>Upper layer of the earth in which plants grow.</rdfs:comment>
        <rdfs:label>Soil</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#SoilMoisture -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#SoilMoisture">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>The amount of water or humidity contained in the soil.</rdfs:comment>
        <rdfs:label xml:lang="en">Soil moisture</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#SoilTemperature -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#SoilTemperature">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Temperature"/>
        <rdfs:comment>The degree or intensity of heat present in the soil.</rdfs:comment>
        <rdfs:label xml:lang="en">Soil temperature</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#SoilTensiometer -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#SoilTensiometer">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Soil tensiometer</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Thermometer -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Thermometer">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Thermometer</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#WateringGun -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#WateringGun">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Actuator"/>
        <rdfs:label xml:lang="en">Watering gun</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#WateringSystem -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#WateringSystem">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/System"/>
        <rdfs:label xml:lang="en">Watering system</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#WateringValve -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#WateringValve">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Actuator"/>
        <rdfs:label xml:lang="en">Watering valve</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#WeatherStation -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#WeatherStation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/System"/>
        <rdfs:label xml:lang="en">Weather station</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#WeightSensor -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#WeightSensor">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">Weight sensor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/def/saref4agri#Yield -->


    <owl:Class rdf:about="http://w3id.org/def/saref4agri#Yield">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:isDefinedBy xml:lang="en">The produced amount of food for animals or of agricultural products.</rdfs:isDefinedBy>
        <rdfs:label xml:lang="en">Yield</rdfs:label>
    </owl:Class>
    


    <!-- http://www.opengis.net/ont/geosparql#Feature -->


    <owl:Class rdf:about="http://www.opengis.net/ont/geosparql#Feature">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#hasGeometry"/>
                <owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
        <rdfs:comment xml:lang="en">This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
        <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/gml"/>
        <rdfs:label xml:lang="en">Feature</rdfs:label>
    </owl:Class>
    


    <!-- http://www.opengis.net/ont/geosparql#Geometry -->


    <owl:Class rdf:about="http://www.opengis.net/ont/geosparql#Geometry">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
        <rdfs:comment xml:lang="en">The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
        <rdfs:label xml:lang="en">Geometry</rdfs:label>
    </owl:Class>
    


    <!-- http://www.opengis.net/ont/geosparql#SpatialObject -->


    <owl:Class rdf:about="http://www.opengis.net/ont/geosparql#SpatialObject">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#hasGeometry"/>
                <owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#sfContains"/>
                <owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#sfWithin"/>
                <owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#location"/>
                <owl:allValuesFrom rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
        <rdfs:label xml:lang="en">SpatialObject</rdfs:label>
    </owl:Class>
    


    <!-- http://www.w3.org/2003/01/geo/wgs84_pos#Point -->


    <owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point">
        <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
        <rdfs:comment> 
Uniquely identified by lat/long/alt. i.e.

spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
  lat(P2, LAT), long(P2, LONG), alt(P2, ALT).
OnToologyUser's avatar
OnToologyUser committed

sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
  </rdfs:comment>
        <rdfs:comment>A point, typically described using a coordinate system relative to Earth, such as WGS84.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
        <rdfs:label xml:lang="en">Point</rdfs:label>
        <rdfs:label>point</rdfs:label>
    </owl:Class>
    


    <!-- http://www.w3.org/2006/time#Instant -->


    <owl:Class rdf:about="http://www.w3.org/2006/time#Instant">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
        <rdfs:comment xml:lang="en">A temporal entity with zero extent or duration</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
        <rdfs:label xml:lang="en">Instant</rdfs:label>
    </owl:Class>
    


    <!-- http://www.w3.org/2006/time#Interval -->


    <owl:Class rdf:about="http://www.w3.org/2006/time#Interval">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
        <rdfs:label xml:lang="en">A temporal entity with an extent or duration</rdfs:label>
        <rdfs:label xml:lang="en">Time interval</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- http://www.w3.org/2006/time#TemporalEntity -->


OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity">
        <rdfs:comment xml:lang="en">A temporal interval or instant.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
        <rdfs:label xml:lang="en">Temporal entity</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- http://www.w3.org/ns/sosa/Platform -->
OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Platform">
        <rdfs:comment xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
        <rdfs:label xml:lang="en">Platform</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
    <!-- http://www.w3.org/ns/ssn/Deployment -->
OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="http://www.w3.org/ns/ssn/Deployment">
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
        <rdfs:label xml:lang="en">Deployment</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
    </owl:Class>
OnToologyUser's avatar
OnToologyUser committed
    <!-- http://www.w3.org/ns/ssn/System -->
OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="http://www.w3.org/ns/ssn/System">
        <rdfs:comment xml:lang="en">System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other Systems. (Definition taken from http://www.w3.org/ns/ssn/System)</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
        <rdfs:label xml:lang="en">System</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
    <!-- http://xmlns.com/foaf/0.1/Agent -->


    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://xmlns.com/foaf/0.1/member"/>
                <owl:someValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:label xml:lang="en">Agent</rdfs:label>
    </owl:Class>
    


    <!-- http://xmlns.com/foaf/0.1/Person -->


    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </owl:Class>
    


    <!-- https://schema.org/Organization -->


    <owl:Class rdf:about="https://schema.org/Organization">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:label xml:lang="en">Organization</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/def/saref4agri#Deployment -->


    <owl:Class rdf:about="https://w3id.org/def/saref4agri#Deployment">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Deployment"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedOnPlatform"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedSystem"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/ns/ssn/System"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#hasDeploymentPeriod"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#isDeployedAtSpace"/>
                <owl:someValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">Deployment</rdfs:comment>
        <rdfs:comment xml:lang="en">The scenario, including temporal and spatial information, in which the systems and devices are installed.</rdfs:comment>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/def/saref4agri#Pluviometer -->


    <owl:Class rdf:about="https://w3id.org/def/saref4agri#Pluviometer">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">A sensor that measures the rain fall.</rdfs:label>
        <rdfs:label xml:lang="en">Pluviometer</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/def/saref4agri#SoilTensiometer -->


    <owl:Class rdf:about="https://w3id.org/def/saref4agri#SoilTensiometer">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">A sensor that measures the soil moisture.</rdfs:label>
        <rdfs:label xml:lang="en">Soil tensiometer</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/def/saref4agri#WateringGun -->


    <owl:Class rdf:about="https://w3id.org/def/saref4agri#WateringGun">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Actuator"/>
        <rdfs:label xml:lang="en">An actuator to irrigate an space.</rdfs:label>
        <rdfs:label xml:lang="en">Watering gun</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/def/saref4agri#WeatherStation -->


    <owl:Class rdf:about="https://w3id.org/def/saref4agri#WeatherStation">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
        <rdfs:label xml:lang="en">A sensor o system that measure weather conditions.</rdfs:label>
        <rdfs:label xml:lang="en">Weather station</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#Actuator -->


    <owl:Class rdf:about="https://w3id.org/saref#Actuator">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Device"/>
        <rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Actuator</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#Command -->


    <owl:Class rdf:about="https://w3id.org/saref#Command">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#actsUpon"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#State"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#isCommandOf"/>
                <owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
                <owl:onClass rdf:resource="https://w3id.org/saref#Function"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasDescription"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment>A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
        <rdfs:label>Command</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Device -->


OnToologyUser's avatar
OnToologyUser committed
    <owl:Class rdf:about="https://w3id.org/saref#Device">
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/System"/>
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Device</rdfs:label>
    </owl:Class>
OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#FeatureOfInterest -->


    <owl:Class rdf:about="https://w3id.org/saref#FeatureOfInterest">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasProperty"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Property"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#isFeatureOfInterestOf"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Measurement"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Feature of interest</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#Function -->


    <owl:Class rdf:about="https://w3id.org/saref#Function">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasCommand"/>
                <owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
                <owl:onClass rdf:resource="https://w3id.org/saref#Command"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment>The functionality necessary to accomplish the task for which a Device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth. </rdfs:comment>
        <rdfs:label>Function</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Humidity -->


    <owl:Class rdf:about="https://w3id.org/saref#Humidity">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit</rdfs:comment>
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:label xml:lang="en">Humidiy</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:label>Humidity</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Measurement -->


    <owl:Class rdf:about="https://w3id.org/saref#Measurement">
        <rdfs:subClassOf>
            <owl:Restriction>
OnToologyUser's avatar
OnToologyUser committed
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasFeatureOfInterest"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
OnToologyUser's avatar
OnToologyUser committed
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredIn"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#relatesToProperty"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Property"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredIn"/>
                <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                <owl:onClass rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#relatesToProperty"/>
                <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                <owl:onClass rdf:resource="https://w3id.org/saref#Property"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasTimestamp"/>
                <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasValue"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#hasValue"/>
                <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                <owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="https://w3id.org/saref#Property"/>
        <owl:disjointWith rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
        <rdfs:comment xml:lang="en">Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Measurement</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Property -->


    <owl:Class rdf:about="https://w3id.org/saref#Property">
        <rdfs:subClassOf>
            <owl:Restriction>
OnToologyUser's avatar
OnToologyUser committed
                <owl:onProperty rdf:resource="https://w3id.org/saref#isControlledByDevice"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Device"/>
OnToologyUser's avatar
OnToologyUser committed
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
OnToologyUser's avatar
OnToologyUser committed
                <owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredByDevice"/>
OnToologyUser's avatar
OnToologyUser committed
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Device"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
OnToologyUser's avatar
OnToologyUser committed
                <owl:onProperty rdf:resource="https://w3id.org/saref#isPropertyOf"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
OnToologyUser's avatar
OnToologyUser committed
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#relatesToMeasurement"/>
                <owl:allValuesFrom rdf:resource="https://w3id.org/saref#Measurement"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
        <rdfs:comment xml:lang="en">An aspect of an entity that can be observable by a sensor.</rdfs:comment>
        <rdfs:comment>Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Property</rdfs:label>
        <rdfs:label>Property</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#Sensor -->


    <owl:Class rdf:about="https://w3id.org/saref#Sensor">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Device"/>
        <rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
        <rdfs:label xml:lang="en">Sensor</rdfs:label>
    </owl:Class>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- https://w3id.org/saref#State -->


    <owl:Class rdf:about="https://w3id.org/saref#State">
        <rdfs:comment>The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
        <rdfs:label>State</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Task -->


    <owl:Class rdf:about="https://w3id.org/saref#Task">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="https://w3id.org/saref#isAccomplishedBy"/>
                <owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
                <owl:onClass rdf:resource="https://w3id.org/saref#Device"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment>The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
        <rdfs:label>Task</rdfs:label>
    </owl:Class>
    


    <!-- https://w3id.org/saref#Temperature -->


    <owl:Class rdf:about="https://w3id.org/saref#Temperature">
        <rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
        <rdfs:comment>A saref:Property related to some measurements that are characterized by a certain value that is measured in a temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)</rdfs:comment>
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:label xml:lang="en">Temperature</rdfs:label>
OnToologyUser's avatar
OnToologyUser committed
        <rdfs:label>Temperature</rdfs:label>