Tore Christiansen

Committing updates

...@@ -20,22 +20,6 @@ ilap:shouldUseAnyUri ...@@ -20,22 +20,6 @@ ilap:shouldUseAnyUri
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 owl:imports ilap: ; 21 owl:imports ilap: ;
22 . 22 .
23 -:SourceSpecifiedUserField
24 - rdf:type owl:Class ;
25 - rdfs:subClassOf owl:Thing ;
26 - rdfs:subClassOf [
27 - rdf:type owl:Restriction ;
28 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
29 - owl:onClass ilap:Contractor ;
30 - owl:onProperty :hasContractor ;
31 - ] ;
32 - rdfs:subClassOf [
33 - rdf:type owl:Restriction ;
34 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
35 - owl:onClass owl:Thing ;
36 - owl:onProperty :hasSource ;
37 - ] ;
38 -.
39 :SpecifiedUserField 23 :SpecifiedUserField
40 rdf:type owl:Class ; 24 rdf:type owl:Class ;
41 rdfs:subClassOf owl:Thing ; 25 rdfs:subClassOf owl:Thing ;
......
...@@ -169,12 +169,6 @@ ...@@ -169,12 +169,6 @@
169 rdfs:subClassOf [ 169 rdfs:subClassOf [
170 rdf:type owl:Restriction ; 170 rdf:type owl:Restriction ;
171 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 171 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
172 - owl:onClass userfield:SourceSpecifiedUserField ;
173 - owl:onProperty :hasSourceSpecifiedUserField ;
174 - ] ;
175 - rdfs:subClassOf [
176 - rdf:type owl:Restriction ;
177 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
178 owl:onClass userfield:SpecifiedUserField ; 172 owl:onClass userfield:SpecifiedUserField ;
179 owl:onProperty :hasSpecifiedUserField ; 173 owl:onProperty :hasSpecifiedUserField ;
180 ] ; 174 ] ;
...@@ -2006,12 +2000,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2006,12 +2000,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2006 rdfs:subClassOf [ 2000 rdfs:subClassOf [
2007 rdf:type owl:Restriction ; 2001 rdf:type owl:Restriction ;
2008 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2002 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2009 - owl:onClass userfield:SourceSpecifiedUserField ;
2010 - owl:onProperty :hasSpecifiedUserField ;
2011 - ] ;
2012 - rdfs:subClassOf [
2013 - rdf:type owl:Restriction ;
2014 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2015 owl:onClass userfield:SpecifiedUserField ; 2003 owl:onClass userfield:SpecifiedUserField ;
2016 owl:onProperty :hasSpecifiedUserField ; 2004 owl:onProperty :hasSpecifiedUserField ;
2017 ] ; 2005 ] ;
...@@ -2541,12 +2529,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2541,12 +2529,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2541 rdfs:subClassOf :ClassOfResource ; 2529 rdfs:subClassOf :ClassOfResource ;
2542 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; 2530 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
2543 . 2531 .
2544 -:SourceSpecifiedUserField1forActivity101inPlan2forProjectP
2545 - rdf:type userfield:SourceSpecifiedUserField ;
2546 - userfield:hasContractor :FreeField3Value1forActivity101inPlanVersion2inProjectP ;
2547 - userfield:hasSource :FreeField4Value1forActivity101inPlanVersion2inProjectP ;
2548 - rdfs:label "Source Specified User Field 1 for Activity 101 in Plan 2 for Project P"^^xsd:string ;
2549 -.
2550 :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP 2532 :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
2551 rdf:type userfield:SpecifiedUserField ; 2533 rdf:type userfield:SpecifiedUserField ;
2552 userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ; 2534 userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
...@@ -4164,10 +4146,6 @@ SCCS:SAB_S ...@@ -4164,10 +4146,6 @@ SCCS:SAB_S
4164 rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ; 4146 rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ;
4165 rdfs:label "time Based Resource Ref"^^xsd:string ; 4147 rdfs:label "time Based Resource Ref"^^xsd:string ;
4166 . 4148 .
4167 -userfield:SourceSpecifiedUserField
4168 - rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
4169 - rdfs:label "ILAP Source Specified User Field"^^xsd:string ;
4170 -.
4171 userfield:SpecifiedUserField 4149 userfield:SpecifiedUserField
4172 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; 4150 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
4173 rdfs:label "ILAP Specified User Field"^^xsd:string ; 4151 rdfs:label "ILAP Specified User Field"^^xsd:string ;
......