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-23 11:35:52 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3e646aca6e020f31818806dfa8d8e5a8232cadb
a3e646ac
1 parent
9cdae027
double import :)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
ilap-userfield.ttl
ilap-userfield.ttl
View file @
a3e646a
# baseURI: http://data.posccaesar.org/ilap/userfields/
# imports: http://data.posccaesar.org/ilap/
# c14n-version: 3
@prefix
:
<http://data.posccaesar.org/ilap/userfields/>
.
...
...
@@ -17,6 +18,7 @@ ilap:shouldUseAnyUri
.
:
rdf:
type
owl:
Ontology
;
owl:
imports
ilap:
;
.
:
SourceSpecifiedUserField
rdf:
type
owl:
Class
;
...
...
@@ -613,12 +615,6 @@ ilap:shouldUseAnyUri
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasMainWorkCenter
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasMainWorkCenterPlant
;
]
;
rdfs:
subClassOf
[
...
...
@@ -681,6 +677,12 @@ ilap:shouldUseAnyUri
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasSuperiorPSnetworkActivity
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
MainWorkCenter
;
owl:
onProperty
:
hasMainWorkCenter
;
]
;
.
:
SpecifiedUserField_1
rdf:
type
:
SpecifiedUserField
;
...
...
Please
register
or
login
to post a comment