ontology.json 34.4 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926
[ {
  "@id" : "_:genid1",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#deployedOnPlatform"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Platform"
  } ]
}, {
  "@id" : "_:genid10",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#State"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#actsUpon"
  } ]
}, {
  "@id" : "_:genid11",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#minQualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ],
  "http://www.w3.org/2002/07/owl#onClass" : [ {
    "@id" : "https://w3id.org/saref#Function"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isCommandOf"
  } ]
}, {
  "@id" : "_:genid12",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#maxCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#hasDescription"
  } ]
}, {
  "@id" : "_:genid13",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#minQualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ],
  "http://www.w3.org/2002/07/owl#onClass" : [ {
    "@id" : "https://w3id.org/saref#Command"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#hasCommand"
  } ]
}, {
  "@id" : "_:genid14",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#FeatureOfInterest"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#hasFeatureOfInterest"
  } ]
}, {
  "@id" : "_:genid15",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isMeasuredIn"
  } ]
}, {
  "@id" : "_:genid16",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#relatesToProperty"
  } ]
}, {
  "@id" : "_:genid17",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onClass" : [ {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isMeasuredIn"
  } ],
  "http://www.w3.org/2002/07/owl#qualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ]
}, {
  "@id" : "_:genid18",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onClass" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#relatesToProperty"
  } ],
  "http://www.w3.org/2002/07/owl#qualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ]
}, {
  "@id" : "_:genid19",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#hasTimestamp"
  } ]
}, {
  "@id" : "_:genid2",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#deployedSystem"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#System"
  } ]
}, {
  "@id" : "_:genid20",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#cardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#hasValue"
  } ]
}, {
  "@id" : "_:genid21",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onDataRange" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#float"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#hasValue"
  } ],
  "http://www.w3.org/2002/07/owl#qualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ]
}, {
  "@id" : "_:genid22",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#FeatureOfInterest"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isPropertyOf"
  } ]
}, {
  "@id" : "_:genid23",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Device"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isControlledByDevice"
  } ]
}, {
  "@id" : "_:genid24",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Device"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isMeasuredByDevice"
  } ]
}, {
  "@id" : "_:genid25",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Measurement"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#relatesToMeasurement"
  } ]
}, {
  "@id" : "_:genid26",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#minQualifiedCardinality" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
    "@value" : "1"
  } ],
  "http://www.w3.org/2002/07/owl#onClass" : [ {
    "@id" : "https://w3id.org/saref#Device"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#isAccomplishedBy"
  } ]
}, {
  "@id" : "_:genid27",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#consistsOf"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "http://www.w3.org/2006/time#TemporalEntity"
  } ]
}, {
  "@id" : "_:genid3",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#hasProperty"
  } ]
}, {
  "@id" : "_:genid4",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/saref#Measurement"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isFeatureOfInterestOf"
  } ]
}, {
  "@id" : "_:genid5",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#hosts"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#System"
  } ]
}, {
  "@id" : "_:genid6",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#inDeployment"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Deployment"
  } ]
}, {
  "@id" : "_:genid7",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#hasDeployment"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Deployment"
  } ]
}, {
  "@id" : "_:genid8",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isHostedBy"
  } ],
  "http://www.w3.org/2002/07/owl#someValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Platform"
  } ]
}, {
  "@id" : "_:genid9",
  "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
  "http://www.w3.org/2002/07/owl#allValuesFrom" : [ {
    "@id" : "https://w3id.org/def/saref4agri#System"
  } ],
  "http://www.w3.org/2002/07/owl#onProperty" : [ {
    "@id" : "https://w3id.org/saref#consistsOf"
  } ]
}, {
  "@id" : "http://purl.org/dc/elements/1.1/contributor",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/dc/elements/1.1/creator",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/dc/elements/1.1/date",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/dc/elements/1.1/description",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/dc/elements/1.1/title",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/vocab/vann/preferredNamespacePrefix",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://purl.org/vocab/vann/preferredNamespaceUri",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://www.w3.org/2001/XMLSchema#date",
  "@type" : [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ]
}, {
  "@id" : "http://www.w3.org/2001/XMLSchema#duration",
  "@type" : [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ]
}, {
  "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#alt",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid)."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "altitude"
  } ]
}, {
  "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#lat",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The WGS84 latitude of a SpatialThing (decimal degrees)."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "latitude"
  } ]
}, {
  "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#location",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ {
    "@id" : "http://xmlns.com/foaf/0.1/based_near"
  } ]
}, {
  "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#long",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "The WGS84 longitude of a SpatialThing (decimal degrees)."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "longitude"
  } ]
}, {
  "@id" : "http://www.w3.org/2004/02/skos/core#definition",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://www.w3.org/2004/02/skos/core#prefLabel",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://www.w3.org/2006/time#TemporalEntity",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
}, {
  "@id" : "http://www.w3.org/ns/prov#hadPrimarySource",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "http://xmlns.com/foaf/0.1/based_near",
  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
  "@id" : "https://w3id.org/def/saref4agri",
  "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ],
  "http://purl.org/dc/elements/1.1/contributor" : [ {
    "@id" : "http://w3id.org/people/mpoveda"
  } ],
  "http://purl.org/dc/elements/1.1/description" : [ {
    "@language" : "en",
    "@value" : "This ontology extends the SAREF ontology for the Agricultural domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Agricultural domain."
  } ],
  "http://purl.org/dc/elements/1.1/title" : [ {
    "@language" : "en",
    "@value" : "SAREF extension for Agriculture"
  } ],
  "http://purl.org/dc/terms/license" : [ {
    "@id" : "http://purl.org/NET/rdflicense/cc-by4.0"
  } ],
  "http://purl.org/vocab/vann/preferredNamespacePrefix" : [ {
    "@value" : "s4agri"
  } ],
  "http://purl.org/vocab/vann/preferredNamespaceUri" : [ {
    "@value" : "https://w3id.org/def/saref4agri#"
  } ],
  "http://www.w3.org/2002/07/owl#versionIRI" : [ {
    "@id" : "https://w3id.org/def/v1/saref4agri"
  } ],
  "http://www.w3.org/2002/07/owl#versionInfo" : [ {
    "@type" : "http://www.w3.org/2001/XMLSchema#decimal",
    "@value" : "0.1"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#Deployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Deployment"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid1"
  }, {
    "@id" : "_:genid2"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#FeatureOfInterest",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "WARNING!\n This class might be moved to the SAREF ontology"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Feature of interest"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid3"
  }, {
    "@id" : "_:genid4"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#Platform",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Platform"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid5"
  }, {
    "@id" : "_:genid6"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#System",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "System"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid7"
  }, {
    "@id" : "_:genid8"
  }, {
    "@id" : "_:genid9"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#deployedOnPlatform",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "deployed on platform"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#inDeployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#deployedSystem",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "deployed system"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#hasDeployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasCreationDate",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has creation date"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasDeployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has deployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasExpirationDate",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has expiration date"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasFeatureOfInterest",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has feature of interest"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isFeatureOfInterestOf"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasLastUpdateDate",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has last update date"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has property"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isPropertyOf"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hosts",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "host"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isHostedBy"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#inDeployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "in deployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isFeatureOfInterestOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is feature of interest of"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isHostedBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is hosted by"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isPropertyOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is property of"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#measurementMadeBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "measurement made by"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#makesMeasurement"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Command",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Command"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid10"
  }, {
    "@id" : "_:genid11"
  }, {
    "@id" : "_:genid12"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Device",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
}, {
  "@id" : "https://w3id.org/saref#Function",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "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. "
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Function"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid13"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Humidity",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Humidity"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Measurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Measurement"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid14"
  }, {
    "@id" : "_:genid15"
  }, {
    "@id" : "_:genid16"
  }, {
    "@id" : "_:genid17"
  }, {
    "@id" : "_:genid18"
  }, {
    "@id" : "_:genid19"
  }, {
    "@id" : "_:genid20"
  }, {
    "@id" : "_:genid21"
  } ],
  "http://www.w3.org/2002/07/owl#disjointWith" : [ {
    "@id" : "https://w3id.org/saref#Property"
  }, {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Property",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "An aspect of an entity that can be observable by a sensor."
  }, {
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Property"
  }, {
    "@value" : "Property"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid22"
  }, {
    "@id" : "_:genid23"
  }, {
    "@id" : "_:genid24"
  }, {
    "@id" : "_:genid25"
  } ],
  "http://www.w3.org/2002/07/owl#disjointWith" : [ {
    "@id" : "https://w3id.org/saref#UnitOfMeasure"
  } ]
}, {
  "@id" : "https://w3id.org/saref#State",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "State"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Task",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Task"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "_:genid26"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Temperature",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "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)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Temperature"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#Time",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "Time"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Property"
  }, {
    "@id" : "_:genid27"
  } ]
}, {
  "@id" : "https://w3id.org/saref#UnitOfMeasure",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."
  }, {
    "@value" : "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure"
  }, {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Unit of measure"
  }, {
    "@value" : "Unit of measure"
  } ]
}, {
  "@id" : "https://w3id.org/saref#accomplishes",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a certain entity (e.g., a device) and the task it accomplishes"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "accomplishes"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isAccomplishedBy"
  } ]
}, {
  "@id" : "https://w3id.org/saref#actsUpon",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a command and a state"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "acts upon"
  } ]
}, {
  "@id" : "https://w3id.org/saref#consistsOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "consists of"
  } ]
}, {
  "@id" : "https://w3id.org/saref#controlsProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "controls property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasCommand",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between an entity (such as a function) and a command"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has command"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/saref#isCommandOf"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasDescription",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has description"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasFunction",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship identifying the type of function of a device"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "has function"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasName",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has name"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasTimestamp",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has timestamp"
  } ]
}, {
  "@id" : "https://w3id.org/saref#hasValue",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has value"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isAccomplishedBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship indentifying the task accomplished by a certain entity (e.g., a device)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "is accomplished by"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isCommandOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@value" : "A relationship between a command and a function."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@value" : "is command of"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isControlledByDevice",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is controlled by device"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isMeasuredByDevice",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is measured by device"
  } ]
}, {
  "@id" : "https://w3id.org/saref#isMeasuredIn",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is measured in"
  } ]
}, {
  "@id" : "https://w3id.org/saref#makesMeasurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "makes measurement"
  } ]
}, {
  "@id" : "https://w3id.org/saref#measuresProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "measures property"
  } ]
}, {
  "@id" : "https://w3id.org/saref#relatesToMeasurement",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "relates to measurement"
  } ]
}, {
  "@id" : "https://w3id.org/saref#relatesToProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
    "@id" : "https://w3id.org/saref#"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "relates to property"
  } ]
} ]