Skip to content

Commit

Permalink
Merge pull request #311 from kbss-cvut/fix/refactor-test-user-usernam…
Browse files Browse the repository at this point in the history
…e-property

Refactor test-user username property to foaf:accountName.
  • Loading branch information
blcham authored May 19, 2024
2 parents 4054887 + baac6df commit 200279f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/shared/db-server/import/fta-fmea/ava/user-example.trig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<http://context-with-users> {

<http://onto.fel.cvut.cz/ontologies/fta-fmea-application/user/test-user-1> a foaf:Person;
fta:username "test-user-1".
foaf:accountName "test-user-1".

<http://onto.fel.cvut.cz/ontologies/fta-fmea-application/user/test-user-2> a foaf:Person;
fta:username "test-user-2".
foaf:accountName "test-user-2".
}

0 comments on commit 200279f

Please sign in to comment.