Unverified Commit 2fd01c34 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

correct OWL Profile issues

parent fae51324
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -55,16 +55,16 @@ s4ehawInst:Bob rdf:type owl:NamedIndividual , s4ehaw:Patient ;
  saref:hasStateValue s4ehaw:Overeating ;
  s4ehaw:usesBan s4ehawInst:BobMonitorBan ;
  s4ehaw:dob "1970-10-26T21:32:52"^^xsd:dateTime ;
  s4ehaw:firstName "Bob"@en ;
  s4ehaw:firstName "Bob" ;
  saref:hasStateValue s4ehaw:Male ;
  s4ehaw:hasMbox "bobwanadou@gmail.com"^^xsd:anyURI ;
  s4ehaw:lastName "Wanadou"@en .
  s4ehaw:lastName "Wanadou" .

s4ehawInst:DrKnock rdf:type owl:NamedIndividual , s4ehaw:Caregiver ;
  s4ehaw:hasPatient s4ehawInst:Bob ;
  s4ehaw:firstName "Mikheal"@en ;
  s4ehaw:firstName "Mikheal" ;
  s4ehaw:hasMbox "mikhealknock@gmail.com"^^xsd:anyURI ;
  s4ehaw:lastName "Knock"@en .
  s4ehaw:lastName "Knock" .


s4ehawInst:BobMonitorBan rdf:type owl:NamedIndividual , s4ehaw:Ban ;
+4 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@
   Creator/contributor: Joao Moreira  https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira
"""@en .

ssn:ObservationCollection a owl:Class .
ssn:hasMember a owl:ObjectProperty .
prov:wasAssociatedWith a owl:ObjectProperty .

s4ehawInst:HeartElectricalActivity_Person rdf:type owl:NamedIndividual , saref:Property ;
  rdfs:label "Heart electrical activity"@en ;
  rdfs:comment "Heart electrical activity."@en .