syntax fix

This commit is contained in:
Devin Howard 2017-01-22 15:11:24 -05:00
parent 6f5f21f255
commit 4a4e6b1e11

View file

@ -25,7 +25,7 @@ mm:topic2 a owl:ObjectProperty ;
a owl:FunctionalProperty ;
rdfs:label "second topic of a synapse"@en ;
rdfs:domain mm:Topic ;
rdfs:range owl:Thing .
rdfs:range mm:Topic .
mm:mapper a owl:ObjectProperty ;
a owl:FunctionalProperty ;
@ -38,5 +38,3 @@ mm:direction a owl:ObjectProprty ;
rdfs:label "from-to, both, or none"@en ;
rdfs:domain mm:Synapse ;
rdfs:range [ owl:oneOf mm:from-to, mm:both, mm:none ] .
mm:frome-to a owl: