-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimageannotation_vocab.ttl
72 lines (56 loc) · 3.12 KB
/
imageannotation_vocab.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@prefix : <http://www.purl.org/cuneiform/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cunei: <http://www.purl.org/cuneiform#> .
@base <http://www.purl.org/cuneiform/annotation#> .
<http://www.purl.org/cuneiform/annotation#> rdf:type owl:Ontology ;
<http://purl.org/dc/elements/1.1/title> "Ontology Model for Cuneiform Artifacts: Annotation Vocabulary" ;
<http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0" .
#################################################################
# Classes
#################################################################
### http://www.purl.org/cuneiform/Erasure
:Erasure rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A erased area on a cuneiform tablet"@en ;
rdfs:label "erasure" .
:Character rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A cuneiform character on a cuneiform tablet"@en ;
rdfs:label "character" .
:Word rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A word on a cuneiform tablet"@en ;
rdfs:label "character" .
:Line rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A line on a cuneiform tablet"@en ;
rdfs:label "character" .
### http://www.purl.org/cuneiform/FiringHole
:FiringHole rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
rdfs:label "firing hole"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A firing hole present on a cuneiform tablet"@en .
:DamagedArea rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
rdfs:label "damaged area"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A damaged area on a cuneiform tablet"@en .
### http://www.purl.org/cuneiform/Fracture
:Fracture rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A fractured area on a cuneiform tablet"@en ;
rdfs:label "fracture"@en .
### http://www.purl.org/cuneiform/Ruling
:Ruling rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A ruling on a cuneiform tablet"@en ;
rdfs:label "ruling"@en .
### http://www.purl.org/cuneiform/Sealing
:Sealing rdf:type owl:Class ;
rdfs:subClassOf cunei:TabletFeature ;
<http://www.w3.org/2004/02/skos/core#definition> "A sealing on a cuneiform tablet"@en ;
rdfs:label "sealing" .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi