comparison annotea-annotation-ns.rdf @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents annotation-ns.rdf@29bf0113a555
children
comparison
equal deleted inserted replaced
11:80d6a554819f 12:e6eccbbbffb3
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:Class>
20 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#body">
21 <rdfs:subPropertyOf>
22 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#related"/>
23 </rdfs:subPropertyOf>
24 <rdfs:label xml:lang="en">body</rdfs:label>
25 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
26 >Relates the resource representing the 'content' of an Annotation to the Annotation resource</rdfs:comment>
27 </rdf:Property>
28 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#context">
29 <rdfs:label xml:lang="en">context</rdfs:label>
30 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
31 >The context within the resource named in 'annotates' to which the Annotation most directly applies.</rdfs:comment>
32 </rdf:Property>
33 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#modified">
34 <rdfs:label xml:lang="en">modified</rdfs:label>
35 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
36 >Annotations currently use http://purl.org/dc/elements/1.1/date directly</rdfs:comment>
37 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
38 >The date and time on which the Annotation was modified. yyyy-mm-ddThh:mm:ssZ format recommended.</rdfs:comment>
39 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
40 </rdf:Property>
41 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#created">
42 <rdfs:label xml:lang="en">created</rdfs:label>
43 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
44 >The date and time on which the Annotation was created. yyyy-mm-ddThh:mm:ssZ format recommended.</rdfs:comment>
45 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
46 </rdf:Property>
47 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#author">
48 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
49 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
50 >The name of the person or organization most responsible for creating the Annotation.</rdfs:comment>
51 <rdfs:label xml:lang="en">author</rdfs:label>
52 </rdf:Property>
53 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#annotates">
54 <rdfs:label xml:lang="en">annotates</rdfs:label>
55 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
56 >Relates an Annotation to the resource to which the Annotation applies. The inverse relation is 'hasAnnotation'</rdfs:comment>
57 </rdf:Property>
58 <rdf:Property rdf:about="http://www.w3.org/2000/10/annotation-ns#related">
59 <rdfs:label xml:lang="en">related</rdfs:label>
60 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
61 >A relationship between an annotation and additional resources that is less specific than 'body'. The 'related' property is expected to be
62 subclassed by more specific relationships.</rdfs:comment>
63 </rdf:Property>
64 </rdf:RDF>
65
66 <!-- Created with Protege (with OWL Plugin 3.4.4, Build 579) http://protege.stanford.edu -->