From b531c32f116bb57b2730d9bb43ae99b30a27e1da Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 25 Jul 2014 14:47:55 -0700 Subject: [PATCH] nodeattr: moving more from importer/attrs.go Change-Id: Iebf336c44af77ccbe655aadbe1e57ad339ba5201 --- pkg/schema/nodeattr/nodeattr.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkg/schema/nodeattr/nodeattr.go b/pkg/schema/nodeattr/nodeattr.go index ef47e0017..ba75c571e 100644 --- a/pkg/schema/nodeattr/nodeattr.go +++ b/pkg/schema/nodeattr/nodeattr.go @@ -41,6 +41,18 @@ const ( // the "file" schema blob). CamliContent = "camliContent" + // Content is "content", used e.g. for the content of a tweet. + // TODO: define this more + Content = "content" + + // StartDate is http://schema.org/startDate: The start + // date and time of the event or item (in RFC 3339 date + // format). + StartDate = "startDate" + + // URL is the item's original or origin URL. + URL = "url" + Latitude = "latitude" Longitude = "longitude" )