Skip to content

Commit

Permalink
[kbss-cvut/23ava-distribution#78] Change rm:user to foaf:Person
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed May 2, 2024
1 parent 4055307 commit 82aa012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/cz/cvut/kbss/study/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.HashSet;
import java.util.Set;

@OWLClass(iri = Vocabulary.s_c_user)
@OWLClass(iri = Vocabulary.s_c_Person)
public class User implements HasDerivableUri, Serializable {

@Id
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/model.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ rm:patient-record rdf:type owl:Class ;
rdfs:label "PatientRecord"@en .


### http://onto.fel.cvut.cz/ontologies/record-manager/user
rm:user rdf:type owl:Class ;
### http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class ;
rdfs:label "User"@en .

### http://onto.fel.cvut.cz/ontologies/record-manager/impersonator
Expand Down

0 comments on commit 82aa012

Please sign in to comment.