MonkeyChap

Added comment about PCA

# Saved by TopBraid on Wed Aug 17 19:16:40 BST 2011
# Saved by TopBraid on Mon Aug 22 12:32:52 BST 2011
# baseURI: http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl
@prefix : <http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl#> .
......@@ -15,7 +15,7 @@ list:EmptyList
owl:intersectionOf (list:OWLList [ rdf:type owl:Class ;
owl:complementOf
[ rdf:type owl:Restriction ;
owl:onProperty list:isFollowedBy ;
owl:onProperty list:hasContents ;
owl:someValuesFrom owl:Thing
]
])
......@@ -25,7 +25,7 @@ list:EmptyList
owl:intersectionOf (list:OWLList [ rdf:type owl:Class ;
owl:complementOf
[ rdf:type owl:Restriction ;
owl:onProperty list:hasContents ;
owl:onProperty list:isFollowedBy ;
owl:someValuesFrom owl:Thing
]
])
......@@ -41,7 +41,7 @@ list:OWLList
] .
list:hasContents
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:subPropertyOf list:hasListProperty .
list:hasListProperty
......@@ -49,19 +49,19 @@ list:hasListProperty
rdfs:domain list:OWLList .
list:hasNext
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:subPropertyOf list:isFollowedBy .
list:isFollowedBy
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:range list:OWLList ;
rdfs:subPropertyOf list:hasListProperty .
<http://www.co-ode.org/ontologies/lists/2008/09/11/list.owl>
rdf:type owl:Ontology ;
rdfs:comment "A set of entities used to describe the OWL list pattern." ;
rdfs:comment "For use in ReportingHub with POSC/Caesar reference data."^^xsd:string , "A set of entities used to describe the OWL list pattern." ;
rdfs:seeAlso "http://owl-workshop.man.ac.uk/acceptedLong/submission_12.pdf"^^xsd:anyURI ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string , "1.0.0" .
owl:versionInfo "1.0.0" , "Created with TopBraid Composer"^^xsd:string .
owl:Thing
rdf:type owl:Class .
......