Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions data/ontology/provisional_props.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -492,3 +492,33 @@ bao:BAX_0000082
rdfs:label "has molecular entity potentiator" ;
obo:IAO_0000115 ""
.

bao:BAX_0000083
rdf:type owl:DatatypeProperty ;
rdfs:label "has publication source" ;
obo:IAO_0000115 ""
.

bao:BAX_0000084
rdf:type owl:DatatypeProperty ;
rdfs:label "has library source" ;
obo:IAO_0000115 ""
.

bao:BAX_0000085
rdf:type owl:DatatypeProperty ;
rdfs:label "has reagent source" ;
obo:IAO_0000115 ""
.

bao:BAX_0000086
rdf:type owl:DatatypeProperty ;
rdfs:label "has target HELM" ;
obo:IAO_0000115 ""
.

bao:BAX_0000087
rdf:type owl:DatatypeProperty ;
rdfs:label "is activity inverted" ;
obo:IAO_0000115 ""
.
15 changes: 15 additions & 0 deletions data/ontology/provisional_values.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,19 @@ bae:BAE_0000063
obo:IAO_0000115 "" ;
.

bae:BAE_0000064
rdfs:label "boolean" ;
obo:IAO_0000115 "" ;
.

bae:BAE_0000065
rdfs:label "true" ;
rdfs:subClassOf bao:BAE_0000064 ;
obo:IAO_0000115 "" ;
.

bae:BAE_0000066
rdfs:label "false" ;
rdfs:subClassOf bao:BAE_0000064 ;
obo:IAO_0000115 "" ;
.
2 changes: 1 addition & 1 deletion data/template/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"uri": "http://www.bioassayontology.org/bao#BAO_0003114",
"name": "assay biology component",
"descr": "",
"spec": "exclude"
"spec": "container"
},
{
"uri": "http://www.bioassayontology.org/bat#Absence",
Expand Down
Loading