ESIPFed / science-on-schema.org

science-on-schema.org - providing guidance for publishing schema.org as JSON-LD for the sciences
Apache License 2.0
109 stars 31 forks source link

Updated definition of schema.org/schemaVersion #152

Open ashepherd opened 3 years ago

ashepherd commented 3 years ago

For the proposed, updated definition, see: https://webschemas.org/schemaVersion

It states, "There may be situations in which other schemas might usefully be referenced this way, e.g. http://dublincore.org/specifications/dublin-core/dces/1999-07-02/ but this has not been carefully explored in the community."

Can this property be used to specify the profile of some content type.

Examples:

1) EML 2.0 => Content Type: application/xml; Schema: eml://ecoinformatics.org/eml-2.0.0

schema.org/encodingFormat = "application/xml" schema.org/schemaVersion = "eml://ecoinformatics.org/eml-2.0.0"

2) ISO Metadata => Content Type: application/xml; Schema: http://www.isotc211.org/2005/gmd

schema.org/encodingFormat = "application/xml" schema.org/schemaVersion = "http://www.isotc211.org/2005/gmd"

Maybe related to #132

smrgeoinfo commented 3 years ago

also related to #149