Skip to content

Commit

Permalink
vowl test
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Nov 1, 2023
1 parent ee55b2b commit 0eba594
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions vitro-access-control-ontology.n3
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,20 @@ access:value a owl:ObjectProperty ;
rdfs:domain access:ValueContainer .
#range any uri

access:operator a owl:ObjectProperty ;
rdfs:label "operator"@en-US ;
rdfs:domain access:Check ;
rdfs:range access:Operator .

access:attribute a owl:ObjectProperty ;
rdfs:label "attribute"@en-US ;
rdfs:domain access:Check ;
rdfs:range access:Attribute .

access:values a owl:ObjectProperty ;
rdfs:label "values"@en-US ;
rdfs:range access:AttributeValueSet ;
rdfs:domain access:Check .
rdfs:domain access:Check ;
rdfs:range access:AttributeValueSet .

access:defaultValue a owl:ObjectProperty ;
rdfs:label "default template value"@en-US ;
Expand Down

0 comments on commit 0eba594

Please sign in to comment.