syntax fix
This commit is contained in:
parent
6f5f21f255
commit
4a4e6b1e11
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue