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
d14744cc
Commit
d14744cc
authored
2 years ago
by
Philipp Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Rename properties for better consistency
parent
ab1512d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/ontologies/digital-heraldry-ontology-entities.ttl
+12
-11
12 additions, 11 deletions
data/ontologies/digital-heraldry-ontology-entities.ttl
with
12 additions
and
11 deletions
data/ontologies/digital-heraldry-ontology-entities.ttl
+
12
−
11
View file @
d14744cc
...
@@ -59,17 +59,18 @@ dhoe:attributesCoATo rdf:type owl:ObjectProperty ;
...
@@ -59,17 +59,18 @@ dhoe:attributesCoATo rdf:type owl:ObjectProperty ;
rdfs:
label
"attributesCoATo"
@en
.
rdfs:
label
"attributesCoATo"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasPrimaryAttribution
### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasIdentificationAct
dhoe:
hasPrimaryAttribution
rdf:
type
owl:
ObjectProperty
;
dhoe:
hasIdentificationAct
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
dhoe:
attributesCoATo
;
rdfs:
domain
dhor:
CoatOfArmsRepresentation
;
rdfs:
range
dhoe:
IdentifiedEntity
.
rdfs:
range
dhoe:
CoAIdentificationAct
;
rdfs:
label
"hasIdentificationAct"
@en
.
### http://digitalheraldry.org/digital-heraldry-ontology/entities#isIdentifiedBy
dhoe:
isIdentifiedBy
rdf:
type
owl:
ObjectProperty
;
### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasPrimaryIdentification
rdfs:
domain
dhor:
CoatOfArmsRepresentation
;
dhoe:
hasPrimaryIdentification
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
dhoe:
CoAIdentificationAct
;
rdfs:
subPropertyOf
dhoe:
attributesCoATo
;
rdfs:
label
"isIdentifiedBy"
@en
.
rdfs:
range
dhoe:
IdentifiedEntity
;
rdfs:
label
"hasPrimaryIdentification"
@en
.
#################################################################
#################################################################
...
...
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