Showing
1 changed file
with
8 additions
and
8 deletions
1 | -# Saved by TopBraid on Wed Aug 17 19:16:40 BST 2011 | 1 | +# Saved by TopBraid on Mon Aug 22 12:32:52 BST 2011 |
2 | # baseURI: http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl | 2 | # baseURI: http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl |
3 | 3 | ||
4 | @prefix : <http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl#> . | 4 | @prefix : <http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl#> . |
... | @@ -15,7 +15,7 @@ list:EmptyList | ... | @@ -15,7 +15,7 @@ list:EmptyList |
15 | owl:intersectionOf (list:OWLList [ rdf:type owl:Class ; | 15 | owl:intersectionOf (list:OWLList [ rdf:type owl:Class ; |
16 | owl:complementOf | 16 | owl:complementOf |
17 | [ rdf:type owl:Restriction ; | 17 | [ rdf:type owl:Restriction ; |
18 | - owl:onProperty list:isFollowedBy ; | 18 | + owl:onProperty list:hasContents ; |
19 | owl:someValuesFrom owl:Thing | 19 | owl:someValuesFrom owl:Thing |
20 | ] | 20 | ] |
21 | ]) | 21 | ]) |
... | @@ -25,7 +25,7 @@ list:EmptyList | ... | @@ -25,7 +25,7 @@ list:EmptyList |
25 | owl:intersectionOf (list:OWLList [ rdf:type owl:Class ; | 25 | owl:intersectionOf (list:OWLList [ rdf:type owl:Class ; |
26 | owl:complementOf | 26 | owl:complementOf |
27 | [ rdf:type owl:Restriction ; | 27 | [ rdf:type owl:Restriction ; |
28 | - owl:onProperty list:hasContents ; | 28 | + owl:onProperty list:isFollowedBy ; |
29 | owl:someValuesFrom owl:Thing | 29 | owl:someValuesFrom owl:Thing |
30 | ] | 30 | ] |
31 | ]) | 31 | ]) |
... | @@ -41,7 +41,7 @@ list:OWLList | ... | @@ -41,7 +41,7 @@ list:OWLList |
41 | ] . | 41 | ] . |
42 | 42 | ||
43 | list:hasContents | 43 | list:hasContents |
44 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 44 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
45 | rdfs:subPropertyOf list:hasListProperty . | 45 | rdfs:subPropertyOf list:hasListProperty . |
46 | 46 | ||
47 | list:hasListProperty | 47 | list:hasListProperty |
... | @@ -49,19 +49,19 @@ list:hasListProperty | ... | @@ -49,19 +49,19 @@ list:hasListProperty |
49 | rdfs:domain list:OWLList . | 49 | rdfs:domain list:OWLList . |
50 | 50 | ||
51 | list:hasNext | 51 | list:hasNext |
52 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 52 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
53 | rdfs:subPropertyOf list:isFollowedBy . | 53 | rdfs:subPropertyOf list:isFollowedBy . |
54 | 54 | ||
55 | list:isFollowedBy | 55 | list:isFollowedBy |
56 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 56 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
57 | rdfs:range list:OWLList ; | 57 | rdfs:range list:OWLList ; |
58 | rdfs:subPropertyOf list:hasListProperty . | 58 | rdfs:subPropertyOf list:hasListProperty . |
59 | 59 | ||
60 | <http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl> | 60 | <http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl> |
61 | rdf:type owl:Ontology ; | 61 | rdf:type owl:Ontology ; |
62 | - rdfs:comment "A set of entities used to describe the OWL list pattern." ; | 62 | + rdfs:comment "For use in ReportingHub with POSC/Caesar reference data."^^xsd:string , "A set of entities used to describe the OWL list pattern." ; |
63 | rdfs:seeAlso "http://owl-workshop.man.ac.uk/acceptedLong/submission_12.pdf"^^xsd:anyURI ; | 63 | rdfs:seeAlso "http://owl-workshop.man.ac.uk/acceptedLong/submission_12.pdf"^^xsd:anyURI ; |
64 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string , "1.0.0" . | 64 | + owl:versionInfo "1.0.0" , "Created with TopBraid Composer"^^xsd:string . |
65 | 65 | ||
66 | owl:Thing | 66 | owl:Thing |
67 | rdf:type owl:Class . | 67 | rdf:type owl:Class . | ... | ... |
-
Please register or login to post a comment