Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -29,6 +29,7 @@ ep-org:CommercialEntity | ... | @@ -29,6 +29,7 @@ ep-org:CommercialEntity |
| 29 | 29 | ||
| 30 | ep-org:Company | 30 | ep-org:Company |
| 31 | rdf:type owl:Class ; | 31 | rdf:type owl:Class ; |
| 32 | + rdfs:comment "organization that is a company"^^xsd:string ; | ||
| 32 | rdfs:label "Company"^^xsd:string ; | 33 | rdfs:label "Company"^^xsd:string ; |
| 33 | rdfs:subClassOf ep-org:Organization-WholeLife . | 34 | rdfs:subClassOf ep-org:Organization-WholeLife . |
| 34 | 35 | ||
| ... | @@ -87,6 +88,7 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -87,6 +88,7 @@ ep-org:OperatorOvernightVisitorCrew |
| 87 | 88 | ||
| 88 | ep-org:Organization | 89 | ep-org:Organization |
| 89 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
| 91 | + rdfs:comment "physical object that is an organization"^^xsd:string ; | ||
| 90 | rdfs:label "organization"^^xsd:string ; | 92 | rdfs:label "organization"^^xsd:string ; |
| 91 | rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; | 93 | rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; |
| 92 | ep-core:seeReferenceData | 94 | ep-core:seeReferenceData | ... | ... |
-
Please register or login to post a comment