Tore Christiansen

Committing updates

......@@ -20,22 +20,6 @@ ilap:shouldUseAnyUri
rdf:type owl:Ontology ;
owl:imports ilap: ;
.
:SourceSpecifiedUserField
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Contractor ;
owl:onProperty :hasContractor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Thing ;
owl:onProperty :hasSource ;
] ;
.
:SpecifiedUserField
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
......
......@@ -169,12 +169,6 @@
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SourceSpecifiedUserField ;
owl:onProperty :hasSourceSpecifiedUserField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SpecifiedUserField ;
owl:onProperty :hasSpecifiedUserField ;
] ;
......@@ -2006,12 +2000,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SourceSpecifiedUserField ;
owl:onProperty :hasSpecifiedUserField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SpecifiedUserField ;
owl:onProperty :hasSpecifiedUserField ;
] ;
......@@ -2541,12 +2529,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :ClassOfResource ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
.
:SourceSpecifiedUserField1forActivity101inPlan2forProjectP
rdf:type userfield:SourceSpecifiedUserField ;
userfield:hasContractor :FreeField3Value1forActivity101inPlanVersion2inProjectP ;
userfield:hasSource :FreeField4Value1forActivity101inPlanVersion2inProjectP ;
rdfs:label "Source Specified User Field 1 for Activity 101 in Plan 2 for Project P"^^xsd:string ;
.
:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
rdf:type userfield:SpecifiedUserField ;
userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
......@@ -4164,10 +4146,6 @@ SCCS:SAB_S
rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ;
rdfs:label "time Based Resource Ref"^^xsd:string ;
.
userfield:SourceSpecifiedUserField
rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
rdfs:label "ILAP Source Specified User Field"^^xsd:string ;
.
userfield:SpecifiedUserField
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 ;
rdfs:label "ILAP Specified User Field"^^xsd:string ;
......