Updated type for Local Identifier in Registration Pattern and corrected various typos
Showing
1 changed file
with
2 additions
and
129 deletions
| ... | @@ -1506,11 +1506,6 @@ ptrn:RegistrationSignatureForClass | ... | @@ -1506,11 +1506,6 @@ ptrn:RegistrationSignatureForClass |
| 1506 | ] ; | 1506 | ] ; |
| 1507 | rdfs:subClassOf | 1507 | rdfs:subClassOf |
| 1508 | [ rdf:type owl:Restriction ; | 1508 | [ rdf:type owl:Restriction ; |
| 1509 | - owl:allValuesFrom xsd:string ; | ||
| 1510 | - owl:onProperty ptrn:hasLocalIdentifier | ||
| 1511 | - ] ; | ||
| 1512 | - rdfs:subClassOf | ||
| 1513 | - [ rdf:type owl:Restriction ; | ||
| 1514 | owl:allValuesFrom owl:Thing ; | 1509 | owl:allValuesFrom owl:Thing ; |
| 1515 | owl:onProperty ptrn:hasIdentifier | 1510 | owl:onProperty ptrn:hasIdentifier |
| 1516 | ] ; | 1511 | ] ; |
| ... | @@ -1550,11 +1545,6 @@ ptrn:RegistrationSignatureForIndividual | ... | @@ -1550,11 +1545,6 @@ ptrn:RegistrationSignatureForIndividual |
| 1550 | [ rdf:type owl:Restriction ; | 1545 | [ rdf:type owl:Restriction ; |
| 1551 | owl:onProperty ptrn:hasClassifier ; | 1546 | owl:onProperty ptrn:hasClassifier ; |
| 1552 | owl:someValuesFrom owl:Class | 1547 | owl:someValuesFrom owl:Class |
| 1553 | - ] ; | ||
| 1554 | - rdfs:subClassOf | ||
| 1555 | - [ rdf:type owl:Restriction ; | ||
| 1556 | - owl:allValuesFrom xsd:string ; | ||
| 1557 | - owl:onProperty ptrn:hasLocalIdentifier | ||
| 1558 | ] . | 1548 | ] . |
| 1559 | 1549 | ||
| 1560 | ptrn:RepresentationOfPumpByProductDataClassOfIndividual | 1550 | ptrn:RepresentationOfPumpByProductDataClassOfIndividual |
| ... | @@ -1783,8 +1773,8 @@ ptrn:StandardPumpClass | ... | @@ -1783,8 +1773,8 @@ ptrn:StandardPumpClass |
| 1783 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS213929> , ptrn:PumpClass . | 1773 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS213929> , ptrn:PumpClass . |
| 1784 | 1774 | ||
| 1785 | ptrn:StatusApprovalOfEmploymentByCompanyForClass | 1775 | ptrn:StatusApprovalOfEmploymentByCompanyForClass |
| 1786 | - rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:StatusApprovalSignatureForClass ; | 1776 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:StatusApprovalSignatureForClass , ptrn:TemplateInstance ; |
| 1787 | - rdfs:label "Status Approval of Employment by Cmpany for Class"^^xsd:string ; | 1777 | + rdfs:label "Status Approval of Employment by Company for Class"^^xsd:string ; |
| 1788 | ptrn:hasClassOfApproved | 1778 | ptrn:hasClassOfApproved |
| 1789 | ptrn:Employment ; | 1779 | ptrn:Employment ; |
| 1790 | ptrn:hasClassOfApprover | 1780 | ptrn:hasClassOfApprover |
| ... | @@ -1934,64 +1924,6 @@ ptrn:TemporalPart | ... | @@ -1934,64 +1924,6 @@ ptrn:TemporalPart |
| 1934 | rdfs:label "Temporal part"^^xsd:string ; | 1924 | rdfs:label "Temporal part"^^xsd:string ; |
| 1935 | rdfs:subClassOf ptrn:LifecycleWholePart . | 1925 | rdfs:subClassOf ptrn:LifecycleWholePart . |
| 1936 | 1926 | ||
| 1937 | -ptrn:TestIndividual | ||
| 1938 | - rdf:type ptrn:TestObject ; | ||
| 1939 | - rdfs:label "Test object 1"^^xsd:string . | ||
| 1940 | - | ||
| 1941 | -ptrn:TestInstanceForClass | ||
| 1942 | - rdf:type ptrn:TestSignatureForClass ; | ||
| 1943 | - rdfs:label "Test Instance2"^^xsd:string ; | ||
| 1944 | - ptrn:TestRole ptrn:TestObject . | ||
| 1945 | - | ||
| 1946 | -ptrn:TestInstanceForIndividual | ||
| 1947 | - rdf:type ptrn:TestSignatureForIndividual ; | ||
| 1948 | - rdfs:label "Test signature 1"^^xsd:string ; | ||
| 1949 | - rdfs:subClassOf | ||
| 1950 | - [ rdf:type owl:Class ; | ||
| 1951 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1952 | - owl:allValuesFrom ptrn:TestObject ; | ||
| 1953 | - owl:onProperty ptrn:TestRole | ||
| 1954 | - ] [ rdf:type owl:Restriction ; | ||
| 1955 | - owl:onClass ptrn:TestObject ; | ||
| 1956 | - owl:onProperty ptrn:TestRole ; | ||
| 1957 | - owl:qualifiedCardinality | ||
| 1958 | - "1"^^xsd:nonNegativeInteger | ||
| 1959 | - ]) | ||
| 1960 | - ] ; | ||
| 1961 | - ptrn:TestRole ptrn:TestIndividual . | ||
| 1962 | - | ||
| 1963 | -ptrn:TestInstanceForRelationship | ||
| 1964 | - rdf:type ptrn:TestSignatureForRelationship ; | ||
| 1965 | - rdfs:label "Test instance for relationship"^^xsd:string ; | ||
| 1966 | - ptrn:TestRole ptrn:TestIndividual . | ||
| 1967 | - | ||
| 1968 | -ptrn:TestObject | ||
| 1969 | - rdf:type ptrn:TestObjectClass , owl:Class ; | ||
| 1970 | - rdfs:label "Test object"^^xsd:string ; | ||
| 1971 | - rdfs:subClassOf owl:Thing . | ||
| 1972 | - | ||
| 1973 | -ptrn:TestObjectClass | ||
| 1974 | - rdf:type owl:Class ; | ||
| 1975 | - rdfs:label "Test object class"^^xsd:string ; | ||
| 1976 | - rdfs:subClassOf owl:Thing . | ||
| 1977 | - | ||
| 1978 | -ptrn:TestPattern | ||
| 1979 | - rdf:type owl:Class ; | ||
| 1980 | - rdfs:label "Test pattern"^^xsd:string ; | ||
| 1981 | - rdfs:subClassOf owl:Thing ; | ||
| 1982 | - rdfs:subClassOf | ||
| 1983 | - [ rdf:type owl:Class ; | ||
| 1984 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1985 | - owl:allValuesFrom ptrn:ISO15926-DataModel ; | ||
| 1986 | - owl:onProperty ptrn:TestRole | ||
| 1987 | - ] [ rdf:type owl:Restriction ; | ||
| 1988 | - owl:onClass ptrn:ISO15926-DataModel ; | ||
| 1989 | - owl:onProperty ptrn:TestRole ; | ||
| 1990 | - owl:qualifiedCardinality | ||
| 1991 | - "1"^^xsd:nonNegativeInteger | ||
| 1992 | - ]) | ||
| 1993 | - ] . | ||
| 1994 | - | ||
| 1995 | ptrn:TestRelationship | 1927 | ptrn:TestRelationship |
| 1996 | rdf:type owl:ObjectProperty ; | 1928 | rdf:type owl:ObjectProperty ; |
| 1997 | rdfs:label "Test property"^^xsd:string . | 1929 | rdfs:label "Test property"^^xsd:string . |
| ... | @@ -2000,65 +1932,6 @@ ptrn:TestRole | ... | @@ -2000,65 +1932,6 @@ ptrn:TestRole |
| 2000 | rdf:type owl:ObjectProperty ; | 1932 | rdf:type owl:ObjectProperty ; |
| 2001 | rdfs:label "Test role"^^xsd:string . | 1933 | rdfs:label "Test role"^^xsd:string . |
| 2002 | 1934 | ||
| 2003 | -ptrn:TestSignature | ||
| 2004 | - rdf:type owl:Class , ptrn:TestPattern ; | ||
| 2005 | - rdfs:label "Test signature"^^xsd:string ; | ||
| 2006 | - rdfs:subClassOf owl:Thing . | ||
| 2007 | - | ||
| 2008 | -ptrn:TestSignatureForClass | ||
| 2009 | - rdf:type ptrn:TestPattern , owl:Class ; | ||
| 2010 | - rdfs:label "Test signature2"^^xsd:string ; | ||
| 2011 | - rdfs:subClassOf ptrn:TestSignature ; | ||
| 2012 | - rdfs:subClassOf | ||
| 2013 | - [ rdf:type owl:Class ; | ||
| 2014 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 2015 | - owl:allValuesFrom ptrn:TestObjectClass ; | ||
| 2016 | - owl:onProperty ptrn:TestRole | ||
| 2017 | - ] [ rdf:type owl:Restriction ; | ||
| 2018 | - owl:onClass ptrn:TestObjectClass ; | ||
| 2019 | - owl:onProperty ptrn:TestRole ; | ||
| 2020 | - owl:qualifiedCardinality | ||
| 2021 | - "1"^^xsd:nonNegativeInteger | ||
| 2022 | - ]) | ||
| 2023 | - ] ; | ||
| 2024 | - ptrn:TestRole ptrn:ISO15926-Class . | ||
| 2025 | - | ||
| 2026 | -ptrn:TestSignatureForIndividual | ||
| 2027 | - rdf:type ptrn:TestPattern , owl:Class ; | ||
| 2028 | - rdfs:label "Test signature"^^xsd:string ; | ||
| 2029 | - rdfs:subClassOf ptrn:TestSignature ; | ||
| 2030 | - rdfs:subClassOf | ||
| 2031 | - [ rdf:type owl:Class ; | ||
| 2032 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 2033 | - owl:allValuesFrom ptrn:TestObject ; | ||
| 2034 | - owl:onProperty ptrn:TestRole | ||
| 2035 | - ] [ rdf:type owl:Restriction ; | ||
| 2036 | - owl:onClass ptrn:TestObject ; | ||
| 2037 | - owl:onProperty ptrn:TestRole ; | ||
| 2038 | - owl:qualifiedCardinality | ||
| 2039 | - "1"^^xsd:nonNegativeInteger | ||
| 2040 | - ]) | ||
| 2041 | - ] ; | ||
| 2042 | - ptrn:TestRole ptrn:ISO15926-Individual . | ||
| 2043 | - | ||
| 2044 | -ptrn:TestSignatureForRelationship | ||
| 2045 | - rdf:type owl:Class , ptrn:TestPattern ; | ||
| 2046 | - rdfs:label "Test signature for relationship"^^xsd:string ; | ||
| 2047 | - rdfs:subClassOf ptrn:TestSignature ; | ||
| 2048 | - rdfs:subClassOf | ||
| 2049 | - [ rdf:type owl:Class ; | ||
| 2050 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 2051 | - owl:allValuesFrom ptrn:TestObject ; | ||
| 2052 | - owl:onProperty ptrn:TestRole | ||
| 2053 | - ] [ rdf:type owl:Restriction ; | ||
| 2054 | - owl:onClass ptrn:TestObject ; | ||
| 2055 | - owl:onProperty ptrn:TestRole ; | ||
| 2056 | - owl:qualifiedCardinality | ||
| 2057 | - "1"^^xsd:nonNegativeInteger | ||
| 2058 | - ]) | ||
| 2059 | - ] ; | ||
| 2060 | - ptrn:TestRole ptrn:ISO15926-Relationship , ptrn:TestRelationship . | ||
| 2061 | - | ||
| 2062 | ptrn:TimeAssignmentOfTimeInstantForClass | 1935 | ptrn:TimeAssignmentOfTimeInstantForClass |
| 2063 | rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForClass ; | 1936 | rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForClass ; |
| 2064 | rdfs:label "Time assignment of Time Instant for Class"^^xsd:string ; | 1937 | rdfs:label "Time assignment of Time Instant for Class"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment