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-19 14:29:20 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71b7c2908ef46ca5cb5a37a0ddcb8df0155a8edd
71b7c290
1 parent
bdb5a059
Added CompletelyFreeFieldDefinition
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
9 deletions
mainOntology.ttl
mainOntology.ttl
View file @
71b7c29
...
...
@@ -98,7 +98,7 @@
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
Definition
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -528,10 +528,23 @@
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
onDataRange
:
CompletelyFreeFieldDefinition
;
owl:
onProperty
:
hasFieldName
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
anyType
;
owl:
onProperty
:
hasFieldValue
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
.
:
CompletelyFreeFieldDefinition
rdf:
type
owl:
Class
;
:
shouldHaveID
"true"
^^
xsd:
boolean
;
rdfs:
label
"Completely Free Field Definition"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
...
...
@@ -914,6 +927,12 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeFieldDefinition
;
owl:
onProperty
:
hasCompletelyFreeFieldDefinition
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ExternalReference
;
owl:
onProperty
:
hasExternalReference
;
]
;
...
...
@@ -1414,7 +1433,7 @@
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
Definition
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -1667,7 +1686,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
Definition
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -1753,7 +1772,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
Definition
;
]
;
owl:
equivalentClass
<http://data.posccaesar.org/rdl/RDS13875949>
;
.
...
...
@@ -2379,7 +2398,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeField
Definition
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -2653,11 +2672,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
comment
"A relationship between a planning object and a set of calendars."
^^
xsd:
string
;
rdfs:
label
"has Calendar Set"
^^
xsd:
string
;
.
:
hasCompletelyFreeField
:
hasCompletelyFreeField
Definition
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a data field that is completely freely defined."
^^
xsd:
string
;
rdfs:
label
"has Completely Free Field"
^^
xsd:
string
;
rdfs:
range
:
CompletelyFreeField
;
rdfs:
comment
"A relationship between a set fo free fields and the names of the completely freelyfields defined."
^^
xsd:
string
;
rdfs:
label
"has Completely Free Field Definition"
^^
xsd:
string
;
.
:
hasConstraint
rdf:
type
owl:
ObjectProperty
;
...
...
Please
register
or
login
to post a comment