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-23 14:17:57 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2bacab9b7a84433870653f8d25c693f2a7d70e7
c2bacab9
1 parent
5132949a
Added restriction class for FreeText and ShortDescription
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
709 additions
and
644 deletions
USERFIELDS.ttl
USERFIELDS.ttl
View file @
c2bacab
# baseURI: http://data.posccaesar.org/ilap/userfields/
@prefix
USERFIELDS:
<http://data.posccaesar.org/ilap/userfields/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
USERFIELDS:
<http://data.posccaesar.org/ilap/userfields/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
USERFIELDS:
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
;
.
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
USERFIELDS:
FreeTextField
rdf:
type
owl:
Class
;
rdfs:
label
"Free text field"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
.
rdf:
type
owl:
Class
;
rdfs:
label
"Free text field"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
USERFIELDS:
hasShort
;
owl:
someValuesFrom
xsd:
string
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
USERFIELDS:
hasDescription
;
owl:
someValuesFrom
xsd:
string
]
.
USERFIELDS:
UserField
rdf:
type
owl:
Class
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS13103560>
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasActivityProgress
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasArea
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasAreaCode
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasAssignment
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasBudgetYear
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasBuildingBlock
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCTR
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCause
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCauseCategory
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCommissioningPackage
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCompletionStatus
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasContractType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCostBreakdownStructure
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCostCenter
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCriticalPath
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS1
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS2
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS3
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasDelivery
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasExecutionMilestone
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasExecutionSubDiscipline
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasGeographicLocation
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasHabitat
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasIndexCode
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasJobCardStatus
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasKPIStatus
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasLocationOfWork
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasLocationOnPlatform
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasMechanicalCompletionPackage
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasModificationPackage
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasNetwork
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasNotification
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasOwnerDepartment
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasPartProject
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasPortfolio
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProcurementPackage
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProjectCode
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProjectType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasQuality
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasRank
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasReporting
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSRGL
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSection
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSectionStatus
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasShaft
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasShutDownPeriod
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSubProjectType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSupplierATS
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSystemType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS1
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS2
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS2
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS3
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS4
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS5
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWorkOrder
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWorkOrder
;
]
;
.
rdf:
type
owl:
Class
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS13103560>
,
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasGeographicLocation
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasIndexCode
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasKPIStatus
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasLocationOfWork
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasShutDownPeriod
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasBuildingBlock
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCriticalPath
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasReporting
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCause
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProcurementPackage
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasMechanicalCompletionPackage
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS2
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS3
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSection
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSectionStatus
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProjectType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasQuality
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS3
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasExecutionMilestone
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasArea
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasNotification
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS5
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasJobCardStatus
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasAssignment
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasBudgetYear
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCostCenter
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasRank
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasPartProject
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasPortfolio
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSystemType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCustomerWBS1
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSRGL
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCompletionStatus
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasProjectCode
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS2
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS2
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCostBreakdownStructure
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasActivityProgress
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasModificationPackage
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasNetwork
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS4
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWorkOrder
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWorkOrder
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasHabitat
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasAreaCode
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasOwnerDepartment
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasLocationOnPlatform
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSubProjectType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasSupplierATS
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCauseCategory
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCommissioningPackage
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasWBS1
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasDelivery
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasShaft
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasContractType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasCTR
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
USERFIELDS:
FreeTextField
;
owl:
onProperty
USERFIELDS:
hasExecutionSubDiscipline
]
.
USERFIELDS:
hasActivityProgress
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Activity progress"
^^
xsd:
string
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Activity progress"
^^
xsd:
string
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasArea
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Area"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Area"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasAreaCode
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Area code"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Area code"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasAssignment
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Assignment"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Assignment"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasBudgetYear
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Budget year"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Budget year"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasBuildingBlock
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Building block"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Building block"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCTR
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"CTR"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"CTR"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCause
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cause"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cause"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCauseCategory
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cause category"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cause category"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCommissioningPackage
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Commissioning package"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Commissioning package"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCompletionStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Competition status"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Competition status"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasContractType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Contract type"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Contract type"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCostBreakdownStructure
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cost breakdown structure"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cost breakdown structure"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCostCenter
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cost center"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Cost center"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCriticalPath
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Critical path"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Critical path"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCustomerWBS1
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS1"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS1"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCustomerWBS2
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS2"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS2"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasCustomerWBS3
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS3"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Customer WBS3"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasDelivery
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Delivery"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Delivery"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasDescription
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
FreeTextField
;
rdfs:
range
xsd:
string
;
.
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
FreeTextField
;
rdfs:
range
xsd:
string
.
USERFIELDS:
hasExecutionMilestone
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Execution milestone"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Execution milestone"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasExecutionSubDiscipline
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Execution subdiscipline"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Execution subdiscipline"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasGeographicLocation
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Geographical location"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Geographical location"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasHabitat
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Habitat"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Habitat"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasIndexCode
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Index code"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Index code"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasJobCardStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Job card status"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Job card status"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasKPIStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"KPI status"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"KPI status"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasLocationOfWork
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Location of work"
^^
xsd:
string
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Location of work"
^^
xsd:
string
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasLocationOnPlatform
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Location on platform"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Location on platform"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasMechanicalCompletionPackage
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Mechanical Completion package"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Mechanical Completion package"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasModificationPackage
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Modification package"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Modification package"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasNetwork
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Network"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Network"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasNotification
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Notification"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Notification"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasOwnerDepartment
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Owner department"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Owner department"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasPartProject
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project part"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project part"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasPortfolio
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Portfolio"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Portfolio"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasProcurementPackage
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Procurement package"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Procurement package"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasProjectCode
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project code"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project code"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasProjectType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project type"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Project type"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasQuality
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Quality"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Quality"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasRank
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Rank"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Rank"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasReporting
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Reporting"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Reporting"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSRGL
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"SRGL"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"SRGL"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSection
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Section"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Section"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSectionStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Seciton status"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Seciton status"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasShaft
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Shaft"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Shaft"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasShort
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
FreeTextField
;
rdfs:
range
xsd:
string
;
.
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
FreeTextField
;
rdfs:
range
xsd:
string
.
USERFIELDS:
hasShutDownPeriod
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Shutdown period"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Shutdown period"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSubProjectType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Subproject type"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Subproject type"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSupplierATS
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Supplier ATS"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Supplier ATS"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasSystemType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"System type"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"System type"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasUserField
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
USERFIELDS:
UserField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
USERFIELDS:
UserField
.
USERFIELDS:
hasWBS1
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS1"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS1"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasWBS2
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS2"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS2"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasWBS3
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS3"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS3"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasWBS4
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS4"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS4"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasWBS5
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS5"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"WBS5"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasWorkOrder
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Work order"
;
rdfs:
range
USERFIELDS:
FreeTextField
;
.
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
label
"Work order"
;
rdfs:
range
USERFIELDS:
FreeTextField
.
...
...
Please
register
or
login
to post a comment