Skip to content

Context issue: data_acquisition_sdo_context.jsonld #2

Description

@samuel-kerrien

Hi guys,

I was looking through all SDO contexts and I noticed that one of them has prefixes outside the @context.

https://github.com/datatagsuite/context/blob/master/sdo/data_acquisition_sdo_context.jsonld

specifically I am talking about the startDate and endDate.

here is the payload:

{
  "@context": {
    "sdo": "https://schema.org/",
    "DataAcquisition": "sdo:CreateAction",
    "identifier": {
      "@id": "sdo:identifier",
      "@type": "sdo:Text"
    },
    "name": {
      "@id": "sdo:name",
      "@type": "sdo:Text"
    },
    "description": {
      "@id": "sdo:description",
      "@type": "sdo:Text"
    },
    "licenses": "sdo:license",
    "version": "sdo:version"
  },
  "startDate": {
    "@id": "sdo:startTime",
    "@type": "sdo:DateTime"
  },
  "endDate": {
    "@id": "sdo:endTime",
    "@type": "sdo:DateTime"
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions