webschema-ISSUE-29 (Descriptions ending with '.''?): Schema.org should decide whether documentation strings end with '.' or not. [Feedback on Schema.org]

webschema-ISSUE-29 (Descriptions ending with '.''?): Schema.org should decide whether documentation strings end with '.' or not. [Feedback on Schema.org]

http://www.w3.org/2011/webschema/track/issues/29

Raised by: Dan Brickley
On product: Feedback on Schema.org


Schema.org sentences sometimes end '.', and sometimes just stop 

It would be good to be more consistent. See also this ad-hoc SPARQL database for details:

http://dydra.com/danbri/schema-org/sparql#comments-not-ending

  SELECT * WHERE { GRAPH ?G { ?p rdfs:comment ?c } FILTER regex(str(?c), "[^.]$") } 

http://dydra.com/danbri/schema-org/sparql#comments-ending

  SELECT * WHERE { GRAPH ?G { ?p rdfs:comment ?c } FILTER regex(str(?c), ".$") } 

Received on Tuesday, 12 November 2013 23:01:57 UTC