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: Customers

Customer Overview

Customer Overview

View: Customer Accounts

Customer Accounts

Customer Accounts

View: Customer Programs

Customer Programs

Customer Programs

View: Customer Profiles

Customer Profiles

Customer Profiles

Views: Customer Preferences

Customer Preferences

Customer Preferences

View: Customer Purchases

Customer Purchases

Customer Purchases

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 .