Trinh H. Nguyen

updated

Showing 1 changed file with 4 additions and 0 deletions
...@@ -681,6 +681,10 @@ elh:bronnOrgId a elh:ELHDatatypeProperty , owl:DatatypeProperty ; ...@@ -681,6 +681,10 @@ elh:bronnOrgId a elh:ELHDatatypeProperty , owl:DatatypeProperty ;
681 681
682 elh:ELHClass a owl:Class ; 682 elh:ELHClass a owl:Class ;
683 rdfs:subClassOf rdl:RDS398603511 . 683 rdfs:subClassOf rdl:RDS398603511 .
684 +
685 +elh:ELHDatatypeProperty rdfs:subClassOf owl:DatatypeProperty.
686 +elh:ELHObjectProperty rdfs:subClassOf owl:ObjectProperty.
687 +
684 688
685 elh:HalfHighBasket a owl:Class , elh:ELHClass ; 689 elh:HalfHighBasket a owl:Class , elh:ELHClass ;
686 rdfs:label "half high basket"^^xsd:string ; 690 rdfs:label "half high basket"^^xsd:string ;
......