David Price

added some defns

......@@ -29,6 +29,7 @@ ep-org:CommercialEntity
ep-org:Company
rdf:type owl:Class ;
rdfs:comment "organization that is a company"^^xsd:string ;
rdfs:label "Company"^^xsd:string ;
rdfs:subClassOf ep-org:Organization-WholeLife .
......@@ -87,6 +88,7 @@ ep-org:OperatorOvernightVisitorCrew
ep-org:Organization
rdf:type owl:Class ;
rdfs:comment "physical object that is an organization"^^xsd:string ;
rdfs:label "organization"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ;
ep-core:seeReferenceData
......