Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Inventory

View: Inventory Units

Inventory Units

Inventory Units

View: Inventory Breakdown

Inventory Breakdown

Inventory Breakdown

View: Inventory Nodes

Inventory Nodes

Inventory Nodes

View: Inventory Shipments

Inventory Shipments

Inventory Shipments

Classes

ClassName

Definition:

...

OWL:

:ClassName a owl:Class ;
  rdfs:subClassOf fnd:Thing ;
  skos:prefLabel "ClassName"@en ;
  skos:definition "..."@en .

Properties

a property

Definition:

...

:aProperty a owl:ObjectProperty ;
  rdfs:domain fnd:Thing ;
  rdfs:range fnd:Thing ;
  skos:prefLabel "a propery"@en ;
  skos:definition "..."@en .