|
10 | 10 | @base <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> . |
11 | 11 |
|
12 | 12 | <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> rdf:type owl:Ontology ; |
13 | | - owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2021-03-01/ObsoleteTerms> ; |
| 13 | + owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2023-04-07/ObsoleteTerms> ; |
14 | 14 | rdfs:label "Obsolete Terms"@en ; |
15 | | - owl:versionInfo "Version 1.3"@en ; |
| 15 | + owl:versionInfo "Version 1.4"@en ; |
16 | 16 | rdfs:comment "This file contains terms that have been deleted from the CCO."@en . |
17 | 17 |
|
18 | 18 | ################################################################# |
@@ -1769,6 +1769,174 @@ cco:VehicleFramePart rdf:type owl:Class ; |
1769 | 1769 | rdfs:label "Vehicle Frame Part"@en . |
1770 | 1770 |
|
1771 | 1771 |
|
| 1772 | +### http://www.ontologyrepository.com/CommonCoreOntologies/DecadeIdentifier |
| 1773 | +cco:DecadeIdentifier rdf:type owl:Class ; |
| 1774 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1775 | + owl:onProperty cco:designates ; |
| 1776 | + owl:someValuesFrom cco:Decade |
| 1777 | + ] ; |
| 1778 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1779 | + cco:definition "A Temporal Interval Identifier that designates some Decade."@en ; |
| 1780 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1781 | + rdfs:label "Decade Identifier"@en . |
| 1782 | + |
| 1783 | + |
| 1784 | +### http://www.ontologyrepository.com/CommonCoreOntologies/HourIdentifier |
| 1785 | +cco:HourIdentifier rdf:type owl:Class ; |
| 1786 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1787 | + owl:onProperty cco:designates ; |
| 1788 | + owl:someValuesFrom cco:Hour |
| 1789 | + ] ; |
| 1790 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1791 | + cco:definition "A Temporal Interval Identifier that designates some Hour."@en ; |
| 1792 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1793 | + rdfs:label "Hour Identifier"@en . |
| 1794 | + |
| 1795 | + |
| 1796 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteIdentifier |
| 1797 | +cco:MinuteIdentifier rdf:type owl:Class ; |
| 1798 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1799 | + owl:onProperty cco:designates ; |
| 1800 | + owl:someValuesFrom cco:Minute |
| 1801 | + ] ; |
| 1802 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1803 | + cco:definition "A Temporal Interval Identifier that designates some Minute."@en ; |
| 1804 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1805 | + rdfs:label "Minute Identifier"@en . |
| 1806 | + |
| 1807 | + |
| 1808 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MonthIdentifier |
| 1809 | +cco:MonthIdentifier rdf:type owl:Class ; |
| 1810 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1811 | + owl:onProperty cco:designates ; |
| 1812 | + owl:someValuesFrom cco:Month |
| 1813 | + ] ; |
| 1814 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1815 | + cco:definition "A Temporal Interval Identifier that designates some Month."@en ; |
| 1816 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1817 | + rdfs:label "Month Identifier"@en . |
| 1818 | + |
| 1819 | + |
| 1820 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalIntervalIdentifier |
| 1821 | +cco:MultiDayTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1822 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1823 | + owl:onProperty cco:designates ; |
| 1824 | + owl:someValuesFrom cco:MultiDayTemporalInterval |
| 1825 | + ] ; |
| 1826 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1827 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Day Temporal Interval."@en ; |
| 1828 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1829 | + rdfs:label "Multi-Day Temporal Interval Identifier"@en . |
| 1830 | + |
| 1831 | + |
| 1832 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalIntervalIdentifier |
| 1833 | +cco:MultiHourTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1834 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1835 | + owl:onProperty cco:designates ; |
| 1836 | + owl:someValuesFrom cco:MultiHourTemporalInterval |
| 1837 | + ] ; |
| 1838 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1839 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Hour Temporal Interval."@en ; |
| 1840 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1841 | + rdfs:label "Multi-Hour Temporal Interval Identifier"@en . |
| 1842 | + |
| 1843 | + |
| 1844 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalIntervalIdentifier |
| 1845 | +cco:MultiMinuteTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1846 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1847 | + owl:onProperty cco:designates ; |
| 1848 | + owl:someValuesFrom cco:MultiMinuteTemporalInterval |
| 1849 | + ] ; |
| 1850 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1851 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Minute Temporal Interval."@en ; |
| 1852 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1853 | + rdfs:label "Multi-Minute Temporal Interval Identifier"@en . |
| 1854 | + |
| 1855 | + |
| 1856 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalIntervalIdentifier |
| 1857 | +cco:MultiMonthTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1858 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1859 | + owl:onProperty cco:designates ; |
| 1860 | + owl:someValuesFrom cco:MultiMonthTemporalInterval |
| 1861 | + ] ; |
| 1862 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1863 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Month Temporal Interval."@en ; |
| 1864 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1865 | + rdfs:label "Multi-Month Temporal Interval Identifier"@en . |
| 1866 | + |
| 1867 | + |
| 1868 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalIntervalIdentifier |
| 1869 | +cco:MultiSecondTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1870 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1871 | + owl:onProperty cco:designates ; |
| 1872 | + owl:someValuesFrom cco:MultiSecondTemporalInterval |
| 1873 | + ] ; |
| 1874 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1875 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Second Temporal Interval."@en ; |
| 1876 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1877 | + rdfs:label "Multi-Second Temporal Interval Identifier"@en . |
| 1878 | + |
| 1879 | + |
| 1880 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalIntervalIdentifier |
| 1881 | +cco:MultiWeekTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1882 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1883 | + owl:onProperty cco:designates ; |
| 1884 | + owl:someValuesFrom cco:MultiWeekTemporalInterval |
| 1885 | + ] ; |
| 1886 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1887 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Week Temporal Interval."@en ; |
| 1888 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1889 | + rdfs:label "Multi-Week Temporal Interval Identifier"@en . |
| 1890 | + |
| 1891 | + |
| 1892 | +### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalIntervalIdentifier |
| 1893 | +cco:MultiYearTemporalIntervalIdentifier rdf:type owl:Class ; |
| 1894 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1895 | + owl:onProperty cco:designates ; |
| 1896 | + owl:someValuesFrom cco:MultiYearTemporalInterval |
| 1897 | + ] ; |
| 1898 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1899 | + cco:definition "A Temporal Interval Identifier that designates some Multi-Year Temporal Interval."@en ; |
| 1900 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1901 | + rdfs:label "Multi-Year Temporal Interval Identifier"@en . |
| 1902 | + |
| 1903 | + |
| 1904 | +### http://www.ontologyrepository.com/CommonCoreOntologies/SecondIdentifier |
| 1905 | +cco:SecondIdentifier rdf:type owl:Class ; |
| 1906 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1907 | + owl:onProperty cco:designates ; |
| 1908 | + owl:someValuesFrom cco:Second |
| 1909 | + ] ; |
| 1910 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1911 | + cco:definition "A Temporal Interval Identifier that designates some Second."@en ; |
| 1912 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1913 | + rdfs:label "Second Identifier"@en . |
| 1914 | + |
| 1915 | + |
| 1916 | +### http://www.ontologyrepository.com/CommonCoreOntologies/WeekIdentifier |
| 1917 | +cco:WeekIdentifier rdf:type owl:Class ; |
| 1918 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1919 | + owl:onProperty cco:designates ; |
| 1920 | + owl:someValuesFrom cco:Week |
| 1921 | + ] ; |
| 1922 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1923 | + cco:definition "A Temporal Interval Identifier that designates some Week."@en ; |
| 1924 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1925 | + rdfs:label "Week Identifier"@en . |
| 1926 | + |
| 1927 | + |
| 1928 | +### http://www.ontologyrepository.com/CommonCoreOntologies/YearIdentifier |
| 1929 | +cco:YearIdentifier rdf:type owl:Class ; |
| 1930 | + owl:equivalentClass [ rdf:type owl:Restriction ; |
| 1931 | + owl:onProperty cco:designates ; |
| 1932 | + owl:someValuesFrom cco:Year |
| 1933 | + ] ; |
| 1934 | + rdfs:subClassOf cco:TemporalIntervalIdentifier ; |
| 1935 | + cco:definition "A Temporal Interval Identifier that designates some Year."@en ; |
| 1936 | + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; |
| 1937 | + rdfs:label "Year Identifier"@en . |
| 1938 | + |
| 1939 | + |
1772 | 1940 |
|
1773 | 1941 |
|
1774 | 1942 | ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi |
0 commit comments