Showing
1 changed file
with
15 additions
and
7 deletions
| ... | @@ -676,8 +676,7 @@ | ... | @@ -676,8 +676,7 @@ |
| 676 | :shouldHaveID "true" ; | 676 | :shouldHaveID "true" ; |
| 677 | rdfs:comment "An Information Object that is a collection of Calendars."^^xsd:string ; | 677 | rdfs:comment "An Information Object that is a collection of Calendars."^^xsd:string ; |
| 678 | rdfs:label "Calendar Set"^^xsd:string ; | 678 | rdfs:label "Calendar Set"^^xsd:string ; |
| 679 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; | 679 | + rdfs:subClassOf owl:Class ; |
| 680 | - rdfs:subClassOf owl:Thing ; | ||
| 681 | rdfs:subClassOf [ | 680 | rdfs:subClassOf [ |
| 682 | rdf:type owl:Restriction ; | 681 | rdf:type owl:Restriction ; |
| 683 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 682 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| ... | @@ -987,6 +986,12 @@ | ... | @@ -987,6 +986,12 @@ |
| 987 | rdfs:subClassOf [ | 986 | rdfs:subClassOf [ |
| 988 | rdf:type owl:Restriction ; | 987 | rdf:type owl:Restriction ; |
| 989 | owl:onClass :Project ; | 988 | owl:onClass :Project ; |
| 989 | + owl:onProperty :describes ; | ||
| 990 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 991 | + ] ; | ||
| 992 | + rdfs:subClassOf [ | ||
| 993 | + rdf:type owl:Restriction ; | ||
| 994 | + owl:onClass :Project ; | ||
| 990 | owl:onProperty :hasProject ; | 995 | owl:onProperty :hasProject ; |
| 991 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 996 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 992 | ] ; | 997 | ] ; |
| ... | @@ -1221,7 +1226,7 @@ | ... | @@ -1221,7 +1226,7 @@ |
| 1221 | :shouldHaveID "true"^^xsd:boolean ; | 1226 | :shouldHaveID "true"^^xsd:boolean ; |
| 1222 | rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; | 1227 | rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; |
| 1223 | rdfs:label "Free Field Set"^^xsd:string ; | 1228 | rdfs:label "Free Field Set"^^xsd:string ; |
| 1224 | - rdfs:subClassOf owl:Thing ; | 1229 | + rdfs:subClassOf owl:Class ; |
| 1225 | rdfs:subClassOf [ | 1230 | rdfs:subClassOf [ |
| 1226 | rdf:type owl:Restriction ; | 1231 | rdf:type owl:Restriction ; |
| 1227 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1232 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| ... | @@ -1885,8 +1890,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1885,8 +1890,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1885 | :shouldHaveID "true" ; | 1890 | :shouldHaveID "true" ; |
| 1886 | rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ; | 1891 | rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ; |
| 1887 | rdfs:label "Profile Set"^^xsd:string ; | 1892 | rdfs:label "Profile Set"^^xsd:string ; |
| 1888 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ; | 1893 | + rdfs:subClassOf owl:Class ; |
| 1889 | - rdfs:subClassOf owl:Thing ; | ||
| 1890 | rdfs:subClassOf [ | 1894 | rdfs:subClassOf [ |
| 1891 | rdf:type owl:Class ; | 1895 | rdf:type owl:Class ; |
| 1892 | owl:intersectionOf ( | 1896 | owl:intersectionOf ( |
| ... | @@ -2116,8 +2120,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2116,8 +2120,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2116 | :shouldHaveID "true" ; | 2120 | :shouldHaveID "true" ; |
| 2117 | rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ; | 2121 | rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ; |
| 2118 | rdfs:label "Resource Set"^^xsd:string ; | 2122 | rdfs:label "Resource Set"^^xsd:string ; |
| 2119 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ; | 2123 | + rdfs:subClassOf owl:Class ; |
| 2120 | - rdfs:subClassOf owl:Thing ; | ||
| 2121 | rdfs:subClassOf [ | 2124 | rdfs:subClassOf [ |
| 2122 | rdf:type owl:Restriction ; | 2125 | rdf:type owl:Restriction ; |
| 2123 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2126 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| ... | @@ -2909,6 +2912,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2909,6 +2912,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2909 | rdfs:comment "A property that gives the daily availability of a planning object."^^xsd:string ; | 2912 | rdfs:comment "A property that gives the daily availability of a planning object."^^xsd:string ; |
| 2910 | rdfs:label "daily Available Duration"^^xsd:string ; | 2913 | rdfs:label "daily Available Duration"^^xsd:string ; |
| 2911 | . | 2914 | . |
| 2915 | +:describes | ||
| 2916 | + rdf:type owl:ObjectProperty ; | ||
| 2917 | + rdfs:domain :Data ; | ||
| 2918 | + rdfs:range owl:Thing ; | ||
| 2919 | +. | ||
| 2912 | :forPlan | 2920 | :forPlan |
| 2913 | rdf:type owl:ObjectProperty ; | 2921 | rdf:type owl:ObjectProperty ; |
| 2914 | rdfs:comment "A Relationship between an object that is intended for a plan and the plan itself."^^xsd:string ; | 2922 | rdfs:comment "A Relationship between an object that is intended for a plan and the plan itself."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment