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
0eaa5805
Commit
0eaa5805
authored
2 years ago
by
Philipp Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Add basic metadata properties
parent
f1505ea7
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
+13
-0
13 additions, 0 deletions
data/ontologies/digital-heraldry-ontology-objects.ttl
with
13 additions
and
0 deletions
data/ontologies/digital-heraldry-ontology-objects.ttl
+
13
−
0
View file @
0eaa5805
...
...
@@ -53,6 +53,11 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
# Object Properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/objects#datedInCentury
dhoo:
datedInCentury
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
dhoo:
hasDate
.
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasDate
dhoo:
hasDate
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
dhoo:
Object
.
...
...
@@ -68,6 +73,14 @@ dhoo:hasLatestDate rdf:type owl:ObjectProperty ;
rdfs:
subPropertyOf
dhoo:
hasDate
.
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasLibraryPlace
dhoo:
hasLibraryPlace
rdf:
type
owl:
ObjectProperty
.
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasTitle
dhoo:
hasTitle
rdf:
type
owl:
ObjectProperty
.
#################################################################
# 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