Skip to content
Snippets Groups Projects
Commit ba813b56 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

The range of age cannot be represented only with an integer.

I also fixed the label.
parent c0eaca4d
No related branches found
No related tags found
No related merge requests found
......@@ -404,10 +404,10 @@ s4wear:meansOfTransport rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string .
### https://saref.etsi.org/saref4wear/wearerRangeAge
s4wear:wearerRangeAge rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4wear/wearerAgeRange
s4wear:wearerAgeRange rdf:type owl:DatatypeProperty ;
rdfs:domain s4wear:Wearer ;
rdfs:range xsd:int .
rdfs:range xsd:string .
### https://saref.etsi.org/saref4wear/wearerStatus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment