:JohnMarysWedding rdf:type gufo:Event
gufo:hasBeginPointInXSDDate "2001-12-12"^^xsd:date .
gufo:hasEndPointInXSDDate "2001-12-12"^^xsd:date .
should read
:JohnMarysWedding rdf:type gufo:Event ;
gufo:hasBeginPointInXSDDate "2001-12-12"^^xsd:date ;
gufo:hasEndPointInXSDDate "2001-12-12"^^xsd:date .
:JohnMarysWedding rdf:type gufo:Event
gufo:hasBeginPointInXSDDate "2001-12-12"^^xsd:date .
gufo:hasEndPointInXSDDate "2001-12-12"^^xsd:date .
should read
:JohnMarysWedding rdf:type gufo:Event ;
gufo:hasBeginPointInXSDDate "2001-12-12"^^xsd:date ;
gufo:hasEndPointInXSDDate "2001-12-12"^^xsd:date .