spatie / schema-org

A fluent builder Schema.org types and ld+json generator

Home Page:https://freek.dev/2016/12/package-fluently-generate-schema-org-markup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the count of constants meant to equal the count of schema's enumerators?

nolros opened this issue · comments

commented

First, as always, fantastic work!

EDIT:

Apologies worked it it out and could not delete. I see you load Enumeration types with "Enumeration" from "rdfs:subClassOf" as Typesthen load the children enumerator with@type` prop as constants. As such Enumeration types + @type enumerators = 530 or close to it.

ORIGINAL QUESTION:

This is a quick question for which I cannot find an answer.

Does your constant effectively equate to schema.org enumeration types, i.e. constants === enumerators?

I ask as there are 530 Enumeration types, but I only see 461 constants. When I compare the two lists, I see that 447 constants are enumerators, which is why I ask.

I can provide code if constants are meant to equate to the number of enumerators.

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.