Skip to content

Instantly share code, notes, and snippets.

@mathiasp
Created March 9, 2019 11:06
Show Gist options
  • Select an option

  • Save mathiasp/90956f64187613134a9303caccdf8bcb to your computer and use it in GitHub Desktop.

Select an option

Save mathiasp/90956f64187613134a9303caccdf8bcb to your computer and use it in GitHub Desktop.
Ausschnitt aus händisch erstellter Ontologie - nur Kategorien
Class: OrderCategory
SubClassOf: gist:Category
Annotations: rdfs:comment "Category of orders, use with Order -> gist:categorizedBy -> OrderCategory"
Individual: MobileProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "A"
Individual: MobileAndHardwareProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "B"
Individual: HardwareOnInstallmentsProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "I"
Individual: O2BusinessPoolingProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "S"
Individual: HardwareProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "H"
Individual: CustomerPoolingProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "O"
Individual: OTTProductsAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "G"
Individual: AdhocChargesAllowed
Types: OrderCategory
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "D"
# CBox ;)
# But this may need a new full class, because I need diffent attributes in each class, right?
Class: OrderType
SubClassOf: gist:Category
Annotations: rdfs:comment "Type of orders, use with Order -> gist:categorizedBy -> OrderType"
Individual: NormalOrder
Types: OrderType
Annotations: rdfs:comment "max 10 products allowed"
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "N"
Individual: BulkOrder
Types: OrderType
Annotations: rdfs:comment "cactus:NumberOfOrders has to be filled and only one product is allowed"
Annotations: rdfs:comment "find old flag in rdfs:label"
Annotations: rdfs:label "Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment