mergedFile.ttl 124 KB
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 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 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 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438
# baseURI: http://www.w3.org/2002/07/owl#

@prefix : <http://data.posccaesar.org/dm/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix lci: <http://data.posccaesar.org/dm/> .
@prefix lcm: <http://data.posccaesar.org/dm/metadata/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl: <http://data.posccaesar.org/rdl/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

lci:Activity
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Activity> ;
  lci:definedByLiteral "PossibleIndividual that is something happening or changing" ;
  lcm:hasNoteOnScopeLiteral "An Activity is a space-time extension in which other instances of PossibleIndividual and Event participate." ;
  lcm:hasPersonInterpretableIdentifierLiteral "activity" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:ActualIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ActualIndividual> ;
  lci:definedByLiteral "PossibleIndividual that actually exists in the real world" ;
  lcm:hasExampleDescriptionLiteral "The 25 gallon per minute pump that was required for the Omega production system from 21 March 1998 is a PossibleIndividual. The pump manufactured in July of 1998 that has a capacity of 28 gallon per minute is an ActualIndividual. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "actual individual" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:ArrangedIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ArrangedIndividual> ;
  lci:definedByLiteral "PossibleIndividual that has parts with a particular organization or arrangement" ;
  lcm:hasNoteOnScopeLiteral "The properties, characteristics and behaviours of an ArrangedIndividual are different from those of its individual parts." ;
  lcm:hasPersonInterpretableIdentifierLiteral "arranged individual" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:Atom
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Atom> ;
  lci:definedByLiteral "PhysicalObject that is an atom" ;
  lcm:hasNoteOnScopeLiteral "An atom is the basic unit of matter that consists of a dense central nucleus surrounded by a cloud of negatively charged electrons (wikipedia). All entries in the periodic table of elements are subclasses of Atom. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "atom" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:BiologicalMatter ;
  owl:disjointWith lci:CompositeMaterial ;
  owl:disjointWith lci:Compound ;
  owl:disjointWith lci:Molecule ;
  owl:disjointWith lci:Organism ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:BiologicalMatter
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#BiologicalMatter> ;
  lci:definedByLiteral "PhysicalObject that that consists of all or part of one or more biological cells alive or dead" ;
  lcm:hasNoteOnScopeLiteral "Blood, enzyme and plazma are subclasses of BiologicalMatter." ;
  lcm:hasPersonInterpretableIdentifierLiteral "biological matter" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:CompositeMaterial ;
  owl:disjointWith lci:Compound ;
  owl:disjointWith lci:Molecule ;
  owl:disjointWith lci:Organism ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:ClassOfActivity
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfActivity> ;
  lci:definedByLiteral "class that is the power class of Activity " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of activity" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfArrangedIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfArrangedIndividual> ;
  lci:definedByLiteral "ClassOfIndividual that is the power class of ArrangedIndividual " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of arranged individual" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
  owl:equivalentClass [
      rdf:type owl:Restriction ;
      owl:hasValue lci:ArrangedIndividual ;
      owl:onProperty rdfs:subClassOf ;
    ] ;
.
lci:ClassOfClassOfIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfClassOfIndividual> ;
  lci:definedByLiteral "class that is the power class of ClassOfIndividual " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of class of individual" ;
  rdfs:subClassOf owl:Class ;
.
lci:ClassOfClassOfInformationObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfClassOfInformationObject> ;
  lci:definedByLiteral "ClassOfClassOfIndividual that is the power class of ClassOfInformationObject " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of class of information object" ;
  rdfs:subClassOf lci:ClassOfClassOfIndividual ;
.
lci:ClassOfComputerFile
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfComputerFile> ;
  lci:definedByLiteral "class that is the power class of ComputerFile " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of computer file" ;
  rdfs:subClassOf lci:ClassOfInformationObject ;
  rdfs:subClassOf lci:ClassOfPhysicalObject ;
.
lci:ClassOfEvent
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfEvent> ;
  lci:definedByLiteral "class that is the power class of Event " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of event" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfInanimatePhysicalObject
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfPhysicalObject ;
.
lci:ClassOfIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfIndividual> ;
  lci:definedByLiteral "class that is the power class of PossibleIndividual " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of individual" ;
  rdfs:subClassOf owl:Class ;
  owl:equivalentClass [
      rdf:type owl:Restriction ;
      owl:hasValue lci:PossibleIndividual ;
      owl:onProperty rdfs:subClassOf ;
    ] ;
.
lci:ClassOfIndividualByFunction
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfIndividualByFunction> ;
  lci:definedByLiteral "ClassOfIndividual that has as its criterion for membership a function or purpose" ;
  lcm:hasExampleDescriptionLiteral "Pump, valve, and car are subclasses of PhysicalObject and instances of ClassOfIndividualByFunction. Heating is a subclass of Activity and an instance of ClassOfIndividualByFunction. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of individual by function" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfInformationObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfInformationObject> ;
  lci:definedByLiteral "ClassOfIndividual that is the power class of InformationObject " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of information object" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfPeriodInTime
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPeriodInTime> ;
  lci:definedByLiteral "class that is the power class of PeriodInTime " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of period in time" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfPerson
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPerson> ;
  lci:definedByLiteral "class that is the power class of Person " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of person" ;
  rdfs:subClassOf lci:ClassOfPhysicalObject ;
.
lci:ClassOfPhysicalObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPhysicalObject> ;
  lci:definedByLiteral "class that is the power class of PhysicalObject " ;
  lcm:hasNoteOnScopeLiteral "This is class is defined in the ontology solely to provide structure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of physical object" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:ClassOfPointInTime
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfEvent ;
.
lci:ClassOfQuantity
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfClassOfIndividual ;
.
lci:ClassOfRepresentedInformation
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfRepresentedInformation> ;
  lci:definedByLiteral "ClassOfClassOfInformationObject that is the power class of RepresentedInformation " ;
  lcm:hasPersonInterpretableIdentifierLiteral "class of represented information" ;
  rdfs:subClassOf lci:ClassOfClassOfInformationObject ;
.
lci:CompositeMaterial
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#CompositeMaterial> ;
  lci:definedByLiteral "PhysicalObject that is an arrangement of separable compounds" ;
  lcm:hasNoteOnScopeLiteral "Plywood and glass reinforced plastic are subclasses of CompositeMaterial." ;
  lcm:hasPersonInterpretableIdentifierLiteral "composite material" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:Compound ;
  owl:disjointWith lci:Molecule ;
  owl:disjointWith lci:Organism ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:Compound
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Compound> ;
  lci:definedByLiteral "PhysicalObject that is an arrangement of molecules of the same or different types bound together by intermolecular forces" ;
  lcm:hasNoteOnScopeLiteral "Water, sulphuric acid, sand, limestone and steel are subclasses of Compound." ;
  lcm:hasPersonInterpretableIdentifierLiteral "compound" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:Molecule ;
  owl:disjointWith lci:Organism ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:ComputerFile
  rdf:type lci:PhysicalRepresentationType ;
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFile> ;
  lci:definedByLiteral "InformationObject that is a file within a computer system" ;
  lcm:hasExampleDescriptionLiteral "The following are members of ComputerFile:   the PDF file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.pdf, which contains a scan of the ink on paper material certificate for material product M-101-1234 produced by Schmidt Stahl; the XML file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.xml, which contains the material certificate in accordance with the standard material certificate XML schema auto-gration_messages.xsd." ;
  lcm:hasNoteOnScopeLiteral "A ComputerFile is a PossibleIndividual because it exists in space and time as a physical state of an electronic storage medium. A ComputerFile is a FunctionalPhysicalObject because the electronic storage medium that holds a  computer file can change from time to time. PDF, file, XML file, and TURTLE file are subclasses of ComputerFile. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "computer file" ;
  rdfs:subClassOf lci:FunctionalPhysicalObject ;
  rdfs:subClassOf lci:InformationObject ;
.
lci:ComputerFileContent
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFileContent> ;
  lci:definedByLiteral "ClassOfComputerFile that has the sequence of bytes as its criterion for membership" ;
  lcm:hasExampleDescriptionLiteral "The sequence of bytes that is a particular scan of the ink on paper material certificate for material product M-101-1234 as a PDF file is a ComputerFileContent. The file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.pdf is a member of this class. The copy of the file on the laptop belonging to Henry Dubois is also a member of this class." ;
  lcm:hasNoteOnScopeLiteral "XML, TURTLE and PDF are subclasses of ComputerFileContent." ;
  lcm:hasPersonInterpretableIdentifierLiteral "computer file content" ;
  rdfs:subClassOf lci:ClassOfComputerFile ;
.
lci:ComputerFileFormat
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFileFormat> ;
  lci:definedByLiteral "ClassOfComputerFile that has the format of the file as its criterion for membership" ;
  lcm:hasExampleDescriptionLiteral "XML file, PDF file and TURTLE file are members of ComputerFileFormat." ;
  lcm:hasNoteOnScopeLiteral "XML, TURTLE and PDF are members of RepresentationFormat." ;
  lcm:hasPersonInterpretableIdentifierLiteral "computer file format" ;
  rdfs:subClassOf lci:ClassOfComputerFile ;
  rdfs:subClassOf lci:PhysicalRepresentationType ;
.
lci:CrystallineStructure
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#CrystallineStructure> ;
  lci:definedByLiteral "ClassOfArrangedIndividual that has its criterion for membership the nature of the regular aggregation of simple elements and their compounds by the operation of natural affinity" ;
  lcm:hasExampleDescriptionLiteral "Ferritic, martensitic, and austenitic are instances of CrystallineStructure." ;
  lcm:hasPersonInterpretableIdentifierLiteral "crystalline structure" ;
  rdfs:subClassOf lci:ClassOfArrangedIndividual ;
  owl:disjointWith lci:Phase ;
.
lci:DiscreteStateType
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#DiscreteStateType> ;
  lci:definedByLiteral "ClassOfIndividual that is a member of a set of discrete, unordered values with related criteria for membership" ;
  lcm:hasExampleDescriptionLiteral "'Open' and 'closed' are instances of DiscreteStateType. 'Running', 'on standby' and 'unavailable' are instances of DiscreteStateType. " ;
  lcm:hasNoteOnScopeLiteral "It is usually necessary to create a subclass of DiscreteStateType that contains the classes with related criteria for membership. Hence the subclass of DiscreteStateType 'Open or closed' has the classes 'open' and 'closed' as members. The class Mass has the classes 1.1 kg and 1.2 kg as members. These two classes have related criteria for membership, but they are not members of DiscreteStateType because mass is not regarded as discrete at engineering scales. Instead masses are members of PhysicalQuantity. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "discrete state type" ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:DocumentType
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#DocumentType> ;
  lci:definedByLiteral "ClassOfRepresentedInformation that has the purpose of the RepresentedInformation as the criterion for membership" ;
  lcm:hasExampleDescriptionLiteral "'Material Certificate' is a DocumentType. 'Material certificate to EN 10204' is a DocumentType. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "document type" ;
  rdfs:subClassOf lci:ClassOfRepresentedInformation ;
.
lci:Event
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Event> ;
  lci:definedByLiteral "PossibleIndividual that has zero extent in time" ;
  lcm:hasExampleDescriptionLiteral "The connection of power to pump P_101 is an Event. This event that marks the beginning of a temporal part of pump P_101." ;
  lcm:hasNoteOnScopeLiteral "An Event is the temporal boundary of one or more instances of PossibleIndividual although there may be no knowledge of them." ;
  lcm:hasPersonInterpretableIdentifierLiteral "event" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:Feature
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Feature> ;
  lci:definedByLiteral "PhysicalObject that is a contiguous, non-separable part of a PossibleIndividual and that has an incompletely defined separating bound" ;
  lcm:hasNoteOnScopeLiteral "Mountain, groove, rim, nozzle, nose, and raised face are subclasses of Feature." ;
  lcm:hasPersonInterpretableIdentifierLiteral "feature" ;
  rdfs:subClassOf lci:PhysicalObject ;
.
lci:FunctionalPhysicalObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#FunctionalPhysicalObject> ;
  lci:definedByLiteral "PhysicalObject that has functional continuity as its basis of identity" ;
  lcm:hasExampleDescriptionLiteral "The heat exchanger system known as tag E-4507 is a FunctionalPhysicalObject." ;
  lcm:hasNoteOnScopeLiteral "A FunctionalPhysicalObject has functional, rather than material, continuity as its basis for identity. Adjacent temporal parts of a FunctionalPhysicalObject need not have common matter or energy, provided the matter or energy of each temporal part fulfils the same function" ;
  lcm:hasPersonInterpretableIdentifierLiteral "functional physical object" ;
  rdfs:subClassOf lci:PhysicalObject ;
.
lci:InanimatePhysicalObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#InanimatePhysicalObject> ;
  lci:definedByLiteral "PhysicalObject that is not one or more instances of Organism" ;
  lcm:hasNoteOnScopeLiteral "Oil is a subclass of InanimatePhysicalObject." ;
  lcm:hasPersonInterpretableIdentifierLiteral "inanimate physical object" ;
  rdfs:subClassOf lci:PhysicalObject ;
  owl:disjointWith lci:Organism ;
.
lci:IndirectPropertyKind
  rdf:type owl:Class ;
  rdfs:subClassOf owl:FunctionalProperty ;
  rdfs:subClassOf owl:ObjectProperty ;
.
lci:InformationObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#InformationObject> ;
  lci:definedByLiteral "PossibleIndividual that is intended to convey information" ;
  lcm:hasExampleDescriptionLiteral "The following are members of InformationObject:   the ink on paper material certificate for material product M-101-1234 produced by Schmidt Stahl, which bears the signature of the Schmidt Stahl inspector; the PDF file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.pdf, which contains a scan of the ink on paper material certificate for M-101-1234; the XML file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.xml, which contains the material certificate for M-101-1234 in accordance with the standard material certificate XML schema auto-gration_messages.xsd; the state of railway signal VS1234 between 10:02:30 and 10:02:45 on 2014-05-19" ;
  lcm:hasPersonInterpretableIdentifierLiteral "information object" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:Language
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Language> ;
  lci:definedByLiteral "ClassOfRepresentedInformation that has the language used for the RepresentedInformation as the criterion for membership " ;
  lcm:hasExampleDescriptionLiteral "'US English' is a  Language. " ;
  lcm:hasNoteOnScopeLiteral "The codes assigned by the parts of ISO 639 'Codes for the representation of names of languages' identify members of Language. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "language" ;
  rdfs:subClassOf lci:ClassOfRepresentedInformation ;
.
lci:MaterializedPhysicalObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#MaterializedPhysicalObject> ;
  lci:definedByLiteral "PhysicalObject that has matter continuity, energy continuity of both as its basis of identity" ;
  lcm:hasExampleDescriptionLiteral "The shell and tube heat exchanger with manufacture's serial number ES/1234 is a MaterializedPhysicalObject." ;
  lcm:hasNoteOnScopeLiteral "A MaterializedPhysicalObject has some continuity of matter or energy between adjacent temporal parts. However, the eeplacement of some components from time to time does not create a new identity." ;
  lcm:hasPersonInterpretableIdentifierLiteral "materialized physical object" ;
  rdfs:subClassOf lci:PhysicalObject ;
.
lci:Molecule
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Molecule> ;
  lci:definedByLiteral "PhysicalObject that is a molecule" ;
  lcm:hasNoteOnScopeLiteral "A molecule is an electrically neutral group of two or more atoms held together by covalent chemical bonds. Molecules are distinguished from ions by their lack of electrical charge (wikipedia). " ;
  lcm:hasNoteOnScopeLiteral "H2O, H2SO4, and DNA are subclasses of Molecule." ;
  lcm:hasPersonInterpretableIdentifierLiteral "molecule" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:Organism ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:Organism
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Organism> ;
  lci:definedByLiteral "PhysicalObject that is a single living organism" ;
  lcm:hasPersonInterpretableIdentifierLiteral "organism" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:Organization ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:Organization
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Organization> ;
  lci:definedByLiteral "PhysicalObject that consists of people and other assets and that is organized with a particular purpose" ;
  lcm:hasExampleDescriptionLiteral "POSC Caesar Association, Fiatech, Bechtel and TopQuadrant are instances of Organization." ;
  lcm:hasNoteOnScopeLiteral "Company, government, and project team are subclasses of Organization." ;
  lcm:hasPersonInterpretableIdentifierLiteral "organization" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:ParticulateMaterial ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:ParticulateMaterial
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ParticulateMaterial> ;
  lci:definedByLiteral "PhysicalObject that is an amount of super-molecular sized objects" ;
  lcm:hasExampleDescriptionLiteral "The load of sand delivered on 2014-03-31 is a ParticulateMaterial." ;
  lcm:hasNoteOnScopeLiteral "The super-molecular sized objects can be of the same or different types." ;
  lcm:hasPersonInterpretableIdentifierLiteral "particulate material" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
  owl:disjointWith lci:SubAtomicParticle ;
.
lci:PeriodInTime
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PeriodInTime> ;
  lci:definedByLiteral "PossibleIndividual that is all that exists in space for a period in time" ;
  lcm:hasExampleDescriptionLiteral " From 2000-11-21T06:00Z to 2000-11-21T11:53Z is a PeriodInTime." ;
  lcm:hasNoteOnScopeLiteral "A PeriodInTime is bounded by a start PointInTime and an end PointInTime." ;
  lcm:hasPersonInterpretableIdentifierLiteral "period in time" ;
  rdfs:subClassOf lci:PossibleIndividual ;
  owl:disjointWith lci:PointInSpace ;
  owl:disjointWith lci:PointInTime ;
  owl:disjointWith lci:RegionInSpace ;
.
lci:Person
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Person> ;
  lci:definedByLiteral "Organism that is a person" ;
  lcm:hasExampleDescriptionLiteral "Nils Sandsmark, Tim Berners-Lee and Ian Horrocks instances of Person." ;
  lcm:hasNoteOnScopeLiteral "Engineer, plant manager, student, male, female, senior citizen, adult, girl, and boy are subclasses of Person." ;
  lcm:hasPersonInterpretableIdentifierLiteral "person" ;
  rdfs:subClassOf lci:Organism ;
.
lci:Phase
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Phase> ;
  lci:definedByLiteral "ClassOfArrangedIndividual that has its criterion for membership the nature of the boundary behaviour of a material resulting from its atomic or molecular bonding" ;
  lcm:hasExampleDescriptionLiteral "Liquid and solid are instances of Phase." ;
  lcm:hasPersonInterpretableIdentifierLiteral "phase" ;
  rdfs:subClassOf lci:ClassOfArrangedIndividual ;
.
lci:PhysicalObject
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PhysicalObject> ;
  lci:definedByLiteral "PossibleIndividual that is a distribution of energy, matter or both" ;
  lcm:hasExampleDescriptionLiteral "Pump P_101 is a PhysicalObject." ;
  lcm:hasPersonInterpretableIdentifierLiteral "physical object" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:PhysicalRepresentationType
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PhysicalRepresentationType> ;
  lci:definedByLiteral "ClassOfInformationObject that has the method used to create a physical representation of the information as the criterion for membership" ;
  lcm:hasExampleDescriptionLiteral "The following are members of PhysicalRepresentationType:  ink on paper document; ink on paper document with A4 paper; computer file; PDF file; coloured light railway signal." ;
  lcm:hasNoteOnScopeLiteral "Computer file format, with members such as XML file and PDF file, is a subclass of  PhysicalRepresentationType. Paper document format, with members such as A4 and foolscap, is a subclass of  PhysicalRepresentationType. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "physical representation type" ;
  rdfs:subClassOf lci:ClassOfInformationObject ;
.
lci:PointInSpace
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PointInSpace> ;
  lci:definedByLiteral "PossibleIndividual that is all that exists in time at a point in space" ;
  lcm:hasNoteOnScopeLiteral "A PointInSpace can be defined in any spatial frame. It can be defined with respect to a moving or moveable object, such as a ship or an equipment item." ;
  lcm:hasPersonInterpretableIdentifierLiteral "point in space" ;
  rdfs:subClassOf lci:PossibleIndividual ;
  owl:disjointWith lci:PointInTime ;
  owl:disjointWith lci:RegionInSpace ;
.
lci:PointInTime
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PointInTime> ;
  lci:definedByLiteral "PossibleIndividual that is all that exists in space at an instant in time" ;
  lcm:hasExampleDescriptionLiteral "1999-05-13T16:31:23.56Z' is an identification of a PointInTime, which is defined by ISO 8601." ;
  lcm:hasNoteOnScopeLiteral "A PointInTime can be regarded as an unbounded 3D 'plane' within 4D space-time that has a zero temporal extent." ;
  lcm:hasPersonInterpretableIdentifierLiteral "point in time" ;
  rdfs:subClassOf lci:Event ;
  owl:disjointWith lci:RegionInSpace ;
.
lci:PossibleIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PossibleIndividual> ;
  lci:definedByLiteral "thing that exists in space and time" ;
  lcm:hasNoteOnScopeLiteral "The class PossibleIndividual includes:  things where any of the space-time dimensions are vanishingly small; those that are either all space for any time, or all time and any space; the entirety of all space-time; things that actually exist, or have existed; things that are fictional or conjectured and possibly exist in the past, present or future; temporal parts (states) of other individuals; things that have a specific position, but zero extent in one or more dimensions, such as points, lines, and surfaces." ;
  lcm:hasPersonInterpretableIdentifierLiteral "possible individual" ;
  rdfs:subClassOf owl:Thing ;
  owl:disjointWith owl:Class ;
.
lci:Quantity
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfIndividual ;
.
lci:QuantityKind
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfQuantity ;
.
lci:RegionInSpace
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RegionInSpace> ;
  lci:definedByLiteral "PossibleIndividual that is all that exists in time for a region in space" ;
  lcm:hasNoteOnScopeLiteral "A RegionInSpace can be defined in any spatial frame. It can be defined with respect to a moving or moveable object, such as a ship or an equipment item. License block, construction area, country, air corridor, maritime traffic zone, and hazard control zone are subclasses of RegionInSpace. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "region in space" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:RepresentationFormat
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RepresentationFormat> ;
  lci:definedByLiteral "ClassOfRepresentedInformation that has the format used for encoding the RepresentedInformation as the criterion for membership " ;
  lcm:hasExampleDescriptionLiteral "XML, TURTLE, PDF and TextString are members of a RepresentationFormat. The standard material certificate XML schema auto-gration_messages.xsd is a RepresentationFormat. " ;
  lcm:hasNoteOnScopeLiteral "The instances of InformationObject than hold an item of RepresentedInformation are members.  " ;
  lcm:hasPersonInterpretableIdentifierLiteral "representation format" ;
  rdfs:subClassOf lci:ClassOfRepresentedInformation ;
.
lci:RepresentedInformation
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RepresentedInformation> ;
  lci:definedByLiteral "ClassOfInformationObject that has the information that is intended to be conveyed as the criterion for membership" ;
  lcm:hasExampleDescriptionLiteral "The content of the material certificate issued by the Schmidt Stahl inspector for material product M-101-1234 produced by Schmidt Stahl is RepresentedInformation.  The information is represented on the ink on paper material certificate for M-101-1234, which bears the signature of the Schmidt Stahl inspector; the PDF file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.pdf, which contains a scan of the ink on paper material certificate; the XML file with URI http://schmidt-stahl.de/material-certificate/M-101-1234.xml, which is in accordance with the standard XML material certificate schema auto-gration_messages.xsd. Permission to proceed past railway signal VS1234 between 10:02:30 and 10:02:45 on 2014-05-19 is an item of RepresentedInformation.  The information is represented by the state of railway signal VS1234 between 10:02:30 and 10:02:45 on 2014-05-19. " ;
  lcm:hasNoteOnScopeLiteral "Different instances of RepresentedInformation can form a class hierarchy. Hence there can be 'material certificate for M-101-1234' with subclasses 'material certificate for M-101-1234 with inspector signature' and 'material certificate for M-101-1234 without inspector signature'. A signed ink and paper document and its scanned image as a PDF file are members of the former.  An XML file representation of the material certificate is a member of the latter. Different encodings for RepresentedInformation, such as PDF, XML, RDF graph, and TextString, are subclasses of RepresentedInformation. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "represented information" ;
  rdfs:subClassOf lci:ClassOfInformationObject ;
.
lci:Scale
  rdf:type owl:Class ;
  rdfs:subClassOf owl:DatatypeProperty ;
  rdfs:subClassOf owl:FunctionalProperty ;
.
lci:Stream
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Stream> ;
  lci:definedByLiteral "PhysicalObject where continuity of flow path is the basis of identity" ;
  lcm:hasPersonInterpretableIdentifierLiteral "stream" ;
  rdfs:subClassOf lci:PhysicalObject ;
.
lci:SubAtomicParticle
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#SubAtomicParticle> ;
  lci:definedByLiteral "PhysicalObject that is or can be a part of an atom" ;
  lcm:hasNoteOnScopeLiteral "Proton, electron, meson, neutron, positron, muon, quark, and neutrino are subclasses of SubAtomicParticle." ;
  lcm:hasPersonInterpretableIdentifierLiteral "subatomic particle" ;
  rdfs:subClassOf lci:ArrangedIndividual ;
.
lci:TextString
  rdf:type lci:RepresentationFormat ;
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#TextString> ;
  lci:definedByLiteral "ClassOfRepresentedInformation that is a sequence of person interpretable characters, symbols or spaces" ;
  lcm:hasExampleDescriptionLiteral "'To be tested before 08:00, and a test report filed' is a TextString. " ;
  lcm:hasNoteOnScopeLiteral "The class TextString is included to allow meta-data, such as a source, to be specified for a text string. This is not possible if the text string is represented as an RDF literal. The content of a TextString can be specified by the property textStringAsLiteral." ;
  lcm:hasPersonInterpretableIdentifierLiteral "text string" ;
  rdfs:subClassOf lci:RepresentedInformation ;
.
lci:TimeDuration
  rdf:type owl:Class ;
  rdfs:subClassOf lci:Quantity ;
.
lci:WholeLifeIndividual
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#WholeLifeIndividual> ;
  lci:definedByLiteral "PossibleIndividual that is a that is an entire lifetime as defined by its basis for identity" ;
  lcm:hasExampleDescriptionLiteral "The plastic cup on the desk of Fred Bloggs (bounded by its creation and destruction events) is a WholeLifeIndividual. The cup whilst it stands on that desk is a temporal part of the WholeLifeIndividual." ;
  lcm:hasPersonInterpretableIdentifierLiteral "whole life individual" ;
  rdfs:subClassOf lci:PossibleIndividual ;
.
lci:administration
  rdf:type lcm:AdministerLibrary ;
  rdf:type owl:NamedIndividual ;
  lci:hasPart lci:administrator ;
.
lci:administrator
  rdf:type lcm:Administrator ;
  rdf:type owl:NamedIndividual ;
  lci:partOf <http://www.iso.org/iso/tc_184/sc_4/wg_3> ;
.
lci:arrangedPartOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#arrangedPartOf> ;
  lci:definedByLiteral "ArrangedIndividual that is a whole for the arranged part with a distinct role" ;
  lcm:hasExampleDescriptionLiteral "Aircraft A_101 from 2014-04-11T10:50 to 2014-04-11T12:15 has an arrangedPartOf relationship with formation F_101 from 2014-04-11T10:50 to 2014-04-11T12:15, within which it is flying. Bin B_101 has an arrangedPartOf relationship with Warehouse W_101, within which it is a part of the layout. " ;
  lcm:hasNoteOnScopeLiteral "An arrangedPartOf relationship says a part has a particular role with respect to the whole. The nature of this role is not specified by this relationship, but must be specified by a classification of the part." ;
  lcm:hasPersonInterpretableIdentifierLiteral "arranged part of" ;
  rdfs:range lci:ArrangedIndividual ;
  rdfs:subPropertyOf lci:spatialPartOf ;
.
lci:assembledPartOccurenceOf
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:subPropertyOf lci:arrangedPartOf ;
.
lci:assembledPartOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#assembledPartOf> ;
  lci:definedByLiteral "ArrangedIndividual that is a whole for the assembled part" ;
  lcm:hasExampleDescriptionLiteral "Impeller I_345 during 2013 has an assembledPartOf relationship with pump P_101 during 2013." ;
  lcm:hasPersonInterpretableIdentifierLiteral "assembled part of" ;
  rdfs:subPropertyOf lci:arrangedPartOf ;
  owl:propertyDisjointWith lci:featureOf ;
.
lci:beginningOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#beginningOf> ;
  lci:definedByLiteral "PossibleIndividual that begins" ;
  lcm:hasExampleDescriptionLiteral "The PointInTime 1999-07-01T00:00 has a beginningOf relationship with the PeriodInTime July 1999. The  Event 'loading L_101 on 2014-04-11 complete' has a beginningOf relationship with the PossibleIndividual 'loading plant idle on 2014-04-11'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "beginning of" ;
  rdfs:subPropertyOf lci:temporalBoundOf ;
  owl:propertyDisjointWith lci:endOf ;
.
lci:causeOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOf> ;
  lci:definedByLiteral "Event that is caused" ;
  lcm:hasExampleDescriptionLiteral "The Event  'tanker T_101 full on 2014-04-11' has a causedBy relationship with the Activity 'load tanker T_101 on 2014-04-11'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "cause of" ;
  rdfs:domain lci:Activity ;
  rdfs:range lci:Event ;
.
lci:causeOfBeginningOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOfBeginningOf> ;
  lci:definedByLiteral "PossibleIndividual that begins" ;
  lcm:hasExampleDescriptionLiteral "Forging activity F_101 has a causeOfBeginningOf relationship with pump casing PC_101." ;
  lcm:hasPersonInterpretableIdentifierLiteral "cause of beginning of" ;
  rdfs:domain lci:Activity ;
  rdfs:range lci:PossibleIndividual ;
  owl:inverseOf lci:hasCauseOfBeginning ;
.
lci:causeOfEndOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOfEndOf> ;
  lci:definedByLiteral "PossibleIndividual that ends" ;
  lcm:hasExampleDescriptionLiteral "Refurbishment activity R_101 has a causeOfEndOf relationship with Pump tag P_101, which is replaced by two pumps P_101A and P_101B." ;
  lcm:hasPersonInterpretableIdentifierLiteral "cause of end of" ;
  rdfs:domain lci:Activity ;
  rdfs:range lci:PossibleIndividual ;
.
lci:connectedTo
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#connectedTo> ;
  lci:definedByLiteral "PossibleIndividual that is connected directly or indirectly, such that matter, energy or load or a combination of these can be transferred" ;
  lcm:hasPersonInterpretableIdentifierLiteral "connected to" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
.
lci:containedBy
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#containedBy> ;
  lci:definedByLiteral "PossibleIndividual that contains, but does not have the contained as a part" ;
  lcm:hasExampleDescriptionLiteral "The batch of oil B_101 during 2014-04-11 has a containedBy relationship with tank T_101 during 2014-04-11." ;
  lcm:hasPersonInterpretableIdentifierLiteral "contained by" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
  rdfs:subPropertyOf lci:locatedRelativeTo ;
  owl:inverseOf lci:contains ;
.
lci:contains
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#contains> ;
  lci:definedByLiteral "PossibleIndividual that is contained, but that is not part of the container" ;
  lcm:hasExampleDescriptionLiteral "Tank T_101 during 2014-04-11 has a contains relationship with the batch of oil B_101 during 2014-04-11 ." ;
  lcm:hasPersonInterpretableIdentifierLiteral "contains" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
  rdfs:subPropertyOf lci:locatedRelativeTo ;
.
lci:definedBy
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#definedBy> ;
  lci:definedByLiteral "RepresentedInformation that defines" ;
  lcm:hasExampleDescriptionLiteral "The class Pump has a definedBy relationship with the TextString 'A physical object that adds or removes mechanical energy to a fluid, either constantly or periodically. '.  The class 'project plan P101 version 3'  has a definedBy relationship with the RepresentedInformation and OWL graph with URI http://www.bloggs-engineering.com/plans/P-101-v3. " ;
  lcm:hasNoteOnScopeLiteral "definedBy has the same meaning as the SKOS property 'definition'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "defined by" ;
  rdfs:domain owl:Class ;
  rdfs:range lci:RepresentedInformation ;
.
lci:definedByLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#definedByLiteral> ;
  lci:definedByLiteral "RepresentedInformation in the form of an RDF literal that defines" ;
  lcm:hasNoteOnScopeLiteral "The meaning of this property is identical to definedBy. It is included in the ontology to support a definition as an RDF literal." ;
  lcm:hasPersonInterpretableIdentifierLiteral "defined by literal" ;
  rdfs:domain owl:Class ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf rdfs:comment ;
.
lci:defines
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#defines> ;
  lci:definedByLiteral "class that is defined" ;
  lcm:hasExampleDescriptionLiteral "The TextString 'A physical object that adds or removes mechanical energy to a fluid, either constantly or periodically. ' has a defines relationship with the class Pump. The RepresentedInformation and OWL graph with URI http://www.bloggs-engineering.com/plans/P-101-v3 has a defines relationship with the class 'project plan P101 version 3'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "defines" ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range owl:Class ;
  owl:inverseOf lci:definedBy ;
.
lci:describedBy
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describedBy> ;
  lci:definedByLiteral "RepresentedInformation that describes" ;
  lcm:hasExampleDescriptionLiteral "The Activity 'drilling of wellbore WB-1234 on 2014-07-10'  has a describedBy relationship with the RepresentedInformation and XML with URI http://www.bloggs-drilling.com/WB-1234/daily-drilling-report/2014-07-10 . In this example the URI identifies the ComputerFileContent, rather than a particular ComputerFile. " ;
  lcm:hasNoteOnScopeLiteral "describedBy has the same meaning as the Dublin Core property 'description'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "described by" ;
  rdfs:domain owl:Thing ;
  rdfs:range lci:RepresentedInformation ;
.
lci:describedByLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describedByLiteral> ;
  lci:definedByLiteral "RepresentedInformation in the form of an RDF literal that describes" ;
  lcm:hasNoteOnScopeLiteral "The meaning of this property is identical to describedBy. It is included in the ontology to support a description as an RDF literal." ;
  lcm:hasPersonInterpretableIdentifierLiteral "described by literal" ;
  rdfs:domain owl:Thing ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf rdfs:comment ;
.
lci:describes
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describes> ;
  lci:definedByLiteral "thing that is described" ;
  lcm:hasExampleDescriptionLiteral "The RepresentedInformation and XML with URI http://www.bloggs-drilling.com/WB-1234/daily-drilling-report/2014-07-10 has a describes relationship with the Activity 'drilling of wellbore WB-1234 on 2014-07-10' . In this example the URI identifies the ComputerFileContent, rather than a particular ComputerFile. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "describes" ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range owl:Thing ;
  owl:inverseOf lci:describedBy ;
.
lci:directlyConnectedTo
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#directlyConnectedTo> ;
  lci:definedByLiteral "PossibleIndividual that is directly connected" ;
  lcm:hasExampleDescriptionLiteral "End 1 of cable C_101 during 2014 has a directlyConnectedTo relationship with terminal T_101 of distribution box DB_101 during 2014." ;
  lcm:hasPersonInterpretableIdentifierLiteral "directly connected to" ;
  rdfs:subPropertyOf lci:connectedTo ;
  owl:propertyDisjointWith lci:indirectlyConnectedTo ;
.
lci:endOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#endOf> ;
  lci:definedByLiteral "PossibleIndividual that ends" ;
  lcm:hasExampleDescriptionLiteral "The PointInTime 1999-07-01T00:00 has a endOf relationship with the PeriodInTime June 1999. The  Event 'loading L_101 on 2014-04-11 complete' has a endOf relationship with the PossibleIndividual 'loading plant operating on 2014-04-11'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "end of" ;
  rdfs:subPropertyOf lci:temporalBoundOf ;
.
lci:featureOf
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#featureOf> ;
  lci:definedByLiteral "PossibleIndividual that has the Feature as a part" ;
  lcm:hasExampleDescriptionLiteral "The face of flange F_101 has a featureOf relationship with flange F_101 as a whole. Nozzle N_101/1 has a featureOf relationship with vessel V_101. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "feature of" ;
  rdfs:domain lci:Feature ;
  rdfs:subPropertyOf lci:arrangedPartOf ;
  owl:inverseOf lci:hasFeatureOf ;
.
lci:hasArrangedPart
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasArrangedPart> ;
  lci:definedByLiteral "PossibleIndividual  that is an arranged part of the whole with a distinct role" ;
  lcm:hasExampleDescriptionLiteral "Formation F_101 from 2014-04-11T10:50 to 2014-04-11T12:15 has an hasArrangedPart relationship with Aircraft A_101 from 2014-04-11T10:50 to 2014-04-11T12:15, which it is flying within it. Warehouse W_101 has an hasArrangedPart relationship with Bin B_101, which it is a part of the layout. " ;
  lcm:hasNoteOnScopeLiteral "An hasArrangedPart relationship says a part has a particular role with respect to the whole. The nature of this role is not specified by this relationship, but must be specified by a classification of the part." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has arranged part" ;
  rdfs:domain lci:ArrangedIndividual ;
  rdfs:subPropertyOf lci:hasSpatialPart ;
  owl:inverseOf lci:arrangedPartOf ;
.
lci:hasAssembledPart
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasAssembledPart> ;
  lci:definedByLiteral "PossibleIndividual that is an assembled part of the whole" ;
  lcm:hasExampleDescriptionLiteral "Pump P_101 during 2013 has an hasAssembledPart relationship with  Impeller I_345 during 2013." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has assembled part" ;
  rdfs:subPropertyOf lci:hasArrangedPart ;
  owl:inverseOf lci:assembledPartOf ;
  owl:propertyDisjointWith lci:hasFeature ;
.
lci:hasAssembledPartOccurence
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:subPropertyOf lci:hasArrangedPart ;
  owl:inverseOf lci:assembledPartOccurenceOf ;
.
lci:hasBeginning
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasBeginning> ;
  lci:definedByLiteral "Event that is the beginning" ;
  lcm:hasExampleDescriptionLiteral "The  PeriodInTime July 1999 has a hasBeginning relationship with the PointInTime 1999-07-01T00:00. The  PossibleIndividual 'loading plant idle on 2014-04-11' has a hasBeginning relationship with the Event 'loading L_101 on 2014-04-11 complete'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "has beginning" ;
  rdfs:subPropertyOf lci:hasTemporalBound ;
  owl:inverseOf lci:beginningOf ;
  owl:propertyDisjointWith lci:hasEnd ;
.
lci:hasCause
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCause> ;
  lci:definedByLiteral "Activity that is a cause" ;
  lcm:hasExampleDescriptionLiteral "The Activity 'load tanker T_101 on 2014-04-11' has a hasCause relationship with the Event  'tanker T_101 full on 2014-04-11'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has cause" ;
  rdfs:domain lci:Event ;
  rdfs:range lci:Activity ;
  owl:inverseOf lci:causeOf ;
.
lci:hasCauseOfBeginning
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCauseOfBeginning> ;
  lci:definedByLiteral "Activity  that causes the beginning" ;
  lcm:hasExampleDescriptionLiteral "Pump casing PC_101 has a hasCauseOfBeginning relationship with forging activity F_101." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has cause of beginning" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:Activity ;
.
lci:hasCauseOfEnd
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCauseOfEnd> ;
  lci:definedByLiteral "Activity  that causes the end" ;
  lcm:hasExampleDescriptionLiteral "Pump tag P_101 has a hasCauseOfEnd relationship with refurbishment activity R_101, which replaces it with two pumps P_101A and P_101B." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has cause of end" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:Activity ;
  rdfs:subPropertyOf lci:hasPart ;
  owl:inverseOf lci:causeOfEndOf ;
.
lci:hasEnd
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasEnd> ;
  lci:definedByLiteral "Event that is the end" ;
  lcm:hasExampleDescriptionLiteral "The  PeriodInTime June 1999 has a hasEnd relationship with the PointInTime 1999-07-01T00:00. The  PossibleIndividual 'loading plant operating on 2014-04-11' has a hasEnd relationship with the Event 'loading L_101 on 2014-04-11 complete'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "has end" ;
  rdfs:subPropertyOf lci:hasTemporalBound ;
  owl:inverseOf lci:endOf ;
.
lci:hasFeature
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasFeature> ;
  lci:definedByLiteral "Feature that is a part" ;
  lcm:hasExampleDescriptionLiteral "Flange F_101 has a hasFeature relationship with its face. Vessel V_101 has a hasFeature relationship with nozzle N_101/1. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "has feature" ;
  rdfs:range lci:Feature ;
  rdfs:subPropertyOf lci:hasArrangedPart ;
  owl:inverseOf lci:featureOf ;
.
lci:hasFeatureOf
  rdf:type owl:ObjectProperty ;
.
lci:hasFluidConnectionTo
  rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf lci:connectedTo ;
.
lci:hasPart
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasPart> ;
  lci:definedByLiteral "PossibleIndividual that is a part of the whole" ;
  lcm:hasPersonInterpretableIdentifierLiteral "has part" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
  owl:inverseOf lci:partOf ;
.
lci:hasParticipant
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasParticipant> ;
  lci:definedByLiteral "PossibleIndividual that is a participant" ;
  lcm:hasExampleDescriptionLiteral "The activity 'discharge of motor vessel Murex on 2002-12-02' has a hasParticipant relationship with pump P_101 during 2002-12-02." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has participant" ;
  rdfs:domain lci:Activity ;
  rdfs:subPropertyOf lci:hasPart ;
.
lci:hasPredecessor
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasPredecessor> ;
  lci:definedByLiteral "PossibleIndividual that exists in time wholly after the end of the predecessor" ;
  lcm:hasExampleDescriptionLiteral "The PossibleIndividual 'F_101 under commissioning' has a hasPredecessor relationship with the PossibleIndividual 'F_101 under construction'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has predecessor" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
  owl:inverseOf lci:hasSuccessor ;
.
lci:hasSpatialPart
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasSpatialPart> ;
  lci:definedByLiteral "PossibleIndividual  that is a spatial part of the whole and exists throughout the life of the whole" ;
  lcm:hasPersonInterpretableIdentifierLiteral "has spatial part" ;
  rdfs:subPropertyOf lci:hasPart ;
  owl:inverseOf lci:spatialPartOf ;
  owl:propertyDisjointWith lci:hasTemporalPart ;
.
lci:hasSuccessor
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasSuccessor> ;
  lci:definedByLiteral "PossibleIndividual that exists in time wholly before the start of the successor" ;
  lcm:hasExampleDescriptionLiteral "The PossibleIndividual 'F_101 under construction' has a hasSuccessor relationship with the PossibleIndividual 'F_101 under commissioning'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has successor" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
.
lci:hasTemporalBound
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTemporalBound> ;
  lci:definedByLiteral "Event that is the beginning or end" ;
  lcm:hasPersonInterpretableIdentifierLiteral "has temporal bound" ;
  rdfs:range lci:Event ;
  rdfs:subPropertyOf lci:hasPart ;
  owl:inverseOf lci:temporalBoundOf ;
.
lci:hasTemporalPart
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTemporalPart> ;
  lci:definedByLiteral "PossibleIndividual that is all of the whole during a period of time or at an instant in time" ;
  lcm:hasNoteOnScopeLiteral "Since hasTemporalPart is transitive  a hierarchy of temporal parts is possible, with a  WholeLifeIndividual  at the top." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has temporal part" ;
  rdfs:subPropertyOf lci:hasPart ;
  owl:inverseOf lci:temporalPartOf ;
.
lci:identifiedBy
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifiedBy> ;
  lci:definedByLiteral "RepresentedInformation that identifies" ;
  lcm:hasExampleDescriptionLiteral "The PhysicalObject delivered by Schmidt Stahl on 2014-09-15 is identifiedBy the TextString 'M-101-1234' . " ;
  lcm:hasPersonInterpretableIdentifierLiteral "identified By" ;
  rdfs:domain owl:Thing ;
  rdfs:range lci:RepresentedInformation ;
.
lci:identifiedByLiteral
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifiedByLiteral> ;
  lci:definedByLiteral "xsd:String that identifies" ;
  lcm:hasNoteOnScopeLiteral "This property is identical in meaning to identifiedBy, but provides a more concise serialization in RDF." ;
  lcm:hasPersonInterpretableIdentifierLiteral "identified By Literal" ;
  lcm:hasPersonInterpretableIdentifierLiteral "identified By literal" ;
  rdfs:domain owl:Thing ;
.
lci:identifies
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifies> ;
  lci:definedByLiteral "thing that is identified" ;
  lcm:hasExampleDescriptionLiteral "The TextString 'M-101-1234'  identifies the PhysicalObject delivered by Schmidt Stahl on 2014-09-15. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "identifies" ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range owl:Thing ;
  owl:inverseOf lci:identifiedBy ;
.
lci:indirectlyConnectedTo
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#indirectlyConnectedTo> ;
  lci:definedByLiteral "PossibleIndividual that is indirectly connected" ;
  lcm:hasExampleDescriptionLiteral "Vessel V_101 has an indirectlyConnectedTo relationship with pump P_101. There is a length of pipe between the two." ;
  lcm:hasPersonInterpretableIdentifierLiteral "indirectly connected to" ;
  rdfs:subPropertyOf lci:connectedTo ;
.
lci:iso8601IdentificationOfClassOfPointInTime
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:domain lci:ClassOfPointInTime ;
  rdfs:range xsd:time ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lci:iso8601IdentificationOfDuration
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:domain lci:TimeDuration ;
  rdfs:range xsd:duration ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lci:iso8601IdentificationOfPeriodInTime
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#iso8601IdentificationOfPeriodInTime> ;
  lci:definedByLiteral "text that identifies a PeriodInTime in accordance with ISO 8601" ;
  lcm:hasExampleDescriptionLiteral "The  PeriodInTime that is the 1st July 1999 has a iso8601IdentificationOfPeriodInTime relationship with the text '1999-07-01' The  PeriodInTime that is from ten o'clock until quarter past ten on the 1st July 1999 as defined by UTC has a iso8601IdentificationOfPeriodInTime relationship with the text '1999-07-01T10:00:00Z/1999-07-01T10:15:00Z' " ;
  lcm:hasPersonInterpretableIdentifierLiteral "ISO 8601 identification of period in time" ;
  rdfs:domain lci:PeriodInTime ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lci:iso8601IdentificationOfPointInTime
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#iso8601IdentificationOfPointInTime> ;
  lci:definedByLiteral "text that identifies a PointInTime in accordance with ISO 8601" ;
  lcm:hasExampleDescriptionLiteral "The  PointInTime that is the beginning of the 1st July 1999  as defined by UTC has a iso8601IdentificationOfPointInTime relationship with the text '1999-07-01T00:00:00Z'" ;
  lcm:hasPersonInterpretableIdentifierLiteral "ISO 8601 identification of point in time" ;
  rdfs:domain lci:PointInTime ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lci:locatedRelativeTo
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#locatedRelativeTo> ;
  lci:definedByLiteral "PossibleIndividual that has a relative location" ;
  lcm:hasExampleDescriptionLiteral "The level gauge I-L-101-2 has a locatedRelativeTo relationship with tank T_101." ;
  lcm:hasNoteOnScopeLiteral "A subproperty, such as 'above' or 'beside', can indicate the nature of the relative location" ;
  lcm:hasPersonInterpretableIdentifierLiteral "located relative to" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
.
lci:makesReferenceTo
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#makesReferenceTo> ;
  lci:definedByLiteral "thing that is referenced" ;
  lcm:hasExampleDescriptionLiteral "The Activity 'accept delivery of material product M-101-1234'  references the RepresentedInformation that is the material certificate with URI  http://schmidt-stahl.de/material-certificate/M-101-1234. This URI identifies the content of the certificate, which can be physical represented as ink on paper, PDF or XML. The Activity 'issue work order for planned activity P-101-2' references the ClassOfActivity that is plan P-101-2. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "references" ;
.
lcm:AdministerAsConfirmed
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsDraft
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsProposed
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsRejected
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsReleased
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsUnderRevision
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerAsWithdrawn
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerItem
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerLibrary
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrVersion ;
.
lcm:AdministerLibraryOrItem
  rdf:type owl:Class ;
  rdfs:subClassOf lci:Activity ;
.
lcm:AdministerLibraryOrVersion
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrItem ;
.
lcm:AdministerVersionOfLibrary
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerLibraryOrVersion ;
.
lcm:AdministrationStatus
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:ClassOfAdministerLibraryOrItem ;
.
lcm:Administrator
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:Agent ;
.
lcm:Agent
  rdf:type owl:Class ;
  rdfs:subClassOf lci:FunctionalPhysicalObject ;
.
lcm:AministerAsProposed
  rdf:type owl:Class ;
.
lcm:ChangeAdministeredItem
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerItem ;
.
lcm:ClassOfAdministerLibraryOrItem
  rdf:type owl:Class ;
  rdfs:subClassOf lci:ClassOfActivity ;
.
lcm:RaiseIssueOnAdministeredItem
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerItem ;
.
lcm:ResponsiblePerson
  rdf:type owl:Class ;
  rdfs:subClassOf lci:Person ;
  rdfs:subClassOf lcm:Agent ;
.
lcm:SubmitAdministeredItem
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:AdministerItem ;
.
lcm:Submitter
  rdf:type owl:Class ;
  rdfs:subClassOf lcm:Agent ;
.
lcm:adaptedFrom
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf dc:source ;
.
lcm:administeredBy
  rdf:type owl:InverseFunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range lcm:AdministerItem ;
  rdfs:subPropertyOf lci:referencedBy ;
.
lcm:administers
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:AdministerItem ;
  rdfs:range owl:Thing ;
  rdfs:subPropertyOf lci:references ;
  owl:inverseOf lcm:administeredBy ;
.
lcm:copiedFrom
  rdf:type owl:ObjectProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf dc:source ;
.
lcm:hasAdaptionSourceIdentificationLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasAlternativePersonInterpretableIdentifier
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:identifiedBy ;
.
lcm:hasAlternativePersonInterpretableIdentifierLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lcm:hasCopySourceIdentificationLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasDescriptionOfChange
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:ChangeAdministeredItem ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasDescriptionOfChangeLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lcm:ChangeAdministeredItem ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasDescriptionOfIssue
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:RaiseIssueOnAdministeredItem ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasDescriptionOfIssueLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lcm:RaiseIssueOnAdministeredItem ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasExampleDescription
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Class ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasExampleDescriptionLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasExplanatoryCommentAboutAdministration
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:AdministerLibraryOrItem ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasExplanatoryCommentAboutAdministrationLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lcm:AdministerLibraryOrItem ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasNonPersonInterpretableIdentifierLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lcm:hasNoteOnAdministration
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:AdministerLibraryOrItem ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasNoteOnAdministrationLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lcm:AdministerLibraryOrItem ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasNoteOnScope
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Class ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:describedBy ;
.
lcm:hasNoteOnScopeLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasPersonInterpretableIdentifier
  rdf:type owl:ObjectProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:identifiedBy ;
.
lcm:hasPersonInterpretableIdentifierLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lcm:hasSourceForSubmittedItem
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:domain lcm:SubmitAdministeredItem ;
  rdfs:range owl:Thing ;
  rdfs:subPropertyOf lci:references ;
.
lcm:hasSourceForSubmittedItemDescriptionLiteral
  rdf:type owl:AnnotationProperty ;
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lcm:SubmitAdministeredItem ;
  rdfs:subPropertyOf lci:describedByLiteral ;
.
lcm:hasTitle
  rdf:type owl:ObjectProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:identifiedBy ;
.
lcm:hasTitleLiteral
  rdf:type owl:DatatypeProperty ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:subPropertyOf lci:identifiedByLiteral ;
.
lci:partOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#partOf> ;
  lci:definedByLiteral "PossibleIndividual that is a whole for the part" ;
  lcm:hasPersonInterpretableIdentifierLiteral "part of" ;
  rdfs:domain lci:PossibleIndividual ;
  rdfs:range lci:PossibleIndividual ;
.
lci:participantIn
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#participantIn> ;
  lci:definedByLiteral "Activity that is participated in" ;
  lcm:hasExampleDescriptionLiteral "Pump P_101 during 2002-12-02 has a participantIn relationship with the activity 'discharge of motor vessel Murex on 2002-12-02'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "participant in" ;
  rdfs:range lci:Activity ;
  rdfs:subPropertyOf lci:partOf ;
  owl:inverseOf lci:hasParticipant ;
.
lci:referencedBy
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#referencedBy> ;
  lci:definedByLiteral "Activity that makes reference" ;
  lcm:hasExampleDescriptionLiteral "The RepresentedInformation that is the material certificate with URI  http://schmidt-stahl.de/material-certificate/M-101-1234  has a referencedBy relationship with the Activity 'accept delivery of material product M-101-1234'. The URI identifies the content of the certificate, which can be physical represented as ink on paper, PDF or XML. The ClassOfActivity that is plan P-101-2  has a referencedBy relationship with the Activity 'issue work order for planned activity P-101-2'. " ;
  lcm:hasPersonInterpretableIdentifierLiteral "referencedBy" ;
  rdfs:domain owl:Thing ;
  rdfs:range lci:Activity ;
  owl:inverseOf lci:references ;
.
lci:references
  rdf:type owl:ObjectProperty ;
  rdfs:domain lci:Activity ;
  rdfs:range owl:Thing ;
.
lci:spatialPartOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#spatialPartOf> ;
  lci:definedByLiteral "PossibleIndividual that is a whole for the part, where the part exists throughout the life of the whole." ;
  lcm:hasPersonInterpretableIdentifierLiteral "spatial part of" ;
  rdfs:subPropertyOf lci:partOf ;
  owl:propertyDisjointWith lci:temporalPartOf ;
.
lci:temporalBoundOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#temporalBoundOf> ;
  lci:definedByLiteral "PossibleIndividual that begins or ends" ;
  lcm:hasPersonInterpretableIdentifierLiteral "temporal bound of" ;
  rdfs:domain lci:Event ;
  rdfs:subPropertyOf lci:partOf ;
.
lci:temporalPartOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#temporalPartOf> ;
  lci:definedByLiteral "PossibleIndividual that is consists of the part and nothing else during a period of time or at an instant in time" ;
  lcm:hasNoteOnScopeLiteral "Since temporalPartOf is transitive  a hierarchy of temporal parts is possible, with a  WholeLifeIndividual  at the top." ;
  lcm:hasPersonInterpretableIdentifierLiteral "temporal part of" ;
  rdfs:subPropertyOf lci:partOf ;
.
lci:textStringAsLiteral
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:NamedIndividual ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#textStringAsLiteral> ;
  lci:definedByLiteral "RDF literal that is a TextString" ;
  lcm:hasExampleDescriptionLiteral "The TextString that defines the testing requirement for pump P-101 has a textStringAsLiteral relationship with the RDF literal 'To be tested before 08:00, and a test report filed'." ;
  lcm:hasPersonInterpretableIdentifierLiteral "text string as literal" ;
  rdfs:domain lci:TextString ;
.
lci:translationOf
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  lci:definedBy <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTranslation> ;
  lci:definedByLiteral "RepresentedInformation that has the same meaning in a different Language" ;
  lcm:hasExampleDescriptionLiteral "The RepresentedInformation that is the Universal declaration of human rights in English has a hasTranslation relationship with the RepresentedInformation that is the Universal declaration of human rights in French." ;
  lcm:hasNoteOnScopeLiteral "The relationship hasTranslation is symmetric, and does not imply the source. The process of translation can be recorded by a translation Activity." ;
  lcm:hasPersonInterpretableIdentifierLiteral "has translation" ;
  rdfs:domain lci:RepresentedInformation ;
  rdfs:range lci:RepresentedInformation ;
.
dc:contributor
  <http://purl.org/dc/terms/description> "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#contributor-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "An entity responsible for making contributions to the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Contributor"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:coverage
  <http://purl.org/dc/terms/description> "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#coverage-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Coverage"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:creator
  <http://purl.org/dc/terms/description> "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#creator-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "An entity primarily responsible for making the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Creator"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:date
  <http://purl.org/dc/terms/description> "Date may be used to express temporal information at any level of granularity.  Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#date-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Date"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:description
  <http://purl.org/dc/terms/description> "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#description-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "An account of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Description"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:format
  <http://purl.org/dc/terms/description> "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#format-007> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Format"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:identifier
  <http://purl.org/dc/terms/description> "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#identifier-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "An unambiguous reference to the resource within a given context."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Identifier"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:language
  <http://purl.org/dc/terms/description> "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#language-007> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "A language of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Language"@en ;
  rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:null
  <http://purl.org/dc/terms/modified> "2012-06-14"^^xsd:date ;
  <http://purl.org/dc/terms/publisher> <http://purl.org/dc/aboutdcmi#DCMI> ;
  <http://purl.org/dc/terms/title> "Dublin Core Metadata Element Set, Version 1.1"@en ;
.
dc:publisher
  <http://purl.org/dc/terms/description> "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#publisher-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "An entity responsible for making the resource available."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Publisher"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:relation
  <http://purl.org/dc/terms/description> "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#relation-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "A related resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Relation"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:rights
  <http://purl.org/dc/terms/description> "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#rights-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "Information about rights held in and over the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Rights"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:source
  <http://purl.org/dc/terms/description> "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#source-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "A related resource from which the described resource is derived."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Source"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:subject
  <http://purl.org/dc/terms/description> "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#subject-007> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2012-06-14"^^xsd:date ;
  rdfs:comment "The topic of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Subject"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:title
  rdf:type owl:NamedIndividual ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#title-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "A name given to the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Title"@en ;
  owl:sameAs lcm:hasTitle ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
dc:type
  <http://purl.org/dc/terms/description> "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en ;
  <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#type-006> ;
  <http://purl.org/dc/terms/issued> "1999-07-02"^^xsd:date ;
  <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ;
  rdfs:comment "The nature or genre of the resource."@en ;
  rdfs:isDefinedBy dc:null ;
  rdfs:label "Type"@en ;
  skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ;
.
<http://purl.org/dc/terms/description>
  rdf:type owl:AnnotationProperty ;
.
<http://purl.org/dc/terms/hasVersion>
  rdf:type owl:AnnotationProperty ;
.
<http://purl.org/dc/terms/issued>
  rdf:type owl:AnnotationProperty ;
.
<http://purl.org/dc/terms/modified>
  rdf:type owl:AnnotationProperty ;
.
<http://purl.org/dc/terms/publisher>
  rdf:type owl:AnnotationProperty ;
.
<http://purl.org/dc/terms/title>
  rdf:type owl:AnnotationProperty ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Activity>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ActualIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ArrangedIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Atom>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#BiologicalMatter>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfActivity>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfArrangedIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfClassOfIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfClassOfInformationObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfComputerFile>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfEvent>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfIndividualByFunction>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfInformationObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPeriodInTime>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPerson>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfPhysicalObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ClassOfRepresentedInformation>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#CompositeMaterial>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Compound>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFile>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFileContent>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ComputerFileFormat>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#CrystallineStructure>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#DiscreteStateType>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#DocumentType>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Event>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Feature>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#FunctionalPhysicalObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#InanimatePhysicalObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#InformationObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Language>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#MaterializedPhysicalObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Molecule>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Organism>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Organization>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#ParticulateMaterial>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PeriodInTime>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Person>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Phase>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PhysicalObject>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PhysicalRepresentationType>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PointInSpace>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PointInTime>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#PossibleIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RegionInSpace>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RepresentationFormat>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#RepresentedInformation>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#Stream>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#SubAtomicParticle>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#TextString>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#WholeLifeIndividual>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#arrangedPartOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#assembledPartOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#beginningOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOfBeginningOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#causeOfEndOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#connectedTo>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#containedBy>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#contains>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#definedBy>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#definedByLiteral>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#defines>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describedBy>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describedByLiteral>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#describes>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#directlyConnectedTo>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#endOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#featureOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasArrangedPart>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasAssembledPart>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasBeginning>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCause>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCauseOfBeginning>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasCauseOfEnd>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasEnd>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasFeature>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasPart>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasParticipant>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasPredecessor>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasSpatialPart>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasSuccessor>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTemporalBound>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTemporalPart>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#hasTranslation>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifiedBy>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifiedByLiteral>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#identifies>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#indirectlyConnectedTo>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#iso8601IdentificationOfPeriodInTime>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#iso8601IdentificationOfPointInTime>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#locatedRelativeTo>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#makesReferenceTo>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#partOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#participantIn>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#referencedBy>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#spatialPartOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#temporalBoundOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#temporalPartOf>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/definitions.htm#textStringAsLiteral>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.10.1>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.10.2>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.10.3>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.16.3>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.17.1>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.17.2>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.17.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.17.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.18.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.19.10>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.19.11>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.19.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.19.9>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.21.5>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.21.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.21.7>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.22.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.22.5>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.22.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.1>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.10>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.11>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.12>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.13>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.14>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.15>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.2>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.3>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.5>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.7>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.8>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.6.9>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.7.13>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.7.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.7.8>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.7.9>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.1>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.10>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.11>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.12>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.13>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.14>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.15>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.16>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.17>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.18>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.2>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.3>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.5>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.7>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.8>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.8.9>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.1>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.10>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.2>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.3>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.4>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.5>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.6>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.7>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/-2/ed-1/clause/5.2.9.8>
  rdf:type owl:NamedIndividual ;
.
<http://standards.iso.org/iso/15926/tech/ontology/2014-09-15+02:00>
  rdf:type lci:PointInTime ;
  rdf:type owl:NamedIndividual ;
  lci:iso8601IdentificationOfPointInTime "2014-09-15+02:00" ;
.
<http://www.iso.org/iso/tc_184/sc_4/wg_3>
  rdf:type owl:NamedIndividual ;
.
<http://www.posccaesar.org>
  rdf:type owl:NamedIndividual ;
.
rdf:List
  rdf:type owl:Class ;
.
rdfs:subClassOf
  rdf:type owl:ObjectProperty ;
.
xsd:date
  rdf:type rdfs:Datatype ;
.
xsd:duration
  rdf:type rdfs:Datatype ;
.
xsd:time
  rdf:type rdfs:Datatype ;
.
owl:Class
  rdf:type owl:Class ;
.
owl:DatatypeProperty
  rdf:type owl:Class ;
.
owl:FunctionalProperty
  rdf:type owl:Class ;
.
owl:ObjectProperty
  rdf:type owl:Class ;
.
owl:Ontology
  rdf:type lci:Language ;
  rdf:type owl:Class ;
  rdf:type owl:NamedIndividual ;
  rdfs:subClassOf lci:RepresentedInformation ;
.
skos:Collection
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "Collection"@en ;
  owl:disjointWith skos:Concept ;
  owl:disjointWith skos:ConceptScheme ;
  skos:definition "A meaningful collection of concepts."@en ;
  skos:scopeNote "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy."@en ;
.
skos:Concept
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "Concept"@en ;
  owl:disjointWith skos:ConceptScheme ;
  skos:definition "An idea or notion; a unit of thought."@en ;
.
skos:ConceptScheme
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "Concept Scheme"@en ;
  skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
  skos:example "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en ;
  skos:scopeNote "A concept scheme may be defined to include concepts from different sources."@en ;
.
skos:OrderedCollection
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "Ordered Collection"@en ;
  rdfs:subClassOf skos:Collection ;
  skos:definition "An ordered collection of concepts, where both the grouping and the ordering are meaningful."@en ;
  skos:scopeNote "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'."@en ;
.
skos:altLabel
  rdf:type owl:AnnotationProperty ;
  rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en ;
  rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "alternative label"@en ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en ;
  skos:example "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en ;
.
skos:broadMatch
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has broader match"@en ;
  rdfs:subPropertyOf skos:broader ;
  rdfs:subPropertyOf skos:mappingRelation ;
  owl:inverseOf skos:narrowMatch ;
  skos:definition "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en ;
.
skos:broader
  rdf:type owl:ObjectProperty ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has broader"@en ;
  rdfs:subPropertyOf skos:broaderTransitive ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en ;
.
skos:broaderTransitive
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has broader transitive"@en ;
  rdfs:subPropertyOf skos:semanticRelation ;
  owl:inverseOf skos:narrowerTransitive ;
  skos:definition "skos:broaderTransitive is a transitive superproperty of skos:broader." ;
  skos:scopeNote "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en ;
.
skos:changeNote
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "change note"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note about a modification to a concept."@en ;
.
skos:closeMatch
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has close match"@en ;
  rdfs:subPropertyOf skos:mappingRelation ;
  skos:definition "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property."@en ;
.
skos:definition
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "definition"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A statement or formal explanation of the meaning of a concept."@en ;
.
skos:editorialNote
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "editorial note"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en ;
.
skos:exactMatch
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has exact match"@en ;
  rdfs:subPropertyOf skos:closeMatch ;
  skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en ;
.
skos:example
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "example"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "An example of the use of a concept."@en ;
.
skos:hasTopConcept
  rdf:type owl:ObjectProperty ;
  rdfs:domain skos:ConceptScheme ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has top concept"@en ;
  rdfs:range skos:Concept ;
  owl:inverseOf skos:topConceptOf ;
  skos:definition "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."@en ;
.
skos:hiddenLabel
  rdf:type owl:AnnotationProperty ;
  rdfs:comment "The range of skos:hiddenLabel is the class of RDF plain literals."@en ;
  rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "hidden label"@en ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations."@en ;
.
skos:historyNote
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "history note"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note about the past state/use/meaning of a concept."@en ;
.
skos:inScheme
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "is in scheme"@en ;
  rdfs:range skos:ConceptScheme ;
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
  skos:scopeNote "A concept may be a member of more than one concept scheme."@en ;
.
skos:mappingRelation
  rdf:type owl:ObjectProperty ;
  rdfs:comment "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "is in mapping relation with"@en ;
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"@en ;
.
skos:member
  rdf:type owl:ObjectProperty ;
  rdfs:domain skos:Collection ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has member"@en ;
  rdfs:range [
      rdf:type owl:Class ;
      owl:unionOf (
          skos:Collection
          skos:Concept
        ) ;
    ] ;
  skos:definition "Relates a collection to one of its members."@en ;
.
skos:memberList
  rdf:type owl:FunctionalProperty ;
  rdf:type owl:ObjectProperty ;
  rdfs:comment """For any resource, every item in the list given as the value of the
      skos:memberList property is also a value of the skos:member property."""@en ;
  rdfs:domain skos:OrderedCollection ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has member list"@en ;
  rdfs:range rdf:List ;
  skos:definition "Relates an ordered collection to the RDF list containing its members."@en ;
.
skos:narrowMatch
  rdf:type owl:ObjectProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has narrower match"@en ;
  rdfs:subPropertyOf skos:mappingRelation ;
  rdfs:subPropertyOf skos:narrower ;
  skos:definition "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en ;
.
skos:narrower
  rdf:type owl:ObjectProperty ;
  rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has narrower"@en ;
  rdfs:subPropertyOf skos:narrowerTransitive ;
  owl:inverseOf skos:broader ;
  skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
  skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en ;
.
skos:narrowerTransitive
  rdf:type owl:ObjectProperty ;
  rdf:type owl:TransitiveProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has narrower transitive"@en ;
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "skos:narrowerTransitive is a transitive superproperty of skos:narrower." ;
  skos:scopeNote "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en ;
.
skos:notation
  rdf:type owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "notation"@en ;
  skos:definition "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ;
  skos:scopeNote "By convention, skos:notation is used with a typed literal in the object position of the triple."@en ;
.
skos:note
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "note"@en ;
  skos:definition "A general note, for any purpose."@en ;
  skos:scopeNote "This property may be used directly, or as a super-property for more specific note types."@en ;
.
skos:prefLabel
  rdf:type owl:AnnotationProperty ;
  rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ;
  rdfs:comment "The range of skos:prefLabel is the class of RDF plain literals."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "preferred label"@en ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
.
skos:related
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has related"@en ;
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
.
skos:relatedMatch
  rdf:type owl:ObjectProperty ;
  rdf:type owl:SymmetricProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "has related match"@en ;
  rdfs:subPropertyOf skos:mappingRelation ;
  rdfs:subPropertyOf skos:related ;
  skos:definition "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."@en ;
.
skos:scopeNote
  rdf:type owl:AnnotationProperty ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "scope note"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
.
skos:semanticRelation
  rdf:type owl:ObjectProperty ;
  rdfs:domain skos:Concept ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "is in semantic relation with"@en ;
  rdfs:range skos:Concept ;
  skos:definition "Links a concept to a concept related by meaning."@en ;
  skos:scopeNote "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts."@en ;
.
skos:topConceptOf
  rdf:type owl:ObjectProperty ;
  rdfs:domain skos:Concept ;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
  rdfs:label "is top concept in scheme"@en ;
  rdfs:range skos:ConceptScheme ;
  rdfs:subPropertyOf skos:inScheme ;
  skos:definition "Relates a concept to the concept scheme that it is a top level concept of."@en ;
.
<http://www.w3.org/2008/05/skos-xl#Label>
  rdf:type owl:Class ;
  rdfs:subClassOf lci:TextString ;
.
<http://www.w3.org/2008/05/skos-xl#altLabel>
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf lci:identifiedBy ;
.
<http://www.w3.org/2008/05/skos-xl#hiddenLabel>
  rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf lci:identifiedBy ;
.
<http://www.w3.org/2008/05/skos-xl#prefLabel>
  rdf:type owl:NamedIndividual ;
  rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf lci:identifiedBy ;
.