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 15:11:46 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
83a3c37339bcb3686c447bfe65de6383a217f735
83a3c373
1 parent
a1ec22f9
Added id to FreeFieldSet
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
mainOntology.ttl
mainOntology.ttl
View file @
83a3c37
...
...
@@ -883,12 +883,19 @@
.
:
FreeFieldSet
rdf:
type
owl:
Class
;
:
shouldHaveID
"true"
^^
xsd:
boolean
;
rdfs:
comment
"A Data Field that is a collection of Free Fields."
^^
xsd:
string
;
rdfs:
label
"Free Field Set"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ExternalReference
;
owl:
onProperty
:
hasExternalReference
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
FreeField
;
owl:
onProperty
:
hasFreeField
;
]
;
...
...
Please
register
or
login
to post a comment