DRAFT Specification v. 0.0.1


Description

This Hardware profile specification presents a an abstract representation of hardware used in a computational environment.


Schema.org hierarchy

This is a new Profile that fits into the schema.org hierarchy as follows:

Thing



Key to specification table

Schema.org properties where the Expected Types have been changed, or new (i.e., Bioschemas created) properties/types are green.

Schema.org properties/types are red.

Pending Schema.org properties/types are blue.

External (i.e., from 3rd party ontology) properties/types are black.


CD = Cardinality


Property Expected Type Description CD Controlled Vocabulary Example
Marginality: Minimum.
description Text
Schema:

A description of the item.


Bioschemas:

A description of the hardware

ONE
name Text
Schema:

The name of the item.


Bioschemas:

The name of the hardware

ONE
url URL
Schema:

URL of the item.


Bioschemas:

A url associated with the hardware.

ONE
Marginality: Recommended.
alternateName Text
Schema:

An alias for the item.


MANY
identifier PropertyValue
Text
URL
Schema:

The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.


Bioschemas:

The identifier of the hardware, likely a hardware address or similar.

ONE
Marginality: Optional.
additionalType URL
Schema:

An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the ‘typeof’ attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.


Bioschemas:

The additional type defined by https://github.com/Vocamp/computationalEnvironmentODP/blob/master/data/ComputationalEnvironment.rdf

ONE

https://github.com/Vocamp/computationalEnvironmentODP/blob/master/data/ComputationalEnvironment.rdf

Top ▲