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
ff31cc9d
Commit
ff31cc9d
authored
May 21, 2021
by
Simon Stier
Browse files
add missing property declaration
parent
55d11e13
Changes
2
Hide whitespace changes
Inline
Side-by-side
GPO.ttl
View file @
ff31cc9d
...
...
@@ -48,6 +48,13 @@ emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a rdf:type owl:ObjectProperty .
rdfs:
domain
emmo:
EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce
;
rdfs:
range
emmo:
EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce
;
skos:
prefLabel
"hasPredecessor"
@en
.
### https://gitlab.cc-asp.fraunhofer.de/ISC-Public/ISC-Digital/ontology/GPO#GPO_d52245e5_8dca_4a0f_bed8_0c7665da4560
:
GPO_d52245e5_8dca_4a0f_bed8_0c7665da4560
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
emmo:
EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d
;
rdfs:
domain
emmo:
EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce
;
rdfs:
range
emmo:
EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce
;
skos:
prefLabel
"hasSuccessor"
@en
.
### https://gitlab.cc-asp.fraunhofer.de/ISC-Public/ISC-Digital/ontology/GPO#GPO_703ec528_ea40_486e_9924_b911782b1a75
...
...
GPO_inferred.ttl
View file @
ff31cc9d
...
...
@@ -674,7 +674,10 @@ owl:topObjectProperty owl:inverseOf owl:topObjectProperty ;
:GPO_d52245e5_8dca_4a0f_bed8_0c7665da4560 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d> ,
[ owl:inverseOf <http://emmo.info/emmo#EMMO_4d6504f1_c470_4ce9_b941_bbbebc9ab05d>
] .
] ;
rdfs:domain <http://emmo.info/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce> ;
rdfs:range <http://emmo.info/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce> ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "hasSuccessor"@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