Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ilap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2014-10-22 16:13:31 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82d10ef0a14bf56193b1eff515f4993a9de5a218
82d10ef0
1 parent
563bf6bd
Fixing UserField value and valuesource with a specified constraint subclass
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
8 deletions
UC1.ttl
USERFIELDS.ttl
UC1.ttl
View file @
82d10ef
...
...
@@ -21,9 +21,9 @@ ILAP:ActivityWBS_1
rdf:
type
ILAP:
ActivityWBS
;
rdfs:
label
"Activity WBS 1"
^^
xsd:
string
;
ILAP:
hasWBScomponent
ILAP:
PBS_ACAA_1
,
SCCS:
PBS_ACAA
;
ILAP:
hasWBSphase
SCCS:
SAB_51
,
ILAP:
SAB_51_
1
;
ILAP:
hasWBSresource
ILAP:
COR_KD_1
,
SCCS:
COR_KD
.
SCCS:
PBS_ACAA
,
ILAP:
PBS_ACAA_1
;
ILAP:
hasWBSphase
ILAP:
SAB_51_1
,
SCCS:
SAB_5
1
;
ILAP:
hasWBSresource
SCCS:
COR_KD
,
ILAP:
COR_KD_1
.
ILAP:
COR_KD_1
rdf:
type
SCCS:
COR_KD
;
...
...
@@ -166,7 +166,11 @@ ILAP:SummerShutdown_UC1
ILAP:
hasShutdownPriority
ILAP:
NormalPriority
;
ILAP:
hasShutdownType
ILAP:
ScheduledShutdown
,
ILAP:
ProductionShutdown
,
ILAP:
SystemShutdown
.
ILAP:
SystemShutdown
,
ILAP:
ProductionShutdown
,
ILAP:
ScheduledShutdown
.
<http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone>
ILAP:
hasValue
"Final Milestone"
^^
xsd:
string
;
ILAP:
hasValueSource
"Use Case 13 - Safran"
^^
xsd:
string
.
ILAP:
UseCaseAibelToCOPNO
rdf:
type
ILAP:
Source
;
...
...
@@ -174,6 +178,22 @@ ILAP:UseCaseAibelToCOPNO
ILAP:
hasSourceApplicaton
ILAP:
Safran
.
ILAP:
UserField
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasValueSource
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasValue
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
.
ILAP:
WorkOrder_1
rdf:
type
ILAP:
WorkOrder
;
rdfs:
label
"Work order 1"
^^
xsd:
string
.
...
...
@@ -195,3 +215,9 @@ ILAP:hasUserField
ILAP:
hasUserFieldSource
rdfs:
range
ILAP:
UserField
.
ILAP:
hasValue
rdfs:
domain
ILAP:
UserField
.
ILAP:
hasValueSource
rdfs:
domain
ILAP:
UserField
.
...
...
USERFIELDS.ttl
View file @
82d10ef
...
...
@@ -229,12 +229,12 @@ USERFIELDS:hasWBS5
rdfs:
label
"WBS5"
.
USERFIELDS:
hasWorkOrder
rdf:
type
ILAP:
UserField
,
ILAP:
WorkOrder
;
rdf:
type
ILAP:
WorkOrder
,
ILAP:
UserField
;
rdfs:
label
"Work order"
.
ILAP:
UserField
rdf:
type
owl:
Class
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS13103560>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS13103560>
.
ILAP:
hasUserField
rdf:
type
owl:
ObjectProperty
;
...
...
@@ -242,10 +242,10 @@ ILAP:hasUserField
ILAP:
hasValue
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
has
IndexCode
,
USERFIELDS:
hasArea
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasCTR
,
ILAP:
hasUserField
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQuality
,
USERFIELDS:
hasDeliver
y
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasMechanicalCompletionPackage
,
USERFIELDS:
hasJobCardStatus
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasWBS2
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasSupplierATS
;
rdfs:
domain
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
has
Area
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasCTR
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQualit
y
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasMechanicalCompletionPackage
,
USERFIELDS:
hasJobCardStatus
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasWBS2
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasSupplierATS
;
rdfs:
range
xsd:
string
.
ILAP:
hasValueSource
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
has
IndexCode
,
USERFIELDS:
hasWBS2
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasMechanicalCompletionPackage
,
ILAP:
hasUserField
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasDelivery
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasCTR
,
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQuality
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasSupplierATS
,
USERFIELDS:
hasArea
,
USERFIELDS:
hasJobCardStatus
;
rdfs:
domain
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
has
WBS2
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasMechanicalCompletionPackage
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasCTR
,
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQuality
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasSupplierATS
,
USERFIELDS:
hasArea
,
USERFIELDS:
hasJobCardStatus
;
rdfs:
range
xsd:
string
.
...
...
Please
register
or
login
to post a comment