Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ISC Public
ISC Digital
ontology
GPO
Commits
b0f36668
Commit
b0f36668
authored
May 22, 2021
by
Simon Stier
Browse files
fix restriction
parent
27b6c651
Changes
2
Hide whitespace changes
Inline
Side-by-side
GPO.ttl
View file @
b0f36668
...
...
@@ -83,13 +83,13 @@ emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 rdf:type owl:Class .
### http://emmo.info/emmo#EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c
emmo:
EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c
rdfs:
subClassOf
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
owl:
Nothing
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
emmo:
EMMO_52d08d7d_e9e4_43e5_8508_d353e7e3a23a
;
owl:
someValuesFrom
emmo:
EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c
]
)
emmo:
EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
emmo:
EMMO_52d08d7d_e9e4_43e5_8508_d353e7e3a23a
;
owl:
someValuesFrom
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
emmo:
EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c
owl:
Nothing
)
]
]
.
...
...
GPO_inferred.ttl
View file @
b0f36668
...
...
@@ -1966,13 +1966,13 @@ A 'Collection' cannot have as member another 'Collection'."""@en ,
)
] ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13> ,
[ rdf:type owl:
Class
;
owl:
unionOf ( owl:Nothing
[ rdf:type owl:
Restriction
;
owl:onProperty
<http://emmo.info/emmo#EMMO_
52d08d7d_e9e4_43e5_8508_d353e7e3a23a> ;
owl:someValuesFrom <http://emmo.info/emmo#EMMO_2e9ace8a_1155_45b5_a066_d5fd9774e76c>
]
)
[ rdf:type owl:
Restriction
;
owl:
onProperty <http://emmo.info/emmo#EMMO_52d08d7d_e9e4_43e5_8508_d353e7e3a23a> ;
owl:someValuesFrom
[ rdf:type owl:
Class
;
owl:unionOf (
<http://emmo.info/emmo#EMMO_
2e9ace8a_1155_45b5_a066_d5fd9774e76c>
owl:Nothing
)
]
] ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "OrderedElement"@en .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment