buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

missing properties for material indication #144

Closed eroux closed 5 years ago

eroux commented 5 years ago

I think we're missing the following:

bdo:printMethod
  a a owl:ObjectProperty ;
  rdfs:domain bdo:Work ;
  rdfs:label "print method"@en ;
  rdfs:range bdo:PrintMethod ;
.

bdo:baseMaterial
  a a owl:ObjectProperty ;
  rdfs:domain bdo:Work ;
  rdfs:label "base material"@en ;
  rdfs:range bdo:BaseMaterial ;
.

bdo:appliedMaterial
  a a owl:ObjectProperty ;
  rdfs:domain bdo:Work ;
  rdfs:label "applied material"@en ;
  rdfs:range bdo:AppliedMaterial ;
.

bdo:binding
  a a owl:ObjectProperty ;
  rdfs:domain bdo:Work ;
  rdfs:label "binding"@en ;
  rdfs:range bdo:Binding ;
.

if so I'll add them, please confirm

xristy commented 5 years ago

Those look good to me. If you've got them ready go ahead and add them

eroux commented 5 years ago

ok thanks