Tore Christiansen

Added BRREG and ILAP Standard values to Reinertsen to Statoil 1.8

This diff is collapsed. Click to expand it.
......@@ -499,6 +499,11 @@ USERFIELDS:hasContractType
rdfs:label "Contract type" ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasContractor
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has contractor"^^xsd:string .
USERFIELDS:hasCostBreakdownStructure
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
......@@ -604,6 +609,11 @@ USERFIELDS:hasMechanicalCompletionPackage
rdfs:label "Mechanical Completion package" ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasMilestone
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has milestone"^^xsd:string .
USERFIELDS:hasModificationPackage
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
......