Skip to content

Commit

Permalink
Fix the range in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
evren authored Feb 3, 2020
1 parent b871613 commit dd6ec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/data/starwars-schema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

:index a owl:DatatypeProperty , owl:FunctionalProperty;
rdfs:domain :Episode ;
rdfs:range xsd:striintng .
rdfs:range xsd:int .

:Planet a owl:Class .

Expand Down

0 comments on commit dd6ec2e

Please sign in to comment.