Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DHO Knowledge Graph Data Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital History
Digital History Forschung
Digital Heraldry
DHO Knowledge Graph Data Integration
Commits
0178d4a5
Commit
0178d4a5
authored
1 year ago
by
Philipp Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Add subclasses for CoAOrientation
parent
b2c11c00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/ontologies/digital-heraldry-ontology-representation.ttl
+30
-2
30 additions, 2 deletions
data/ontologies/digital-heraldry-ontology-representation.ttl
with
30 additions
and
2 deletions
data/ontologies/digital-heraldry-ontology-representation.ttl
+
30
−
2
View file @
0178d4a5
...
@@ -58,7 +58,6 @@ schema:domainIncludes rdf:type owl:AnnotationProperty .
...
@@ -58,7 +58,6 @@ schema:domainIncludes rdf:type owl:AnnotationProperty .
# Object Properties
# Object Properties
#################################################################
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/representation#coatOfArmsPresentedAs
### http://digitalheraldry.org/digital-heraldry-ontology/representation#coatOfArmsPresentedAs
dhor:
coatOfArmsPresentedAs
rdf:
type
owl:
ObjectProperty
;
dhor:
coatOfArmsPresentedAs
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
dhor:
CoADescriptionAct
;
rdfs:
domain
dhor:
CoADescriptionAct
;
...
@@ -121,7 +120,6 @@ dhor:helmetPresent rdf:type owl:ObjectProperty ;
...
@@ -121,7 +120,6 @@ dhor:helmetPresent rdf:type owl:ObjectProperty ;
rdfs:
label
"helmetPresent"
@en
.
rdfs:
label
"helmetPresent"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#locatedOnFolio
### http://digitalheraldry.org/digital-heraldry-ontology/representation#locatedOnFolio
dhor:
locatedOnFolio
rdf:
type
owl:
ObjectProperty
;
dhor:
locatedOnFolio
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
dhor:
locatedOnObject
;
rdfs:
subPropertyOf
dhor:
locatedOnObject
;
...
@@ -299,6 +297,18 @@ dhor:ModeOfCoatOfArmsRepresentation rdf:type owl:Class ;
...
@@ -299,6 +297,18 @@ dhor:ModeOfCoatOfArmsRepresentation rdf:type owl:Class ;
rdfs:
label
"ModeOfCoatOfArmsRepresentation"
@en
.
rdfs:
label
"ModeOfCoatOfArmsRepresentation"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#OnDexterSide
dhor:
OnDexterSide
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
CoAOrientation
;
rdfs:
label
"OnDexterSide"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#OnSinisterSide
dhor:
OnSinisterSide
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
CoAOrientation
;
rdfs:
label
"OnSinisterSide"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#Shield
### http://digitalheraldry.org/digital-heraldry-ontology/representation#Shield
dhor:
Shield
rdf:
type
owl:
Class
;
dhor:
Shield
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
ModeOfCoatOfArmsRepresentation
;
rdfs:
subClassOf
dhor:
ModeOfCoatOfArmsRepresentation
;
...
@@ -312,4 +322,22 @@ dhor:TextualTranskription rdf:type owl:Class ;
...
@@ -312,4 +322,22 @@ dhor:TextualTranskription rdf:type owl:Class ;
rdfs:
label
"TextualTranskription"
@en
.
rdfs:
label
"TextualTranskription"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#TiltedOrientation
dhor:
TiltedOrientation
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
CoAOrientation
;
rdfs:
label
"TiltedOrientation"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#UprightOrientation
dhor:
UprightOrientation
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
CoAOrientation
;
rdfs:
label
"UprightOrientation"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/representation#UpsideDown
dhor:
UpsideDown
rdf:
type
owl:
Class
;
rdfs:
subClassOf
dhor:
CoAOrientation
;
rdfs:
label
"UpsideDown"
@en
.
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment