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

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