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

Domain: Products

View: Core

Product Core

Core

View: Media Assets

Product Media Assets

Media Assets

View: Qualities

Product Qualities

Qualities

View: Customization

TBD

View: Reviews

Product Reviews

Reviews

View: Lifecycle

TBD

View: Safety

TBD

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 .