Skip to content

Commit

Permalink
set correct range for value property
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Nov 29, 2023
1 parent e6e73e3 commit 0873154
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
:value a owl:ObjectProperty ;
rdfs:comment "Assign one value (any URI or :AttributeValuePattern with :id to define literal value)";
rdfs:label "value"@en-US ;
rdfs:domain [ a owl:Class ; owl:unionOf ( :ValueSetTemplate :ValueSet :Check ) ] .
rdfs:domain [ a owl:Class ; owl:unionOf ( :ValueSetTemplate :ValueSet :Check ) ] ;
rdfs:range :AttributeValuePattern .

:useOperator a owl:ObjectProperty ;
rdfs:comment "Use operator in :Check";
Expand Down

0 comments on commit 0873154

Please sign in to comment.