Skip to content
Snippets Groups Projects
Commit a32d22b3 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'fix-7' into 'master'

The range of age cannot be represented only with an integer

See merge request stf/stf-566/saref4wear!20
parents 64fdf9ce ba813b56
No related branches found
No related tags found
No related merge requests found
......@@ -403,10 +403,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