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
f1505ea7
Commit
f1505ea7
authored
2 years ago
by
Philipp Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Add basic properties for dating
parent
263f5ab6
No related branches found
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-objects.ttl
+19
-0
19 additions, 0 deletions
data/ontologies/digital-heraldry-ontology-objects.ttl
with
19 additions
and
0 deletions
data/ontologies/digital-heraldry-ontology-objects.ttl
+
19
−
0
View file @
f1505ea7
...
@@ -49,6 +49,25 @@ dcterms:title rdf:type owl:AnnotationProperty .
...
@@ -49,6 +49,25 @@ dcterms:title rdf:type owl:AnnotationProperty .
vann:
preferredNamespacePrefix
rdf:
type
owl:
AnnotationProperty
.
vann:
preferredNamespacePrefix
rdf:
type
owl:
AnnotationProperty
.
#################################################################
# Object Properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasDate
dhoo:
hasDate
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
dhoo:
Object
.
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasEarliestDate
dhoo:
hasEarliestDate
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
dhoo:
hasDate
.
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasLatestDate
dhoo:
hasLatestDate
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
dhoo:
hasDate
.
#################################################################
#################################################################
# Classes
# Classes
#################################################################
#################################################################
...
...
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