- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Mon, 16 Jun 2003 10:06:57 +0300
- To: www-rdf-interest@w3.org
> it gives me loads of > warning like, Implicit Property, Undefined Resource, Invalid namespace. Guessing ... OWL Full should be validated by an RDF/XML validator. Hence, anything calling itself an OWL validator is actually an OWL Lite or OWL DL validator In OWL DL and OWL Lite every property used must be declared as an ObjectProiperty, DatatypeProperty, AnnotationProperty or OntologyProperty (except builtins). Every resource must be given a type. Invalid namespaces should be found in an RDF/XML validator. Jeremy
Received on Monday, 16 June 2003 04:07:03 UTC