はしくれエンジニアもどきのメモ

情報系技術・哲学・デザインなどの勉強メモ・備忘録です。

schema.orgのCreativeWorkメモ

schema.orgのCreativeWorkメモ

schema.orgのCreativeWorkのメモ.

タイプ:CreativeWork

CreativeWorkは,Thingを継承している(Thing > CreativeWork). プロパティは,CreativeWorkのみで約82個もある.加えてThingの12個が使える.

Thingについては以下の記事にまとめた.

cartman0.hatenablog.com

CreativeWorkの似たプロパティを分類して列挙する.

プロパティ

一般的なもの

  • headline:Text: Headline of the article. 記事のヘッドライン
  • alternativeHeadline:Text: A secondary title of the CreativeWork.CreativeWorkの副題。
  • thumbnailUrl:URL: A thumbnail image relevant to the Thing.Thingに関連するサムネイル画像
  • author:Organization or Person: The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably. このコンテンツまたは評価の著者。authorは、HTML5がrelタグを介して著者を示すための特別な仕組みを提供するという点でspecialであることに注意してください。それはこれと同等であり、互換的に使用することができます。

    ex.

     "author": {
        "@type": "Person",
        "name": "name",
       "address": "Japan",
       "email": "nabana.work@gmail.com"
      }
  • creator:Organization or Person: The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. このCreativeWorkの作成者/著者。これはCreativeWorkのAuthorプロパティと同じです。
  • license:CreativeWork or URL: A license document that applies to this content, typically indicated by URL. このコンテンツに適用されるライセンス文書。通常はURLで示されます。
  • keywords:Text Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.

    このコンテンツを記述するために使用されるキーワードまたはタグ。 キーワードリストの複数のエントリは、通常カンマで区切られます。

  • about:Thing: The subject matter of the content. コンテンツの主題。Inverse property: subjectOf.

    ex.

    { "@context": "http://schema.org/", "@type": "Article", "name": "Apple announces iPhone SE", "description": "New iPhone announced at 11:30 in California.", "about": { "@type": "Event", "name": "Apple's March 21 Announcements" } }

  • encoding:MediaObject: A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.Supersedes encodings. このCreativeWorkをエンコードするメディアオブジェクト。 このプロパティはassociatedMediaの同義です。encodingsをとってかわる.

    ex.

    "encoding": {
        "@type": "MediaObject"
        "encodingFormat": "utf-8"
    }
  • associatedMedia:MediaObject: A media object that encodes this CreativeWork. This property is a synonym for encoding. このCreativeWorkをエンコードするメディアオブジェクト。 このプロパティはエンコーディングの同義です。
  • fileFormat:Text or URL: Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. Media type,通常,コンテンツのMIMEフォーマット(IANAサイト参照)。 例えば,SoftwareApplicationバイナリの application / zip。 CreativeWorkにいくつかのメディアタイプの表現がある場合、 特定のfileFormat情報とともに各MediaObjectを示すために 'encoding'を使用することができます。最も適切なURLを介する代わりに、登録されていないファイル形式やニッチファイル形式を示すことができる. (例: WebページまたはWikipediaエントリを定義します。
  • citation:CreativeWork or Text: A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. 別のcreative wrok,例えば,出版物、web page、学術論文など、への引用または参照
  • isBasedOn:CreativeWork or Product or URL: A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. Supersedes isBasedOnUrl. このリソースの作成に使用されたリソース。このプロパティは、複数のソースに対して繰り返すことができます。 たとえば、http://example.com/great-multiplication-intro.html です. isBasedOnUrlプロパティにとって代わる.
  • inLanguage:Language or Text: The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard.See also availableLanguage. Supersedes language. コンテンツまたはパフォーマンスの言語、またはアクションで使用される言語。IETF BCP 47標準からの言語コードのいずれかを使用してください。 availableLanguageも参照してください。 languageをとって替える

    ex.

    "inLanguage": {
          "@type": "Language",
          "name": "Spanish",
          "alternateName": "es"
        },
  • genre:Text or URL: Genre of the creative work, broadcast channel or group. creative work,放送チャンネルやグループのジャンル
  • exampleOfWork:CreativeWork: A creative work that this work is an example/instance/realization/derivation of. Inverse property: workExample. creative work, この作品が例/インスタンス/実現/派生です。

    ex.

    https://github.com/schemaorg/schemaorg/issues/471

    このworkが別のworkの例である場合,どの例であるかを指定.

    例えば,映画ロードオブザリングの場合, 指輪物語シリーズの1つなので,指輪物語のデータべースなどを指定する.

  • workExample:CreativeWork: Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook. Inverse property: exampleOfWork. この creative workの概念の例/インスタンス/実現/派生.例えば,ペーパーバック版、初版、またはeBook版.逆プロパティ:exampleOfWork。
  • hasPart:CreativeWork: Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Inverse property: isPartOf. このCreativeWorkの一部である(ある感覚で)CreativeWorkを示します。逆プロパティ:isPartOf
  • isPartOf:CreativeWork: Indicates a CreativeWork that this CreativeWork is (in some sense) part of. Inverse property: hasPart. このCreativeWorkが(ある意味で)一部であるCreativeWorkを示します。 逆プロパティ:hasPart

    つまり親(元)となるCreativeWorkを列挙する

  • version:Number or Text: The version of the CreativeWork embodied by a specified resource. 指定したリソースによって具体化されたCreativeWork のバージョン。
  • isAccessibleForFree:Boolean: A flag to signal that the item, event, or place is accessible for free. Supersedes free. item, event, またはplaceがfreeでアクセス可能であることを通知するフラグ。freeプロパティにとって代わる
  • aggregateRating:AggregateRating: The overall rating, based on a collection of reviews or ratings, of the item. itemのレビューまたは評価の集まりに基づく全体的な評価。

    ex

    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "3.5",
        "reviewCount": "11"
      },

コメント関連

  • comment:Comment: Comments, typically from users. コメント,通常,ユーザからのコメント
  • commentCount:Integer: The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere. このCreativeWork(例:Article, Question or Answer)が受けたコメント数.これは、コメントシステムを持つWebサイトに公開されている作品に最も適用されます;追加のコメントが他の場所に存在する可能性があります。
  • discussionUrl URL A link to the page containing the comments of the CreativeWork.

    CreativeWorkのコメントを含むページへのリンク。

日付・時間関連

  • dateCreated:Date or DateTime: The date on which the CreativeWork was created or the item was added to a DataFeed. CreativeWorkが作成された日付、またはitemがDataFeedへ追加された日付
  • dateModified:Date or DateTime: The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. CreativeWorkが最近編集された日付,またはitemがDataFeed内で編集された日付
  • datePublished:Date: Date of first broadcast/publication. 最初の放送/出版日。
  • timeRequired:Duration: Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'P30M', 'P1H25M'. 想定している意図されたターゲットのためのこの学習リソースを通して、またはこの学習リソースを使用するのに要するおおよそまたは通常の時間。例えば,'P30M'、 'P1H25M'

    ブログの記事であれば,読了時間

  • expires:Date: Date the content expires and is no longer useful or available.

    For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.

    コンテンツが終了する,もはや役立たない,利用できないDate. 例えば,VideoObject or NewsArticle, それらの利用性や関連性がタイムリミットである. または,ClaimReview事実チェック,それのpublisherは,ある時間後,それがもはや関係ないかもしれないことを示した

object

  • audio: AudioObject: An embedded audio object. 埋め込まれたオーディオオブジェクト

    { "@context": "http://schema.org", "@type": "AudioObject", "contentUrl": "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3", "description": "Recorded on a terrace of Girona a sunday morning", "duration": "T0M15S", "encodingFormat": "mp3", "name": "12oclock_girona.mp3" }

  • video:VideoObject: An embedded video object. 埋め込まれた動画オブジェクト

    "video": { "@type": "VideoObject", "description": "Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.", "duration": "T1M33S", "name": "Interview with the Foo Fighters", "thumbnail": "foo-fighters-interview-thumb.jpg" }

  • text:Text: The textual content of this CreativeWork. このCreativeWorkのテキストコンテンツ。

コピーライト関連

  • copyrightHolder: Organization or Person: The party holding the legal copyright to the CreativeWork. CreativeWorkの法的著作権を持つ当事者。
  • copyrightYear:Number: The year during which the claimed copyright for the CreativeWork was first asserted.CreativeWorkの最初に主張された間に著作権を主張された年。
  • accountablePerson:Person: Specifies the Person that is legally accountable for the CreativeWork. CreativeWorkに対して法的に責任を負う人物を指定します。

コンテンツ情報

  • contentLocation:Place: The location depicted or described in the content. For example, the location in a photograph or painting. コンテンツに描写または記述されている場所。 たとえば、写真や絵の中の場所。
  • contentRating:Text: Official rating of a piece of content— for example,'MPAA PG-13'. コンテンツの正式な評価 - 例: 'MPAA PG-13'
  • contentReferenceTime:DateTime : The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. creative workによって記述される特定の時間,Event内で特定の期間を強調する作品(e.g. articles, video objects など)のために.

アクセシビリティ関連

  • accessMode :Text: The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.

    human sensory perceptual systemまたは認知能力 ―それを通して,人が情報を処理,認識するかもしれない―期待される値は次ををもつ: - auditory 聴覚 - tactile 触覚 - textual テキストの - visual 視覚の - colorDependent 色依存の - chartOnVisual, - chemOnVisual,化学 - diagramOnVisual, - mathOnVisual, - musicOnVisual, - textOnVisual.

  • accessModeSufficient:Text: A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.

    すべての知的なリソースのコンテンツを理解するのに十分である,シングルのリストまたは組み合わされたaccessMode.

  • accessibilityAPI:Text: Indicates that the resource is compatible with the referenced accessibility API(WebSchemas wiki lists possible values). リソースが参照されているアクセシビリティAPI互換性があることを示します(WebSchemas wikiは可能な値をリストしています)。
  • accessibilityControl:Text: Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values). 記述されたリソースを完全に制御するのに十分である入力方式を識別します(WebSchemas wikiは可能な値をリストします)。

    • "fullKeyboardControl",
    • "fullMouseControl"
    • "fullTouchControl" ,
    • "fullVoiceControl"

    • accessibilityFeature:Text: Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values). リソースのコンテンツ機能, 例えば,アクセシビリティのための,アクセシビリティメディア、代替、サポートされている拡張機能など、(WebSchemas wikiは可能な値をリストアップしています)。

    • "largePrint/CSSEnabled",

    • "highContrast/CSSEnabled",
    • "resizeText/CSSEnabled",
    • "displayTransformability",
    • "longDescription",
    • "alternativeText"
    • accessibilityHazard:Text: A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values). あるユーザーにとって物理的に危険である記述されたリソースの特性。 WCAG 2.0のガイドライン2.3(WebSchemas wikiには可能な値が記載されています)に関連しています。

    ex.

    • "noFlashingHazard",
    • "noMotionSimulationHazard",
    • "noSoundHazard"
    • accessibilitySummary :Text: A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." 特定のアクセシビリティ機能や不足の人間が読むことが可能な概要, ほかのアクセシビリティメタデータと一貫性があるが,微妙な表現, 例えば,"short descriptions are present but long descriptions will be needed for non-visual users" または "short descriptions are present and no long descriptions are needed."
    • typicalAgeRange:Text: The typical expected age range, e.g. '7-9', '11-'. 通常の期待される年齢の範囲、例えば。 '7-9'、'11 - '
    • interactionStatistic InteractionCounter The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. Supersedes interactionCount.

    WebSite または SoftwareApplication を使用しているCreativeWorkのためのinteraction数。 最も特定的な子タイプのInteractionCounterを使用する必要があります。 interactionCountにとって代わる。

  • interactivityType:Text: The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. 学習リソースによって支えられている学習の支配的なモード.許容できる値は 'active'、 'expositive'、または 'mixed'です.

翻訳情報

  • translationOfWork CreativeWork The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species” Inverse property: workTranslation.

    この作品がどの作品から翻訳されたか,翻訳元の作品 例えば, 物种起源 は, translationOf “On the Origin of Species” 逆プロパティ: workTranslation

  • translator Organization or Person Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.

    creative workをターゲット言語の異なる言語、地域の違い、技術的要件に適合させる, またはあるevent間で翻訳する組織または人物。

  • workTranslation CreativeWork A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.

    このworkのコンテンツの翻訳であるwork. 例えば,西遊記 は,English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” * and a Vietnamese translation Tây du ký bình khảo*.

    Inverse property: translationOfWork.

出版・発行情報

  • publication PublicationEvent A publication event associated with the item.

    itemに関連付けられた出版・発行event。

  • publisher:Organization or Person: The publisher of the creative work. creative workの出版社。
  • publisherImprint:Organization: The publishing division which published the comic. comicを出版される出版部門 imprint 印字
  • publishingPrinciples:CreativeWork or URL: The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) , the principles are those of the party primarily responsible for the creation of the CreativeWork. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology.

    publishingPrinciples propertyは,publisherとしてアクティビティに関連する(通常,URLを介して)Organization(または,個人,たとえば,a Person writing a blog)の編集原則を説明するdocumentを示す, (例えば,倫理や多様性ポリシーなど)

    CreativeWork (e.g. NewsArticle)へ適用されるとき, 原理原則は,CreativeWorkの作成に主に担当するpartyの1つです.

    一方で,そのようなポリシーは,大部分で通常,自然言語で表現されるが, ときどき,schema.org terminologを使って,関連された情報を(e.g.funderを示す)が表現可能.

  • editor Person Specifies the Person who edited the CreativeWork.

    CreativeWorkを編集したPersonを指定します。

スポンサー関連

  • sponsor:Organization or Person: A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event. 誓約、約束、財政的貢献を通じて物を支える人または組織。例えば医学研究のスポンサーまたはイベントの企業スポンサーです。
  • funder:Organization or Person: A person or organization that supports (sponsors) something through some kind of financial contribution. 何種類かの財政的貢献を通じてを何かを支援(スポンサー)する個人または組織。
  • contributor:Organization or Person: A secondary contributor to the CreativeWork or Event. CreativeWork or Event への第二の貢献者。

教育関連

  • educationalAlignment AlignmentObject An alignment to an established educational framework. 確立された教育的framework(枠組み)との整合性。

    ex. 内容のレベルなどを指定

     "educationalAlignment": {
        "@type": "AlignmentObject",
        "alignmentType": "educationalLevel",
        "educationalFramework": "US Grade Levels",
        "targetName": "2",
        "targetUrl": {
          "@id": "http://purl.org/ASN/scheme/ASNEducationLevel/2"
         }
      }
  • educationalUse:Text:The purpose of a work in the context of education; for example, 'assignment', 'group work'. 教育上における作品の目的。たとえば、「割り当て」、「グループ作業」などです。
  • learningResourceType:Text: The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. 学習リソースを特徴付ける優勢なタイプまたは種類。たとえば、 'presentation'、 'handout'などです。

その他

  • mainEntity:Thing: Indicates the primary entity described in some page or other CreativeWork. Inverse property: mainEntityOfPage.

    一部のページまたは他のCreativeWorkで記述されているプライマリエンティティを示します。 逆プロパティ:mainEntityOfPage。

  • audience:Audience: An intended audience, i.e. a group for whom something was created. Supersedes serviceAudience. 対象とするオーディエンス、つまりグループ,そのグループのために作成されたもの。serviceAudience をとってかわる

    ex.

    "audience": {
        "@type": "EducationalAudience",
        "educationalRole": "teacher"
      },
  • award:Text: An award won by or for this item. Supersedes awards. このitemによってまたはこのitemのために獲得した賞。awardsにとってかわる
  • character Person Fictional person connected with a creative work. creative workと関係のある架空の人物
  • locationCreated Place The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.

    CreativeWorkが作成された場所, この場所は,CreativeWorkに描かれている場所と同じでないかもしれない。

  • material:Product or Text or URL: A material that something is made from, e.g. leather, wool, cotton, paper.
  • mentions:Thing: Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.

    CreativeWorkが参照(reference)を含むことを示していますが、 必ずしもコンセプトについての参照ではありません。

  • offers:Offer: An offer to provide this item — for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.

    このitemを提供するためのオファー (例えば、 製品の販売、 映画のDVDの貸し出し、 サービスの実行、 イベントへのチケットの贈呈など)。

    ex.

    {
            "@type": "Offer",
            "url": "save-a-lot-monitors.com/dell-30.html"
    }
  • position: Integer or Text: The position of an item in a series or sequence of items. シリーズの中のitemまたはitemのシークエンスの位置。
  • producer Organization or Person The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).

    作品(例えば,音楽アルバム、映画、tv/ラジオシリーズなど)を制作した個人または団体。

  • provider Organization or Person The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes carrier.

    サービスプロバイダ、サービスオペレータ、またはサービス実行者; 商品の生産者。 別の当事者(売り手)は、プロバイダに代わってそれらのサービスまたは商品を提供することができる。プロバイダは売り手としての役割も果たします。 carrierをとってかわる。

  • recordedAt Event The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. Inverse property: recordedIn.

    CreativeWork が記録されたイベント. CreativeWork は、イベントの全部または一部をキャプチャすることができます。 逆プロパティ:recordedIn。

  • releasedEvent PublicationEvent The place and time the release was issued, expressed as a PublicationEvent.

    リリースが発行された場所と時間. PublicationEventとして表されます。

  • review Review A review of the item. Supersedes reviews.

    その商品のレビュー。 reviewsにとって代わる.

  • schemaVersion Text or URL Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.

    あるCreativeWorkで使われるスキームの特定のバージョンを(URL や stringによって)示す

    たとえば、あるアプリケーションでスキーマバージョンの正確な表示が要求される場合は、http://schema.org/version/2.0/ などのURLを使用してschemaVersionを宣言することができます。

  • sourceOrganization Organization The Organization on whose behalf the creator was working.

    組織を代表してcreatorが働いていた組織。

  • spatialCoverage Place The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials.

    For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. Supersedes spatial.

    CreativeWorkspatialCoverage は、コンテンツの焦点となる場所を示します。 主により技術的で詳細な資料を対象としたcontentLocationのサブプロパティです。

    例えば、データセットでは、 データセットが記述する領域を示します: ニューヨークの天気のデータセットは、ニューヨークの州であるspatialCoverage があります。 spatialに取ってかわる。

  • temporalCoverage DateTime or Text or URL The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In the case of a Dataset, it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").

    Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945". Supersedes datasetTimeInterval, temporal.

    CreativeWorktemporalCoverage は、 コンテンツが適用される期間を示す, すなわち,それはDateTimeまたはISO 8601時間間隔形式の期間を示すテキスト文字列のいずれかとして記述される期間を示す。 データセットの場合、 それは,通常、関連する時間を正確な表記で示します, (たとえば、2011年の国勢調査データセットの場合、2011年は「2011/2012」と書かれます)。

    他のコンテンツの形式, 例えば,ScholarlyArticleBookTVSeries または TVEpisode は、 temporalCoverage を幅広い意味で示すかもしれない. ―テキスト形式またはよく知られているURLを介して―。

    本のような書かれた作品は,時には,正確なtemporal coverageを有することもある, 1939年から1945年の作品セットは、 "1939/1945"を介してISO 8601インターバルフォーマットフォーマットで示される。 datasetTimeIntervaltemproal からとってかわる.

Googleでの必須・推奨プロパティ

特になし. 「Google構造化データ テストツール」では,何も指定しなくてもエラーが出ないので, もしかしたら"CreativeWork"を構造化データとして見ていないかもしれません.

Google構造化データ テストツールでのタイプ:CreativeWorkのチェック

JSON-LDでのマークアップ

<script type="application/ld+json">
{
   "@context": "http://schema.org",
     "@type": "CreativeWork",
     "name": "名前",  // Thing
     "url": "http://", // Thing
     "description":"説明", // Thing
     "image": ["http://image/image1.jpg", "http://image/image2.png"],
     "sameAs": ["http://wikipedia.com/refference1", "http://wikipedia.com/refference2"], // Thing
     "mainEntityOfPage": {
         "@type": "WebPage",
         "@id": "http://example.com/"
     }, // Thing
     "headline": "見出し",
     "alternativeHeadline": "副見出し",
     "thumbnailUrl": "http://thumbnail.jpg",
     "author": {
        "@type": "Person",
        "name": "著者名"
     },
     "publisher": {
           "@type": "Person",
           "name": "人・組織の名前"
     },
     "datePublished": "2017-10-08",
     "dateModified": "2017-10-09",
     "keywords": ["keyword1", "keyword2"],
     "about": {
        "@type": "Event",
        "name": "イベント名"
      }, // 何かのイベントについてであれば
      "citation": ["http://cite1", "http://cite2"],
      "fileFormat": "text/html",
      "encoding": {
        "@type": "MediaObject"
        "encodingFormat": "utf-8"
       },
       "inLanguage": ["ja", "eng"],
       "genre": ["Web", "Technology"],
       "exampleOfWork": {
        "@type": "CreativeWork",
        "name": "派生元の名前"
       }, // 派生元などがあれば
       "workExample": {
           "@type": "CreativeWork",
           "name": "派生先の名前"
       }, // paperback版,電子版などの派生先があれば
       "hasPart": {
           "@type": "CreativeWork",
           "name": "分割先の名前"
       }, // このworkが分割しているなら分割先を指定
       "isPartOf": {
           "@type": "CreativeWork",
           "name": "分割元の名前"
       }, // このworkが分割しているなら,分割元を指定
       "isAccessibleForFree": true,
       "copyrightHolder": {
           "@type": "Person",
           "name": "著作権者名"
       },
       "copyrightYear": 2014,
       "sponsor": {
           "@type": "Organization",
           "name": "GoogleAdsense"
       }
}
</script>