annotate ontologies/annotation-ns.rdf @ 2:e3ecb88314a5

minor bugs ontologies added
author dwinter
date Fri, 02 Dec 2011 08:37:03 +0100
parents
children cfd3411c87c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
1 <?xml version="1.0"?>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
2 <rdf:RDF
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
4 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
5 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
6 xmlns:owl="http://www.w3.org/2002/07/owl#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
7 xmlns:dc="http://purl.org/dc/elements/1.1/"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
8 xmlns="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
9 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
10 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
11 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
12 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
13 xml:base="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
14 <owl:Ontology rdf:about="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
15 <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotation-ns#Annotation">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
16 <rdfs:label xml:lang="en">Annotation</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
17 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
18 >The target type of a annotation resource.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
19 <rdfs:isDefinedBy>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
20 <rdf:Description rdf:about="http://www.w3.org/2000/10/annotation-ns#">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
21 <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
22 >Annotea Annotation Schema</dc:title>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
23 <rdfs:seeAlso rdf:resource="http://www.w3.org/2000/02/Collaboration/Annotation/papers"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
24 <rdfs:seeAlso rdf:resource="http://www.w3.org/2001/Annotea/User/Protocol.html"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
25 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
26 >A namespace for describing annotations</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
27 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
28 >$Revision: 1.5 $ $Date: 2003/07/31 17:07:41 $</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
29 </rdf:Description>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
30 </rdfs:isDefinedBy>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
31 </rdfs:Class>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
32 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#body">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
33 <rdfs:subPropertyOf>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
34 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#related"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
35 </rdfs:subPropertyOf>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
36 <rdfs:label xml:lang="en">body</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
37 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
38 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
39 >Relates the resource representing the 'content' of an Annotation to the Annotation resource</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
40 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
41 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#context">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
42 <rdfs:label xml:lang="en">context</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
43 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
44 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
45 >The context within the resource named in 'annotates' to which the Annotation most directly applies.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
46 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
47 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#modified">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
48 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
49 <rdfs:label xml:lang="en">modified</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
50 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
51 >The date and time on which the Annotation was modified. yyyy-mm-ddThh:mm:ssZ format recommended.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
52 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
53 >Annotations currently use http://purl.org/dc/elements/1.1/date directly</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
54 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
55 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
56 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#created">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
57 <rdfs:label xml:lang="en">created</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
58 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
59 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
60 >The date and time on which the Annotation was created. yyyy-mm-ddThh:mm:ssZ format recommended.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
61 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
62 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
63 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#author">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
64 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
65 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
66 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
67 >The name of the person or organization most responsible for creating the Annotation.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
68 <rdfs:label xml:lang="en">author</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
69 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
70 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#annotates">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
71 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
72 <rdfs:label xml:lang="en">annotates</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
73 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
74 >Relates an Annotation to the resource to which the Annotation applies. The inverse relation is 'hasAnnotation'</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
75 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
76 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#related">
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
77 <rdfs:label xml:lang="en">related</rdfs:label>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
78 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
79 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
80 >A relationship between an annotation and additional resources that is less specific than 'body'. The 'related' property is expected to be
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
81 subclassed by more specific relationships.</rdfs:comment>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
82 </rdf:Property>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
83 </rdf:RDF>
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
84
e3ecb88314a5 minor bugs
dwinter
parents:
diff changeset
85 <!-- Created with Protege (with OWL Plugin 3.4.4, Build 579) http://protege.stanford.edu -->