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
2015-03-17 10:22:07 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
83fb62d94cd8175dafd71b1a48dfacad9e0016ab
83fb62d9
1 parent
c99ac79b
Corrected logical name for userfields
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
mainOntology.ttl
mainOntology.ttl
View file @
83fb62d
...
...
@@ -11,7 +11,7 @@
@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
userfield:
<http://data.posccaesar.org/ilap
-userfield
/>
.
@prefix
userfield:
<http://data.posccaesar.org/ilap
/userfields
/>
.
@prefix
xml:
<http://www.w3.org/XML/1998/namespace>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
:
...
...
@@ -20,7 +20,7 @@
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding>
;
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding>
;
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
;
owl:
imports
<http://data.posccaesar.org/ilap/userfields/>
;
owl:
imports
userfield:
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
;
.
:
Active
...
...
@@ -73,13 +73,13 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField>
;
owl:
onClass
userfield:
SourceSpecifiedUserField
;
owl:
onProperty
:
hasSpecifiedUserField
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
;
owl:
onClass
userfield:
SpecifiedUserField
;
owl:
onProperty
:
hasSpecifiedUserField
;
]
;
rdfs:
subClassOf
[
...
...
@@ -164,7 +164,7 @@
.
:
Activity_1
rdf:
type
:
Activity
;
:
hasSpecifiedUserField
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1>
;
:
hasSpecifiedUserField
userfield:
SpecifiedUserField_1
;
rdfs:
label
"Activity 1"
^^
xsd:
string
;
.
:
AfterShutdown
...
...
@@ -873,7 +873,7 @@
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
FreeField
;
owl:
onProperty
<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField>
;
owl:
onProperty
userfield:
hasFreeFieldForSpecifiedUserField
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -1555,13 +1555,13 @@ 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
<http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField>
;
owl:
onClass
userfield:
SourceSpecifiedUserField
;
owl:
onProperty
:
hasSpecifiedUserField
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
;
owl:
onClass
userfield:
SpecifiedUserField
;
owl:
onProperty
:
hasSpecifiedUserField
;
]
;
rdfs:
subClassOf
[
...
...
@@ -2894,22 +2894,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
AnnotationProperty
;
rdfs:
range
xsd:
boolean
;
.
<http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField>
userfield:
SourceSpecifiedUserField
rdfs:
comment
"A class that holds the (User Defined) Free Text Field values (xsd:string)."
^^
xsd:
string
;
.
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
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
;
.
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1>
<http://data.posccaesar.org/ilap/userfields/hasWBSpart2>
:
FreeFieldValue_1
;
userfield:
SpecifiedUserField_1
userfield:
hasWBSpart2
:
FreeFieldValue_1
;
.
<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField>
userfield:
hasFreeFieldForSpecifiedUserField
rdf:
type
owl:
ObjectProperty
;
.
<http://data.posccaesar.org/ilap/userfields/hasShutDownPeriod>
userfield:
hasShutDownPeriod
rdfs:
label
"has Shutdown Period"
^^
xsd:
string
;
.
<http://data.posccaesar.org/ilap/userfields/hasShutdownType>
userfield:
hasShutdownType
rdfs:
label
"has Shutdown Type"
^^
xsd:
string
;
.
<http://data.posccaesar.org/npd/ontology/Licence>
...
...
Please
register
or
login
to post a comment