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
113 stars 32 forks source link

PropertyValueSpecification: valueRange property #22

Open smrgeoinfo opened 5 years ago

smrgeoinfo commented 5 years ago

need to be able to specifiy a set of enumerated values or an identifier for a controlled vocabulary to document the range of valid values for term parameters in URI template. e.g.:

{
"@id": "urn:iris:fsdn.eventtype",
"@type": "PropertyValueSpecification",
"valueName": "eventtype",
"defaultValue": "Any",
"description": "Limit to events with a specified eventType. The parameter value can be a single item, a comma-separated list of items. Allowed values are from QuakeML or unknown if eventType is not given",
"valueRequired": false,
"valuePattern": "",
"valueRange": "values are from QuakeML",
"xsd:type": "string"
},
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity.