Skip to content

Using https://schema.org/IndividualProduct #4

@huberrob

Description

@huberrob

As proposed by @louatbodc an instrument instance can be described as a schema:IndividualProduct which can easily be linked to a given schema:Dataset using the isBasedOn property

{
    "@context": "http://schema.org",
    "@type": "Dataset",
    "@id": "doi.org/somedoi",
    "name": "Dataset links an instrument instance",
     "isBasedOn": {
     "@id": "pidinst.org/somePIDINST",
     "@type": "IndividualProduct",
     "name": "SBE 37 MCAT-IM-CT(P) 2490",
     "serialNumber": "2490"
     }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions