Prefix( : = <http://example.org/> )
Ontology(
Declaration( DataProperty( :hasName ) )
Declaration( DataProperty( :hasAddress ) )
Declaration( DataProperty( :hasZip ) )
DisjointDataProperties( :hasName :hasAddress :hasZip )
DataPropertyAssertion( :hasName :Peter "Peter Griffin" )
DataPropertyAssertion( :hasAddress :Peter_Griffin "Peter Griffin" )
DataPropertyAssertion( :hasZip :Petre "Peter Griffin" )
)