Skip to content

Commit

Permalink
fix (webapi): add searchbox gui element to hasOtherSomething property (
Browse files Browse the repository at this point in the history
…#828)

* fix (webapi): add searchbox gui element to hasOtherSomething property

* fix (webapi): add new line at end of file
  • Loading branch information
musicEnfanthen authored Apr 17, 2018
1 parent 2cfedf3 commit 2c14a10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions webapi/_test_data/ontologies/something-onto.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@

knora-base:subjectClassConstraint :Something ;

knora-base:objectClassConstraint :Something .
knora-base:objectClassConstraint :Something ;

salsah-gui:guiElement salsah-gui:Searchbox .


:hasOtherSomethingValue rdf:type owl:ObjectProperty ;
Expand All @@ -65,4 +67,6 @@

knora-base:subjectClassConstraint :Something ;

knora-base:objectClassConstraint knora-base:LinkValue .
knora-base:objectClassConstraint knora-base:LinkValue ;

salsah-gui:guiElement salsah-gui:Searchbox .

0 comments on commit 2c14a10

Please sign in to comment.