Skip to content

Commit

Permalink
updated ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Nov 26, 2024
1 parent 5c856dc commit a180e13
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home/src/main/resources/rdf/tbox/filegraph/search_ontology.n3
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,27 @@ search:display a owl:DatatypeProperty , owl:FunctionalPrope
rdfs:domain search:Sort ;
rdfs:range xsd:boolean .

search:reverseFacetOrder a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain search:Filter ;
rdfs:range xsd:boolean .


search:isDefaultForRole
a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
rdfs:domain <https://vivoweb.org/ontology/vitro-search#FilterValue> ;
rdfs:range auth:PermissionSet .

search:limitDisplayTo
a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( search:Sort
search:Filter
search:FilterGroup
search:FilterValue
)
] ;
rdfs:range auth:PermissionSet .

search:moreLimit
a <http://www.w3.org/2002/07/owl#DatatypeProperty> , <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
rdfs:domain <https://vivoweb.org/ontology/vitro-search#Filter> ;
Expand Down

0 comments on commit a180e13

Please sign in to comment.