Tables
Table example one
Table heading one | Table heading two | Table heading three | Table heading four | Table heading five |
---|---|---|---|---|
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
HTML code snippet
Table heading one | Table heading two | Table heading three | Table heading four | Table heading five |
---|---|---|---|---|
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table data cell | Table data cell | Table data cell | Table data cell | Table data cell |
Table example two
Key | Value |
---|---|
@context |
Context url. For example: http://example.org |
type |
thing or action |
version |
Semantic Versioning version number. For example: 1.0.1 |
name |
Name of the ontology |
maintainer |
Email of the maintainer |
classes[].class |
Class (start with a capital). For example: Company |
classes[].description |
Description of the class |
classes[].kinds[].kind |
Kind of class to better define what “kind” of class it is. For example: Organization |
classes[].kinds[].weight |
Importance of the kind. Minimal value = 0.0 . Maximum value = 1.0 |
classes[].properties[].name |
Name of the property (start with lowercase). For example: name |
classes[].properties[].description |
A description of the property. For example: Name of the company |
classes[].properties[].@dataType[] |
Datatype of the property. Available types are: string , int , boolean , number , date , [name of class] (for example: Country , always with capital) |
HTML code snippet
Key | Value |
---|---|
@context |
Context url. For example: http://example.org |
type |
thing or action |
version |
Semantic Versioning version number. For example: 1.0.1 |
name |
Name of the ontology |
maintainer |
Email of the maintainer |
classes[].class |
Class (start with a capital). For example: Company |
classes[].description |
Description of the class |
classes[].kinds[].kind |
Kind of class to better define what “kind” of class it is. For example: Organization |
classes[].kinds[].weight |
Importance of the kind. Minimal value = 0.0 . Maximum value = 1.0 |
classes[].properties[].name |
Name of the property (start with lowercase). For example: name |
classes[].properties[].description |
A description of the property. For example: Name of the company |
classes[].properties[].@dataType[] |
Datatype of the property. Available types are: string , int , boolean , number , date , [name of class] (for example: Country , always with capital) |