ISSUE-29: Schema.org should decide whether documentation strings end with '.' or not.

Descriptions ending with '.''?

Schema.org should decide whether documentation strings end with '.' or not.

State:
CLOSED
Product:
Feedback on Schema.org
Raised by:
Dan Brickley
Opened on:
2013-11-12
Description:
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), ".$") }

Related Actions Items:
No related actions
Related emails:
  1. webschema-ISSUE-29 (Descriptions ending with '.''?): Schema.org should decide whether documentation strings end with '.' or not. [Feedback on Schema.org] (from sysbot+tracker@w3.org on 2013-11-12)

Related notes:

Migrated to https://github.com/schemaorg/schemaorg/issues/250

Dan Brickley, 21 Jan 2015, 13:50:43

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 29.html,v 1.1 2019/10/07 07:54:41 carcone Exp $