annotate annotations-new.owl @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents 80d6a554819f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
1 <?xml version="1.0"?>
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
2 <rdf:RDF
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
3 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
4 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
5 xmlns:oac="http://www.openannotation.org/ns/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
6 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
8 xmlns:owl="http://www.w3.org/2002/07/owl#"
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
9 xmlns:dcterms="http://purl.org/dc/terms/"
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
11 xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
12 xmlns:dcam="http://purl.org/dc/dcam/"
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
13 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
14 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
10
c132f3b20297 more work on annotation
casties
parents: 9
diff changeset
15 xmlns:cnt="http://www.w3.org/2011/content#"
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
16 xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
17 <owl:Ontology rdf:about="">
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
18 <owl:imports rdf:resource="http://purl.org/dc/terms/"/>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
19 <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
20 <owl:imports rdf:resource="http://www.w3.org/2011/content"/>
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
21 <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
22 </owl:Ontology>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
23 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
24 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
25 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
26 >The target of the annotation is an area of an image.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
27 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
28 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/RelationalTarget">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
29 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
30 </rdfs:Class>
10
c132f3b20297 more work on annotation
casties
parents: 9
diff changeset
31 <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
32 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
33 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
34 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
35 >The target of the annotation is (part of) one specified page of a text document.</rdfs:comment>
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
36 </rdfs:Class>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
37 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
38 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
39 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/language"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
40 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
41 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/subject"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
42 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
43 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
44 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/rights"/>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
45 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
46 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/type"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
47 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageArea">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
48 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
49 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
50 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
51 >The spcification of an area of an image.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
52 </rdf:Property>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
53 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
54 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
55 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textPage">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
56 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
57 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
58 >The number/name of the page in the document.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
59 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
60 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
61 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
62 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTarget">
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
63 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
64 >The relationship between RelationalTarget and the Targets that are related by this Annotation.</rdfs:comment>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
65 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/RelationalTarget"/>
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
66 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
67 </rdf:Property>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
68 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
69 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageAreaDisplay">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
70 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
71 >A display of the image area.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
72 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
73 </rdf:Property>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
74 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/maker"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
75 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textPageDisplay">
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
76 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
77 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
78 >A display of this page.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
79 </rdf:Property>
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 8
diff changeset
80 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/title"/>
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
81 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/DCMIType"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
82 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCSH"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents: 10
diff changeset
83 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
8
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
84 </rdf:RDF>
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
85
2b79c1bc9aca trying again in rdfs
casties
parents:
diff changeset
86 <!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->