Skip to content

Instantly share code, notes, and snippets.

@bherr2
Last active December 7, 2020 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bherr2/47df504eb1c1a79d73c96e078cab16a4 to your computer and use it in GitHub Desktop.
Save bherr2/47df504eb1c1a79d73c96e078cab16a4 to your computer and use it in GitHub Desktop.
Owl Ontologies + GEPHI + Vega Lite Example
license: MIT
height: 700
scrolling: no
border: yes

Owl Ontologies + GEPHI + Vega Lite Example

A Vega-Lite example that uses JSON data exported from Gephi: The Open Graph Viz Platform.

An example ontology was copied from HuBMAP. It was converted, loaded into Gephi, and exported as a JSON Graph (File/Export/Graph file...). The data is embedded in the Vega-Lite spec (vis.vl.json) as two datasets: nodes and edges. The spec renders nodes and edges according to the color and size encodings created in Gephi. All attributes available to Gephi are available in the Vega-Lite spec for further customization as needed.

Specific steps for data generation are below.

1. Convert Owl Ontology to JSON

  1. Download Robot
  2. Download Your Favorite Ontology (in Owl format)
  3. Convert Owl to JSON by running: robot convert --input input.owl --output output.json

2. Extract data for GEPHI

  1. Download GEPHI and jq
  2. Extract nodes by running: jq -r '["id","type","label"], (.graphs[0].nodes[] | [.id, .type, .lbl]) | @csv' output.json > nodes.csv
  3. Extract edges by running: jq -r '["source", "type", "target"], (.graphs[0].edges[] | [.sub, .pred, .obj]) | @csv' output.json > edges.csv

2a. Specific commands for CCF partonomy

curl -L http://purl.org/ccf/latest/ccf.owl -o ccf.owl
robot convert --input ccf.owl --output ccf.json

# Extract partonomy nodes
jq -r '["id","type","label"], (.graphs[0].nodes[] | [.id, .type, .lbl]) | @csv' ccf.json | grep -v ccf.owl > ccf.nodes.csv

# Keep just ccf_part_of edges
jq -r '["source", "type", "target"], (.graphs[0].edges[] | [.sub, .pred, .obj]) | @csv' ccf.json | grep -P '\#ccf_part_of|"source"' > ccf.edges.csv

3. Layout data in GEPHI and export to JSON Graph

  1. Exported layout as a JSON Graph (File/Export/Graph file...) to ccf.graph.json
source type target
http://purl.obolibrary.org/obo/UBERON_0001251 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0000362 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/LMHA_00330 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0014464 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001154 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001153
http://purl.obolibrary.org/obo/UBERON_0001229 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001285
http://purl.obolibrary.org/obo/UBERON_0004200 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004193 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0005097 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0002080 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035554
http://purl.obolibrary.org/obo/UBERON_0006517 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001228 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002189 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001225
http://purl.obolibrary.org/obo/UBERON_0002106 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0001294 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000362
http://purl.obolibrary.org/obo/UBERON_0010421 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004042
http://purl.obolibrary.org/obo/UBERON_0001287 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004134
http://purl.obolibrary.org/obo/UBERON_0004539 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002167 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/LMHA_00211
http://purl.obolibrary.org/obo/UBERON_0002168 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/LMHA_00211
http://purl.obolibrary.org/obo/UBERON_0001225 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002224 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/UBERON_0001293 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000362
http://purl.obolibrary.org/obo/UBERON_0001294 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000362
http://purl.obolibrary.org/obo/UBERON_0008203 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/UBERON_0000948 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/LMHA_00332 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0001153 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0008953 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002168
http://purl.obolibrary.org/obo/UBERON_0008952 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002168
http://purl.obolibrary.org/obo/UBERON_0009773 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001285
http://purl.obolibrary.org/obo/UBERON_0001250 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_1000023
http://purl.obolibrary.org/obo/UBERON_0001225 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001248 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001293 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000362
http://purl.obolibrary.org/obo/UBERON_0001960 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001959
http://purl.obolibrary.org/obo/UBERON_0002078 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035554
http://purl.obolibrary.org/obo/UBERON_0001224 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0010421 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004042
http://purl.obolibrary.org/obo/UBERON_0014464 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/LMHA_00330 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0005215 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0003684 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/LMHA_00361 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0002189 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001225
http://purl.obolibrary.org/obo/UBERON_0004134 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/LMHA_00120 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0002108 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0001285 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001960 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001959
http://purl.obolibrary.org/obo/UBERON_0002080 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035554
http://purl.obolibrary.org/obo/UBERON_0001224 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001227 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0006517
http://purl.obolibrary.org/obo/UBERON_0004641 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0002079 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035553
http://purl.obolibrary.org/obo/UBERON_0001284 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001248 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0000056 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001290 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004134
http://purl.obolibrary.org/obo/UBERON_0002015 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0005215 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002108 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0005097 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0001249 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001959
http://purl.obolibrary.org/obo/UBERON_0035553 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004151
http://purl.obolibrary.org/obo/UBERON_0001290 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004134
http://purl.obolibrary.org/obo/LMHA_00211 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0008203 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/UBERON_0004539 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002106 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0001232 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0035554 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004151
http://purl.obolibrary.org/obo/UBERON_0000056 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004134 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0002224 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/UBERON_0001226 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0006517
http://purl.obolibrary.org/obo/UBERON_0002115 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0035553 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004151
http://purl.obolibrary.org/obo/UBERON_0001158 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0000569 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001153
http://purl.obolibrary.org/obo/UBERON_0001232 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0001157 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_1000023 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001230 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001229
http://purl.obolibrary.org/obo/UBERON_0002116 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0004538 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0000074 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001229
http://purl.obolibrary.org/obo/UBERON_0001287 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004134
http://purl.obolibrary.org/obo/UBERON_0001156 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0005353 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001289 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0001266 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001250
http://purl.obolibrary.org/obo/UBERON_0004151 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000948
http://purl.obolibrary.org/obo/UBERON_0001159 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0002113 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0001265 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001250 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_1000023
http://purl.obolibrary.org/obo/UBERON_0002114 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0001159 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0008716 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0005196 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004042
http://purl.obolibrary.org/obo/UBERON_0001052 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0008203
http://purl.obolibrary.org/obo/UBERON_0001251 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001230 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001229
http://purl.obolibrary.org/obo/UBERON_0001227 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0006517
http://purl.obolibrary.org/obo/UBERON_0004197 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001287
http://purl.obolibrary.org/obo/UBERON_0005196 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004042
http://purl.obolibrary.org/obo/LMHA_00361 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0000948 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0002114 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0001153 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0001959 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_1000023
http://purl.obolibrary.org/obo/UBERON_0001284 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0003684 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0013702
http://purl.obolibrary.org/obo/UBERON_0001266 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001250
http://purl.obolibrary.org/obo/UBERON_0002113 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0004151 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0000948
http://purl.obolibrary.org/obo/UBERON_0001226 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0006517
http://purl.obolibrary.org/obo/UBERON_0004641 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0002168 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/LMHA_00211
http://purl.obolibrary.org/obo/UBERON_0002084 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035553
http://purl.obolibrary.org/obo/UBERON_0001229 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001285
http://purl.obolibrary.org/obo/UBERON_0001155 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0001292 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0009773 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001285
http://purl.obolibrary.org/obo/LMHA_00324 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0004196 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001287
http://purl.obolibrary.org/obo/UBERON_0000569 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001153
http://purl.obolibrary.org/obo/UBERON_0002015 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0001959 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_1000023
http://purl.obolibrary.org/obo/UBERON_0001288 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/LMHA_00120 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0001158 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0001154 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001153
http://purl.obolibrary.org/obo/UBERON_0001285 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0000362 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002167 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/LMHA_00211
http://purl.obolibrary.org/obo/UBERON_0001157 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/UBERON_0008716 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0002079 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035553
http://purl.obolibrary.org/obo/UBERON_0002078 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035554
http://purl.obolibrary.org/obo/UBERON_0001291 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0002115 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0008952 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002168
http://purl.obolibrary.org/obo/UBERON_0002116 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002108
http://purl.obolibrary.org/obo/UBERON_0005353 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0001156 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001155
http://purl.obolibrary.org/obo/LMHA_00332 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0004042 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001249
http://purl.obolibrary.org/obo/UBERON_0001289 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0008953 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002168
http://purl.obolibrary.org/obo/UBERON_1000023 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/LMHA_00211 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002224
http://purl.obolibrary.org/obo/UBERON_0004538 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004196 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001287
http://purl.obolibrary.org/obo/UBERON_0001291 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0001292 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0004042 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001249
http://purl.obolibrary.org/obo/UBERON_0001249 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001959
http://purl.obolibrary.org/obo/UBERON_0001228 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004200 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004197 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001287
http://purl.obolibrary.org/obo/UBERON_0001265 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002106
http://purl.obolibrary.org/obo/UBERON_0004041 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001249
http://purl.obolibrary.org/obo/UBERON_0001052 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0008203
http://purl.obolibrary.org/obo/LMHA_00324 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002167
http://purl.obolibrary.org/obo/UBERON_0006517 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0002113
http://purl.obolibrary.org/obo/UBERON_0004193 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001288
http://purl.obolibrary.org/obo/UBERON_0001288 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0009773
http://purl.obolibrary.org/obo/UBERON_0002084 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0035553
http://purl.obolibrary.org/obo/UBERON_0035554 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0004151
http://purl.obolibrary.org/obo/UBERON_0004041 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001249
http://purl.obolibrary.org/obo/UBERON_0001155 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0003684
http://purl.obolibrary.org/obo/UBERON_0000074 http://purl.org/ccf/latest/ccf.owl#ccf_part_of http://purl.obolibrary.org/obo/UBERON_0001229
{"nodes":[{"label":"rectum","x":-601.2312622070312,"y":-84.02999114990234,"id":"http://purl.obolibrary.org/obo/UBERON_0001052","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"thick ascending limb of loop of Henle","x":1487.1534423828125,"y":308.005615234375,"id":"http://purl.obolibrary.org/obo/UBERON_0001291","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"proximal convoluted tubule","x":1591.918701171875,"y":748.2625732421875,"id":"http://purl.obolibrary.org/obo/UBERON_0001287","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"collecting duct of renal tubule","x":1268.4193115234375,"y":384.9210205078125,"id":"http://purl.obolibrary.org/obo/UBERON_0001232","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"right kidney","x":342.55706787109375,"y":161.4658203125,"id":"http://purl.obolibrary.org/obo/UBERON_0004539","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"right cardiac atrium","x":-1571.0701904296875,"y":273.8624572753906,"id":"http://purl.obolibrary.org/obo/UBERON_0002078","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"ascending colon","x":-98.1377944946289,"y":305.8725280761719,"id":"http://purl.obolibrary.org/obo/UBERON_0001156","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"kidney","x":463.9841613769531,"y":141.66302490234375,"id":"http://purl.obolibrary.org/obo/UBERON_0002113","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":15.0},{"label":"spleen","x":-32.26747131347656,"y":-276.13507080078125,"id":"http://purl.obolibrary.org/obo/UBERON_0002106","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":9.0},{"label":"white pulp of spleen","x":45.74860763549805,"y":-920.530029296875,"id":"http://purl.obolibrary.org/obo/UBERON_0001959","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"left cardiac atrium","x":-1530.1531982421875,"y":386.3449401855469,"id":"http://purl.obolibrary.org/obo/UBERON_0002079","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen capsule","x":-3.0139000415802,"y":-450.3684387207031,"id":"http://purl.obolibrary.org/obo/UBERON_0004641","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal pyramid","x":621.79541015625,"y":206.63824462890625,"id":"http://purl.obolibrary.org/obo/UBERON_0004200","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"ileocecal valve","x":-305.5050048828125,"y":478.4526062011719,"id":"http://purl.obolibrary.org/obo/UBERON_0000569","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"Bowman\u0027s capsule","x":981.1647338867188,"y":558.656494140625,"id":"http://purl.obolibrary.org/obo/UBERON_0001230","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"major calyx","x":481.5447692871094,"y":514.94140625,"id":"http://purl.obolibrary.org/obo/UBERON_0001226","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal column","x":557.3877563476562,"y":270.5079650878906,"id":"http://purl.obolibrary.org/obo/UBERON_0001284","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"cortex of kidney","x":544.3600463867188,"y":-9.746681213378906,"id":"http://purl.obolibrary.org/obo/UBERON_0001225","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.666666507720947},{"label":"proximal tubule","x":1384.0899658203125,"y":618.2174072265625,"id":"http://purl.obolibrary.org/obo/UBERON_0004134","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"renal pelvis","x":404.9952392578125,"y":86.84610748291016,"id":"http://purl.obolibrary.org/obo/UBERON_0001224","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"proximal straight tubule","x":1452.5631103515625,"y":713.8781127929688,"id":"http://purl.obolibrary.org/obo/UBERON_0001290","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"trabecula of spleen","x":-37.56084442138672,"y":-514.1297607421875,"id":"http://purl.obolibrary.org/obo/UBERON_0001265","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen secondary B follicle","x":144.82989501953125,"y":-1565.9051513671875,"id":"http://purl.obolibrary.org/obo/UBERON_0004042","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"body","x":-399.58929443359375,"y":-16.976268768310547,"id":"http://purl.obolibrary.org/obo/UBERON_0013702","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"renal corpuscle","x":947.2395629882812,"y":452.6111755371094,"id":"http://purl.obolibrary.org/obo/UBERON_0001229","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"colon","x":-128.93077087402344,"y":209.6678466796875,"id":"http://purl.obolibrary.org/obo/UBERON_0001155","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":8.333333969116211},{"label":"right cardiac chamber","x":-1465.181884765625,"y":209.65060424804688,"id":"http://purl.obolibrary.org/obo/UBERON_0035554","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"ureter","x":584.2794799804688,"y":287.59112548828125,"id":"http://purl.obolibrary.org/obo/UBERON_0000056","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"loop of Henle","x":1418.7821044921875,"y":419.0960693359375,"id":"http://purl.obolibrary.org/obo/UBERON_0001288","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":7.0},{"label":"lung","x":-1036.461181640625,"y":-141.52108764648438,"id":"http://purl.obolibrary.org/obo/LMHA_00211","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"abdominal cavity","x":18.51628875732422,"y":-8.953913688659668,"id":"http://purl.obolibrary.org/obo/UBERON_0003684","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":7.6666669845581055},{"label":"heart right ventricle","x":-1605.524658203125,"y":179.372802734375,"id":"http://purl.obolibrary.org/obo/UBERON_0002080","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"sigmoid colon","x":-163.60716247558594,"y":312.7868957519531,"id":"http://purl.obolibrary.org/obo/UBERON_0001159","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal tubule","x":1192.779541015625,"y":455.8350830078125,"id":"http://purl.obolibrary.org/obo/UBERON_0009773","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":8.333333969116211},{"label":"upper lobe of left lung","x":-1323.7901611328125,"y":-48.44173049926758,"id":"http://purl.obolibrary.org/obo/UBERON_0008952","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"kidney interstitium","x":376.7835693359375,"y":328.76416015625,"id":"http://purl.obolibrary.org/obo/UBERON_0005215","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"left lung","x":-1209.1656494140625,"y":-145.8779754638672,"id":"http://purl.obolibrary.org/obo/UBERON_0002168","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"right lung upper lobe","x":-1255.42041015625,"y":-418.8209533691406,"id":"http://purl.obolibrary.org/obo/LMHA_00332","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"bronchus","x":-879.8072509765625,"y":-52.72811508178711,"id":"http://purl.obolibrary.org/obo/LMHA_00120","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"hilum of kidney","x":428.631591796875,"y":314.7778625488281,"id":"http://purl.obolibrary.org/obo/UBERON_0008716","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"inner medulla","x":761.2603759765625,"y":8.694750785827637,"id":"http://purl.obolibrary.org/obo/UBERON_0001294","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"glomerulus","x":1030.7884521484375,"y":501.7042236328125,"id":"http://purl.obolibrary.org/obo/UBERON_0000074","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"minor calyx","x":561.4237060546875,"y":508.271484375,"id":"http://purl.obolibrary.org/obo/UBERON_0001227","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"heart","x":-1046.9417724609375,"y":101.88934326171875,"id":"http://purl.obolibrary.org/obo/UBERON_0000948","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.666666507720947},{"label":"left cardiac chamber","x":-1423.9072265625,"y":333.2620544433594,"id":"http://purl.obolibrary.org/obo/UBERON_0035553","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"periarterial lymphatic sheath","x":79.46697998046875,"y":-1038.74951171875,"id":"http://purl.obolibrary.org/obo/UBERON_0001960","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal fat pad","x":439.1319274902344,"y":-11.541955947875977,"id":"http://purl.obolibrary.org/obo/UBERON_0014464","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen primary B follicle","x":169.97584533691406,"y":-1141.9549560546875,"id":"http://purl.obolibrary.org/obo/UBERON_0004041","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"chest cavity","x":-791.8424682617188,"y":-14.85527229309082,"id":"http://purl.obolibrary.org/obo/UBERON_0002224","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":7.6666669845581055},{"label":"outer cortex of kidney","x":622.4335327148438,"y":-88.42850494384766,"id":"http://purl.obolibrary.org/obo/UBERON_0002189","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"nephron","x":847.6947021484375,"y":336.8323974609375,"id":"http://purl.obolibrary.org/obo/UBERON_0001285","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"spleen perifollicular zone","x":116.06755065917969,"y":-416.7958984375,"id":"http://purl.obolibrary.org/obo/UBERON_0005353","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal connecting tubule","x":1303.183837890625,"y":507.89910888671875,"id":"http://purl.obolibrary.org/obo/UBERON_0005097","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"renal medulla","x":666.6781005859375,"y":92.22246551513672,"id":"http://purl.obolibrary.org/obo/UBERON_0000362","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"cardiac chamber","x":-1285.4140625,"y":213.84646606445312,"id":"http://purl.obolibrary.org/obo/UBERON_0004151","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"transverse colon","x":-229.02806091308594,"y":186.24827575683594,"id":"http://purl.obolibrary.org/obo/UBERON_0001157","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"outer medulla","x":788.71484375,"y":72.58562469482422,"id":"http://purl.obolibrary.org/obo/UBERON_0001293","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"kidney capsule","x":588.0186157226562,"y":92.40141296386719,"id":"http://purl.obolibrary.org/obo/UBERON_0002015","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"lower lobe of left lung","x":-1358.5576171875,"y":-207.90890502929688,"id":"http://purl.obolibrary.org/obo/UBERON_0008953","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"right lung","x":-1186.9019775390625,"y":-288.40740966796875,"id":"http://purl.obolibrary.org/obo/UBERON_0002167","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":7.0},{"label":"descending limb of loop of Henle","x":1522.02734375,"y":557.2135620117188,"id":"http://purl.obolibrary.org/obo/UBERON_0001289","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"pelvic cavity","x":-515.6552734375,"y":-50.677223205566406,"id":"http://purl.obolibrary.org/obo/UBERON_0008203","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.666666507720947},{"label":"trachea","x":-851.4186401367188,"y":53.1295051574707,"id":"http://purl.obolibrary.org/obo/LMHA_00361","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen germinal center","x":59.911373138427734,"y":-1489.6558837890625,"id":"http://purl.obolibrary.org/obo/UBERON_0005196","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"vermiform appendix","x":-254.13392639160156,"y":513.2610473632812,"id":"http://purl.obolibrary.org/obo/UBERON_0001154","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"descending colon","x":-197.7314910888672,"y":263.6396484375,"id":"http://purl.obolibrary.org/obo/UBERON_0001158","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"loop of Henle ascending limb thin segment","x":1557.4986572265625,"y":351.1907043457031,"id":"http://purl.obolibrary.org/obo/UBERON_0004193","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"right lung lower lobe","x":-1289.3863525390625,"y":-339.4194641113281,"id":"http://purl.obolibrary.org/obo/LMHA_00324","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen lymphoid follicle","x":113.96820068359375,"y":-1158.494384765625,"id":"http://purl.obolibrary.org/obo/UBERON_0001249","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"renal papilla","x":492.2393798828125,"y":292.6424255371094,"id":"http://purl.obolibrary.org/obo/UBERON_0001228","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"duodenum","x":-114.49478912353516,"y":-186.62014770507812,"id":"http://purl.obolibrary.org/obo/UBERON_0002114","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"proximal convoluted tubule segment 2","x":1645.6715087890625,"y":807.53662109375,"id":"http://purl.obolibrary.org/obo/UBERON_0004197","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"kidney calyx","x":527.3950805664062,"y":474.36480712890625,"id":"http://purl.obolibrary.org/obo/UBERON_0006517","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"red pulp of spleen","x":-12.299946784973145,"y":-811.5433959960938,"id":"http://purl.obolibrary.org/obo/UBERON_0001250","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.666666507720947},{"label":"spleen B cell corona","x":196.5741729736328,"y":-1508.3870849609375,"id":"http://purl.obolibrary.org/obo/UBERON_0010421","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"left kidney","x":508.4725646972656,"y":103.552001953125,"id":"http://purl.obolibrary.org/obo/UBERON_0004538","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"caecum","x":-226.6007537841797,"y":395.2090759277344,"id":"http://purl.obolibrary.org/obo/UBERON_0001153","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053},{"label":"small intestine","x":-86.5702896118164,"y":-80.99735260009766,"id":"http://purl.obolibrary.org/obo/UBERON_0002108","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":7.0},{"label":"heart left ventricle","x":-1496.3758544921875,"y":442.1142883300781,"id":"http://purl.obolibrary.org/obo/UBERON_0002084","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"jejunum","x":-165.98597717285156,"y":-163.79061889648438,"id":"http://purl.obolibrary.org/obo/UBERON_0002115","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"hilum of spleen","x":81.73017120361328,"y":-469.54693603515625,"id":"http://purl.obolibrary.org/obo/UBERON_0001248","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"proximal convoluted tubule segment 1","x":1679.8492431640625,"y":754.6725463867188,"id":"http://purl.obolibrary.org/obo/UBERON_0004196","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"splenic cord","x":-55.96300506591797,"y":-901.9138793945312,"id":"http://purl.obolibrary.org/obo/UBERON_0001266","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"ileum","x":-196.9166717529297,"y":-63.9952507019043,"id":"http://purl.obolibrary.org/obo/UBERON_0002116","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"marginal zone of spleen","x":-71.91415405273438,"y":-409.8893127441406,"id":"http://purl.obolibrary.org/obo/UBERON_0001251","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"distal convoluted tubule","x":1236.9249267578125,"y":557.0516357421875,"id":"http://purl.obolibrary.org/obo/UBERON_0001292","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"right lung middle lobe","x":-1220.80712890625,"y":-387.0516357421875,"id":"http://purl.obolibrary.org/obo/LMHA_00330","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":5.0},{"label":"spleen pulp","x":22.606243133544922,"y":-664.5933227539062,"id":"http://purl.obolibrary.org/obo/UBERON_1000023","attributes":{"type":"CLASS"},"color":"rgb(107,135,255)","size":6.333333492279053}],"edges":[{"source":"http://purl.obolibrary.org/obo/UBERON_0001155","target":"http://purl.obolibrary.org/obo/UBERON_0003684","id":"42358","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001289","target":"http://purl.obolibrary.org/obo/UBERON_0001288","id":"42326","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0000948","target":"http://purl.obolibrary.org/obo/UBERON_0002224","id":"42261","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001230","target":"http://purl.obolibrary.org/obo/UBERON_0001229","id":"42319","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004197","target":"http://purl.obolibrary.org/obo/UBERON_0001287","id":"42341","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0005097","target":"http://purl.obolibrary.org/obo/UBERON_0009773","id":"42244","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0014464","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42239","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0008203","target":"http://purl.obolibrary.org/obo/UBERON_0013702","id":"42260","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002108","target":"http://purl.obolibrary.org/obo/UBERON_0003684","id":"42283","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001250","target":"http://purl.obolibrary.org/obo/UBERON_1000023","id":"42267","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002015","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42295","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00330","target":"http://purl.obolibrary.org/obo/UBERON_0002167","id":"42238","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00324","target":"http://purl.obolibrary.org/obo/UBERON_0002167","id":"42361","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0008953","target":"http://purl.obolibrary.org/obo/UBERON_0002168","id":"42264","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001285","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42284","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001227","target":"http://purl.obolibrary.org/obo/UBERON_0006517","id":"42288","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001052","target":"http://purl.obolibrary.org/obo/UBERON_0008203","id":"42337","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001284","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42291","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001159","target":"http://purl.obolibrary.org/obo/UBERON_0001155","id":"42329","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0005196","target":"http://purl.obolibrary.org/obo/UBERON_0004042","id":"42336","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001294","target":"http://purl.obolibrary.org/obo/UBERON_0000362","id":"42250","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004641","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42289","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002079","target":"http://purl.obolibrary.org/obo/UBERON_0035553","id":"42290","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004539","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42253","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002114","target":"http://purl.obolibrary.org/obo/UBERON_0002108","id":"42333","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00332","target":"http://purl.obolibrary.org/obo/UBERON_0002167","id":"42262","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002078","target":"http://purl.obolibrary.org/obo/UBERON_0035554","id":"42272","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001266","target":"http://purl.obolibrary.org/obo/UBERON_0001250","id":"42327","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001229","target":"http://purl.obolibrary.org/obo/UBERON_0001285","id":"42241","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002084","target":"http://purl.obolibrary.org/obo/UBERON_0035553","id":"42356","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004538","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42321","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001158","target":"http://purl.obolibrary.org/obo/UBERON_0001155","id":"42314","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001290","target":"http://purl.obolibrary.org/obo/UBERON_0004134","id":"42294","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0035553","target":"http://purl.obolibrary.org/obo/UBERON_0004151","id":"42300","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0009773","target":"http://purl.obolibrary.org/obo/UBERON_0001285","id":"42266","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00120","target":"http://purl.obolibrary.org/obo/UBERON_0002224","id":"42282","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0000074","target":"http://purl.obolibrary.org/obo/UBERON_0001229","id":"42322","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0008952","target":"http://purl.obolibrary.org/obo/UBERON_0002168","id":"42265","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002167","target":"http://purl.obolibrary.org/obo/LMHA_00211","id":"42254","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0000362","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42237","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001287","target":"http://purl.obolibrary.org/obo/UBERON_0004134","id":"42252","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001232","target":"http://purl.obolibrary.org/obo/UBERON_0009773","id":"42306","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001960","target":"http://purl.obolibrary.org/obo/UBERON_0001959","id":"42271","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001265","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42331","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002189","target":"http://purl.obolibrary.org/obo/UBERON_0001225","id":"42248","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002168","target":"http://purl.obolibrary.org/obo/LMHA_00211","id":"42255","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001228","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42247","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001291","target":"http://purl.obolibrary.org/obo/UBERON_0001288","id":"42377","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002080","target":"http://purl.obolibrary.org/obo/UBERON_0035554","id":"42245","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0003684","target":"http://purl.obolibrary.org/obo/UBERON_0013702","id":"42278","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001293","target":"http://purl.obolibrary.org/obo/UBERON_0000362","id":"42258","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_1000023","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42318","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001225","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42256","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00361","target":"http://purl.obolibrary.org/obo/UBERON_0002224","id":"42279","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004151","target":"http://purl.obolibrary.org/obo/UBERON_0000948","id":"42328","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0008716","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42335","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/LMHA_00211","target":"http://purl.obolibrary.org/obo/UBERON_0002224","id":"42302","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001292","target":"http://purl.obolibrary.org/obo/UBERON_0009773","id":"42359","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004196","target":"http://purl.obolibrary.org/obo/UBERON_0001287","id":"42362","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001251","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42236","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002106","target":"http://purl.obolibrary.org/obo/UBERON_0003684","id":"42249","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0005353","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42325","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0010421","target":"http://purl.obolibrary.org/obo/UBERON_0004042","id":"42251","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001226","target":"http://purl.obolibrary.org/obo/UBERON_0006517","id":"42311","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001249","target":"http://purl.obolibrary.org/obo/UBERON_0001959","id":"42299","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002115","target":"http://purl.obolibrary.org/obo/UBERON_0002108","id":"42312","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001959","target":"http://purl.obolibrary.org/obo/UBERON_1000023","id":"42347","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0005215","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42277","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0000056","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42293","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001248","target":"http://purl.obolibrary.org/obo/UBERON_0002106","id":"42269","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004042","target":"http://purl.obolibrary.org/obo/UBERON_0001249","id":"42384","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0006517","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42246","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001153","target":"http://purl.obolibrary.org/obo/UBERON_0001155","id":"42263","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001157","target":"http://purl.obolibrary.org/obo/UBERON_0001155","id":"42317","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001288","target":"http://purl.obolibrary.org/obo/UBERON_0009773","id":"42366","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001224","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42273","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002116","target":"http://purl.obolibrary.org/obo/UBERON_0002108","id":"42320","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001154","target":"http://purl.obolibrary.org/obo/UBERON_0001153","id":"42240","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0035554","target":"http://purl.obolibrary.org/obo/UBERON_0004151","id":"42307","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0000569","target":"http://purl.obolibrary.org/obo/UBERON_0001153","id":"42315","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004193","target":"http://purl.obolibrary.org/obo/UBERON_0001288","id":"42243","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002224","target":"http://purl.obolibrary.org/obo/UBERON_0013702","id":"42257","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004134","target":"http://purl.obolibrary.org/obo/UBERON_0009773","id":"42281","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0001156","target":"http://purl.obolibrary.org/obo/UBERON_0001155","id":"42324","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0002113","target":"http://purl.obolibrary.org/obo/UBERON_0003684","id":"42330","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004041","target":"http://purl.obolibrary.org/obo/UBERON_0001249","id":"42399","attributes":{},"color":"rgb(107,135,255)","size":2.0},{"source":"http://purl.obolibrary.org/obo/UBERON_0004200","target":"http://purl.obolibrary.org/obo/UBERON_0002113","id":"42242","attributes":{},"color":"rgb(107,135,255)","size":2.0}]}
This file has been truncated, but you can view the full file.
{
"graphs" : [ {
"nodes" : [ {
"id" : "http://purl.org/ccf/latest/ccf.owl#ExampleKidneySectionPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Ureter",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001222"
} ]
},
"lbl" : "right ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0008716"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "hilum of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CalyxObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexesObjGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PyramidsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002135"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "mitral valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002146"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "pulmonary valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidneyHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Septum, 3cm from apex including LAD"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Right ventricle, free wall 3cm from apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Right atrium appendage"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Left ventricle, apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Left ventricle, free wall 3cm from apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMHeart_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Left atrium, appendage"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Left atrium, PV inflow"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Posterior, adjacent to coronary sinus"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_3Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CalyxGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CalyxGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0035553",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "left cardiac chamber"
} ]
},
"type" : "CLASS",
"lbl" : "left cardiac chamber"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0035554",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right cardiac chamber"
} ]
},
"type" : "CLASS",
"lbl" : "right cardiac chamber"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Tricuspid_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Urethra",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001223"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "left ureter "
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6bObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_AppendixObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_19Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_Flexure",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0022277"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "hepatic flexure of colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Splenic_Flexure",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0022276"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "splenic flexure of colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_VentricleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004538"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Visual Human Female Left Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_VentricleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_UrethraGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000569"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "ileocecal valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_UrethraGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Medulla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000362"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal medulla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002084"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "heart left ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Diaphrammatic_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15828"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "diaphragmatic surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CalyxObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_Ventricle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002080"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "heart right ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#ExampleKidneySection",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
} ]
},
"lbl" : "Example Kidney Section"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Capsule",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002015"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "kidney capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_UreterObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_UreterGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_UreterGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_ColumnsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_HeartObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon%20(1)ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00120",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "bronchus"
} ]
},
"type" : "CLASS",
"lbl" : "bronchus"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_SeptumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6a",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Right atrium, AV (atrioventricular) node"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0013702",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "body"
} ]
},
"type" : "CLASS",
"lbl" : "body"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Sigmoid colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_LowObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Diaphramatic_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Ascending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_3",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Descending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Transverse colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CapsuleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00211",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "lung"
} ]
},
"type" : "CLASS",
"lbl" : "lung"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Tricuspid_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Tricuspid_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0005353",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen perifollicular zone"
} ]
},
"type" : "CLASS",
"lbl" : "spleen perifollicular zone"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidneyRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon%20(1)GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon%20(1)GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMSpleen",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002106"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Visual Human Male Spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_UreterObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_Ventricle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002084"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "heart left ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_Septum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002094"
} ]
},
"lbl" : "interventricular septum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_ColonGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_ColonGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyCubePlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMSpleenRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000948"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_LowObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_SeptumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMColon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001155"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Male Colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MajorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MajorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_VentricleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Medulla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000362"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal medulla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Capsule",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002015"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "kidney capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004042",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "splenic secondary B cell follicle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "secondary spleen B cell follicle",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen secondary B follicle"
} ]
},
"type" : "CLASS",
"lbl" : "spleen secondary B follicle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_MedullaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004041",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "primary spleen B cell follicle",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen primary B follicle"
} ]
},
"type" : "CLASS",
"lbl" : "spleen primary B follicle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_MedullaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_Atrium",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002079"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "left cardiac atrium"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_LowGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15838"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "colic surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CapsuleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_LowGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Cecum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001153"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "caecum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramids",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMale",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0005172"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
} ]
},
"lbl" : "Visual Human Male"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MajorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_SigmoidObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MinorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0000056",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "ureter"
} ]
},
"type" : "CLASS",
"lbl" : "ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "CC2"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "CC3"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "CC1"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_ColumnsObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002224",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cavitas thoracis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "pectoral cavity",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "chest cavity",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cavity of thorax",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thoracic lumen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cavity of chest",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "space of thoracic compartment",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "chest cavity"
} ]
},
"type" : "CLASS",
"lbl" : "chest cavity"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_Colon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001156"
} ]
},
"lbl" : "ascending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_ColonGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_PelvisObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_ColonGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_RectumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_19GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_19GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFColon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001155"
} ]
},
"lbl" : "Visual Human Female Colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_UrethraObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PyramidsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_Flexure",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0022276"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "splenic flexure of colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_Septum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002094"
} ]
},
"lbl" : "interventricular septum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6a",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Right atrium, AV (atrioventricular) node"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004538"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Male Left Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Organs"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0000074",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal glomeruli",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "glomerulus"
} ]
},
"type" : "CLASS",
"lbl" : "glomerulus"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Splenic_FlexureGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Splenic_FlexureGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_ColumnsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0000569",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "valva ileocaecalis (valva ilealis)",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "ileocecal valve"
} ]
},
"type" : "CLASS",
"lbl" : "ileocecal valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15837"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "gastric surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_ColumnsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_Flexure",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0022277"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "hepatic flexure of colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MajorObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_CecumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_ColonObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Splenic_FlexureObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_FlexureObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Appendix",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001154"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "vermiform appendix"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15839"
} ]
},
"lbl" : "renal surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_3ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_ChambersObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Left ventricle, apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Left ventricle, free wall 3cm from apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Right atrium appendage"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Left atrium, appendage"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference",
"type" : "CLASS",
"lbl" : "spatial object reference"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_UrethraObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_ColonObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_VentricleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Diaphrammatic_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Diaphrammatic_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PyramidsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PyramidsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0008716"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "hilum of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Diaphramatic_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15828"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "diaphragmatic surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Urethra",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001222"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "right ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Spleen (CC1)"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Spleen (CC2)"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Spleen (CC3)"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_VentricleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_VentricleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PyramidsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PyramidsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0009773",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal tubule (generic)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubule of excretory system",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal tubule"
} ]
},
"type" : "CLASS",
"lbl" : "renal tubule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0000948",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "chambered heart",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "vertebrate heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "heart"
} ]
},
"type" : "CLASS",
"lbl" : "heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_SiteObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2GlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Splenic_FlexureObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFColon_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002146"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "pulmonary valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_AtriumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_AtriumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Diaphrammatic_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6b",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Right atrium, SA (sinoatrial) node"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMSpleenHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleen",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
} ]
},
"lbl" : "Visual Human Female Spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_FlexureGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_FlexureGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0008716"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "hilum of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Ureter",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001223"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "left ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_DescendingObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidneyRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CapsuleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CapsuleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004134",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal proximal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney proximal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "proximal kidney tubule",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "proximal tubule"
} ]
},
"type" : "CLASS",
"lbl" : "proximal tubule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity",
"type" : "CLASS",
"lbl" : "spatial entity"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6bGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_MedullaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6bGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0008952",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "left upper lobe of lung",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left upper lobe",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "superior lobe of left lung",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "lobus superior pulmonis sinistri",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "lobus superior (pulmo sinister)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left lung cranial lobe",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "upper lobe of left lung"
} ]
},
"type" : "CLASS",
"lbl" : "upper lobe of left lung"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0008953",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "lobus inferior pulmonis sinistri",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left lower lobe",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "inferior lobe of left lung",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left lower lobe of lung",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left lung caudal lobe",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "lobus inferior (pulmo sinister)",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "lower lobe of left lung"
} ]
},
"type" : "CLASS",
"lbl" : "lower lobe of left lung"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleenRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_Pelvis",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0018116"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "right renal pelvis"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleen",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002106"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Visual Human Female Spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15837"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "gastric surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_HeartObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Descending",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001158"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "descending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMColonHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_LowObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004151",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "heart chamber",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "chamber of heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "cardiac chamber"
} ]
},
"type" : "CLASS",
"lbl" : "cardiac chamber"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6b",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Right atrium, SA (sinoatrial) node"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004538",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "left kidney"
} ]
},
"type" : "CLASS",
"lbl" : "left kidney"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004539",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right kidney"
} ]
},
"type" : "CLASS",
"lbl" : "right kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CalyxObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001248"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "hilum of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Transverse",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001157"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "transverse colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_UrethraObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004539"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Visual Human Male Right Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MajorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_VentricleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_PelvisObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0003684",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cavity of abdominal compartment",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "space of abdominal compartment",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cavity of compartment of abdomen",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "abdominal cavity"
} ]
},
"type" : "CLASS",
"lbl" : "abdominal cavity"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_PelvisGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_PelvisGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_MedullaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidneyHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_ChambersObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posterior_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_Ureter",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0036295"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pelvis/ureter"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001052",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "terminal portion of intestine",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "rectum"
} ]
},
"type" : "CLASS",
"lbl" : "rectum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_AtriumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_AtriumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_VentricleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002189"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "outer cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MinorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MinorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Sigmoid",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001159"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "sigmoid colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001225"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Male Organs"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002189"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "outer cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement",
"type" : "CLASS",
"lbl" : "spatial placement"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_Atrium",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002078"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "right cardiac atrium"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Ascending",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001156"
} ]
},
"lbl" : "ascending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_Columns",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001284"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal column"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Medulla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000362"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal medulla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidneyHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyCube"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004539"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Visual Human Female Right Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexesObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_19ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_SiteObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#ExampleKidneySlicePlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_SiteGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_SiteGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_Ureter",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0036295"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pelvis/ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3GlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Atrium",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002079"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "left cardiac atrium"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_ColonGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_ColonGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_RectumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Diaphramatic_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_LowObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0010421",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "follicle mantle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic B cell corona",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen B-cell corona",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen B cell corona",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen lymphocytic corona",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen B cell corona"
} ]
},
"type" : "CLASS",
"lbl" : "spleen B cell corona"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_Ureter",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0036295"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pelvis/ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_FlexureObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_ColumnsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_SigmoidGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Ascending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "CC1"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "CC2"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "CC3"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleenHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_SigmoidGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Sigmoid colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Transverse colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0005172"
} ]
},
"lbl" : "Visual Human (Both Sexes)"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Descending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MajorObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002134"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "tricuspid valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_05Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004196",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "S1 portion of tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "S1 portion of renal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "proximal tubule segment 1",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "segment 1 of proximal tubule",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "proximal convoluted tubule segment 1"
} ]
},
"type" : "CLASS",
"lbl" : "proximal convoluted tubule segment 1"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004197",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "S2 portion of tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "proximal tubule segment 2",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "segment 2 of proximal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "S2 portion of renal tubule",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "proximal convoluted tubule segment 2"
} ]
},
"type" : "CLASS",
"lbl" : "proximal convoluted tubule segment 2"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004193",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "ascending thin limb",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "ascending limb thin segment of loop of Henle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thin ascending limb of loop of Henle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "pars ascendens (tubulus attenuatus)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thin ascending limb",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "loop of Henle ascending limb thin segment"
} ]
},
"type" : "CLASS",
"lbl" : "loop of Henle ascending limb thin segment"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyx",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0006517"
} ]
},
"lbl" : "kidney calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002189"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "outer cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_DescendingGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_DescendingGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Medulla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000362"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal medulla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CalyxGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CalyxGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Capsule",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002015"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "kidney capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFColonHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00361",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "trachea"
} ]
},
"type" : "CLASS",
"lbl" : "trachea"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CalyxObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posterior_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posterior_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15838"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "colic surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CalyxObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Rectum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001052"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "rectum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Capsule",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002015"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "kidney capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_CecumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_CecumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_19",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posterior_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0005097",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "connecting tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney connecting tubule",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal connecting tubule"
} ]
},
"type" : "CLASS",
"lbl" : "renal connecting tubule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Aortic_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001959",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "splenic white pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen white pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "pulpa alba",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "white pulp",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "white pulp of spleen"
} ]
},
"type" : "CLASS",
"lbl" : "white pulp of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001960",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "PALS",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "periarterial lymphoid sheath",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "T cell domain of the splenic white pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "periarteriolar sheath",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen periarteriolar lymphatic sheath",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "periarterial lymphatic sheath"
} ]
},
"type" : "CLASS",
"lbl" : "periarterial lymphatic sheath"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_Site",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Bisection Line"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_ColumnsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002084",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "left ventricle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left cardiac ventricle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cardiac left ventricle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left ventricle of heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "heart left ventricle"
} ]
},
"type" : "CLASS",
"lbl" : "heart left ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_Site",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "Bisection Line"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001225"
} ]
},
"lbl" : "cortex of kidney"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002080",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cardiac right ventricle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "right ventricle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "right ventricle of heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "heart right ventricle"
} ]
},
"type" : "CLASS",
"lbl" : "heart right ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002078",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "heart right atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cardiac right atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "right cardiac atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "right atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "right atrium of heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right cardiac atrium"
} ]
},
"type" : "CLASS",
"lbl" : "right cardiac atrium"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002079",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cardiac left atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left cardiac atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "atrium sinistrum",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "heart left atrium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "left atrium of heart",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "left cardiac atrium"
} ]
},
"type" : "CLASS",
"lbl" : "left cardiac atrium"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#RUISpace",
"meta" : {
"comments" : [ "The abstract space where all reference organs are translated into so that the RUI can properly display the organ" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-09-25"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
} ]
},
"lbl" : "RUI Space"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CalyxObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyCubePlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Cecum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001153"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "caecum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Tricuspid_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_CecumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000569"
} ]
},
"lbl" : "ileocecal valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_LowGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidneyRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_LowGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_3GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_3GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleen_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_Colon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001157"
} ]
},
"lbl" : "transverse colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_PelvisObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_Columns",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001284"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal column"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_ColumnsGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_ColumnsGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_AppendixGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_AppendixGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Diaphrammatic_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0014464",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal fat pad"
} ]
},
"type" : "CLASS",
"lbl" : "renal fat pad"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002189"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "outer cortex of kidney"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001158",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "colon descendens",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "descending colon"
} ]
},
"type" : "CLASS",
"lbl" : "descending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001157",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "colon transversum",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "transverse colon"
} ]
},
"type" : "CLASS",
"lbl" : "transverse colon"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001159",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "sigmoid colon"
} ]
},
"type" : "CLASS",
"lbl" : "sigmoid colon"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001154",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cecal appendix",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "appendix vermiformis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "appendix",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "caecal appendix",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "vermiform appendix"
} ]
},
"type" : "CLASS",
"lbl" : "vermiform appendix"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001153",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cecum",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "intestinum crassum caecum",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "caecum",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "caecum"
} ]
},
"type" : "CLASS",
"lbl" : "caecum"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001156",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "colon ascendens",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "ascending colon"
} ]
},
"type" : "CLASS",
"lbl" : "ascending colon"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001155",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "large bowel",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "colon"
} ]
},
"type" : "CLASS",
"lbl" : "colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_RectumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_Surface",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.org/sig/ont/fma/fma15839"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal surface of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_RectumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004641",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "fibroelastic coat of spleen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "capsula splenica",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "fibrous capsule of spleen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malpighian capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tunica fibrosa (splen)(lien)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tunica fibrosa splenica",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "capsule of spleen",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen capsule"
} ]
},
"type" : "CLASS",
"lbl" : "spleen capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posterior_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_VentricleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_1000023",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "splenic pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malpighian corpuscles",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "pulp of spleen",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen pulp"
} ]
},
"type" : "CLASS",
"lbl" : "spleen pulp"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleObjGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMSpleen_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6bObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_Site",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Bisection Line"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_LowObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_Urethra",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0036295"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pelvis/ureter"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0004200",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal pyramid",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malpighian pyramid",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal pyramid"
} ]
},
"type" : "CLASS",
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PyramidsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_Site",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Bisection Line"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002137"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "aortic valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002015",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "fibrous capsule of kidney",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "capsula fibrosa renis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "capsule of kidney",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "kidney capsule"
} ]
},
"type" : "CLASS",
"lbl" : "kidney capsule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFColonRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Rectum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001052"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "rectum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_ColonObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMColonRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MajorGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_Colon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001158"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "descending colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MajorGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0008716"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "hilum of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_DescendingObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CalyxGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CalyxGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidneyRUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_Ventricle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002080"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "heart right ventricle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Aortic_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Aortic_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_Colon",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001159"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "sigmoid colon"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_02",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Aortic_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002137"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "aortic valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001228",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "kidney papilla",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal papilla"
} ]
},
"type" : "CLASS",
"lbl" : "renal papilla"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001227",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "calices renales minores",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "minor calix",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "minor calyx"
} ]
},
"type" : "CLASS",
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001229",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "corpusculum renale",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malpighian corpuscle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malphigian corpuscle",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal corpuscle"
} ]
},
"type" : "CLASS",
"lbl" : "renal corpuscle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_PelvisGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_PelvisGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PyramidsObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidneyHBMSet1",
"lbl" : "HuBMAP"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001230",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal glomerular capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Bowmans capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Bowman's capsule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "capsula glomerularis",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "Bowman's capsule"
} ]
},
"type" : "CLASS",
"lbl" : "Bowman's capsule"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001232",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "collecting duct",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal collecting tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus renalis colligens",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus renalis arcuatus",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney collecting duct",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "collecting duct of renal tubule"
} ]
},
"type" : "CLASS",
"lbl" : "collecting duct of renal tubule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_ValveGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Left Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_ValveGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_LowObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexesObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_PelvisObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHBody",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0005172"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
} ]
},
"lbl" : "Visual Human Body"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemale",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0005172"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
} ]
},
"lbl" : "Visual Human (Both Sexes)"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001224",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "pelvis of ureter",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney pelvis",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal pelvis"
} ]
},
"type" : "CLASS",
"lbl" : "renal pelvis"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001226",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "major calix",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "calices renales majores",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "major calyx"
} ]
},
"type" : "CLASS",
"lbl" : "major calyx"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001225",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "kidney cortex",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cortex renalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal cortex",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "cortex of kidney"
} ]
},
"type" : "CLASS",
"lbl" : "cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Left atrium, PV inflow"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Tricuspid_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002134"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "tricuspid valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Posterior, adjacent to coronary sinus"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Aortic_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Septum, 3cm from apex including LAD"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0000362",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal medullae",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal pyramids",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal medullae set",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "pyramides renales",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "medulla renalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal pyramids set",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "medulla of kidney",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney medulla",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal medulla"
} ]
},
"type" : "CLASS",
"lbl" : "renal medulla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_04",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "Right ventricle, free wall 3cm from apex"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Hilum",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001248"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "hilum of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001225"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_AtriumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_AtriumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Diaphramatic_SurfaceGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCube"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Diaphramatic_SurfaceGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_ColonObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_Atrium",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002078"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "right cardiac atrium"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0005196",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "spleen GC",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen follicle center",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic germinal center",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "germinal center of spleen",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen germinal center"
} ]
},
"type" : "CLASS",
"lbl" : "spleen germinal center"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_Pelvis",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0018115"
} ]
},
"lbl" : "left renal pelvis"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_HeartGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_HeartGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_PelvisGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_PelvisGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_Columns",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001284"
} ]
},
"lbl" : "renal column"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_ColonObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_Pelvis",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0018116"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "right renal pelvis"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_AppendixObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0008203",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "space of pelvic compartment",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "pelvic cavity"
} ]
},
"type" : "CLASS",
"lbl" : "pelvic cavity"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_02Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_02ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CapsuleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleObjGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenGlobalPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyx",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0006517"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "kidney calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_ColonObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_SeptumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_SeptumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMHeart",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0000948"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "Visual Human Male Heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_04ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Appendix",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001154"
} ]
},
"lbl" : "vermiform appendix"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_AtriumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_FlexureObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_SurfaceObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon%20(1)Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_Valve",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002135"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "mitral valve"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMColon_VHBothSexes_RUIPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramids",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004200"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal pyramid"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_ValveObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyCube"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CapsuleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00332",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right lung upper lobe"
} ]
},
"type" : "CLASS",
"lbl" : "right lung upper lobe"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_CortexObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00330",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right lung middle lobe"
} ]
},
"type" : "CLASS",
"lbl" : "right lung middle lobe"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/LMHA_00324",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right lung lower lobe"
} ]
},
"type" : "CLASS",
"lbl" : "right lung lower lobe"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CapsuleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CapsuleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_17ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_ChambersGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_ChambersGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0005215",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal interstitial tissue",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal interstitium",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal stroma",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "interstitial tissue of kidney",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "stroma of kidney",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "kidney interstitium"
} ]
},
"type" : "CLASS",
"lbl" : "kidney interstitium"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002189",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "outer renal cortex",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney outer cortex",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "outer cortex of kidney"
} ]
},
"type" : "CLASS",
"lbl" : "outer cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#ExampleKidneySlice",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Bruce"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_orcid",
"val" : "https://orcid.org/0000-0002-6703-7647"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Herr"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Bruce Herr - https://orcid.org/0000-0002-6703-7647"
} ]
},
"lbl" : "Example Kidney Slice"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyx",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0006517"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "kidney calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyx",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0006517"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "kidney calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0008716",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "hilar area of the kidney",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal hilum",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "hilum of kidney"
} ]
},
"type" : "CLASS",
"lbl" : "hilum of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Chambers",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004151"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "cardiac chamber"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_17",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_11",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_UrethraGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_UrethraGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_Muscle",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0002494"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "papillary muscle of heart"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_FlexureGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_FlexureGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_PelvisObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_VentricleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_VentricleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Chambers",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0004151"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "cardiac chamber"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_MuscleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_MuscleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_09",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidney",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-01-01"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "Visual Human Female Right Kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_05",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001228"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "renal papilla"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_05Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_11Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_PelvisObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002108",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "small bowel",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "small intestine",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "small intestine"
} ]
},
"type" : "CLASS",
"lbl" : "small intestine"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_SigmoidObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002115",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "jejunum"
} ]
},
"type" : "CLASS",
"lbl" : "jejunum"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002114",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "duodenum"
} ]
},
"type" : "CLASS",
"lbl" : "duodenum"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002116",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "ileum"
} ]
},
"type" : "CLASS",
"lbl" : "ileum"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001266",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "cord of Billroth",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "cord of Bilroth",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "splenic cord"
} ]
},
"type" : "CLASS",
"lbl" : "splenic cord"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002113",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "kidney"
} ]
},
"type" : "CLASS",
"lbl" : "kidney"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001265",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "splenic trabecula",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen trabeculum",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "trabecula of spleen"
} ]
},
"type" : "CLASS",
"lbl" : "trabecula of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_UrethraObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001249",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "lymphoid follicle of spleen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "lymphoid nodule of spleen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Malpighian body",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen lymphoid follicle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen B cell follicle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "lymphatic follicle of spleen",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic lymphoid follicle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic B cell follicle",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic lymphatic follicle",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen lymphoid follicle"
} ]
},
"type" : "CLASS",
"lbl" : "spleen lymphoid follicle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001251",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "spleen marginal zone",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "junctional zone of spleen",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "marginal zone of spleen"
} ]
},
"type" : "CLASS",
"lbl" : "marginal zone of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_05Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001250",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "pulpa rubra",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen red pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "red pulp",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic red pulp",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "red pulp of spleen"
} ]
},
"type" : "CLASS",
"lbl" : "red pulp of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002106",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "spleen"
} ]
},
"type" : "CLASS",
"lbl" : "spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_Columns",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001284"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "renal column"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Cortex",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001225"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "cortex of kidney"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_LowGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_AtriumObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_Pelvis",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0018115"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
} ]
},
"lbl" : "left renal pelvis"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001248",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "hilum splenicum",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "splenic hilum",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "hilum lienale",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "spleen hilum",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "hilum of spleen"
} ]
},
"type" : "CLASS",
"lbl" : "hilum of spleen"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_LowGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001227"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
} ]
},
"lbl" : "minor calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#ExtractionSet",
"type" : "CLASS",
"lbl" : "extraction set"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002168",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "left lung"
} ]
},
"type" : "CLASS",
"lbl" : "left lung"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0002167",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "right lung"
} ]
},
"type" : "CLASS",
"lbl" : "right lung"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07Obj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_ValveObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_last_name",
"val" : "Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_representation_of",
"val" : "http://purl.obolibrary.org/obo/UBERON_0001226"
}, {
"pred" : "http://purl.org/dc/elements/1.1/creator",
"val" : "Kristin Browne"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creator_first_name",
"val" : "Kristin"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#creation_date",
"val" : "2020-10-28"
} ]
},
"lbl" : "major calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MinorObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0006517",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal calix",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal calyx",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "calices renales",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "kidney calyx"
} ]
},
"type" : "CLASS",
"lbl" : "kidney calyx"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCubePlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_VentricleObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleGlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleGlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001293",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "zona externa (medullaris renalis)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal outer medulla",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "outer zone of medulla of kidney",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "zona externa medullae renalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "outer renal medulla",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "outer zone of renal medulla",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "outer medulla"
} ]
},
"type" : "CLASS",
"lbl" : "outer medulla"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001292",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "distal convoluted renal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus contortus distalis",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "distal convoluted tubule"
} ]
},
"type" : "CLASS",
"lbl" : "distal convoluted tubule"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001294",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "set of inner region of renal pyramids",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "inner zone of renal medulla",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "zona interna (medullaris renalis)",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal inner medulla",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "zona interna medullae renalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "inner renal medulla",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "inner zone of medulla of kidney",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "inner medulla"
} ]
},
"type" : "CLASS",
"lbl" : "inner medulla"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001291",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "ascending thick limb",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thick ascending limb of distal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "distal straight tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thick ascending limb of Henle's loop",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "straight portion of distal convoluted renal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "thick ascending limb",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "straight portion of distal convoluted tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus rectus distalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "loop of Henle ascending limb thick segment",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "thick ascending limb of loop of Henle"
} ]
},
"type" : "CLASS",
"lbl" : "thick ascending limb of loop of Henle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_09ObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001290",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "thick descending limb of proximal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus rectus proximalis",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "S3",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "proximal straight tubule"
} ]
},
"type" : "CLASS",
"lbl" : "proximal straight tubule"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11GlobalPlacement2",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11GlobalPlacement1",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_FlexureObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bObj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001284",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "renal cortical column",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "columna Bertini",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "column of Bertini",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "kidney column",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "renal column of Bertini",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "renal column"
} ]
},
"type" : "CLASS",
"lbl" : "renal column"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceObj"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaObjPlacement",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#scaling_units",
"val" : "ratio"
}, {
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_translation_units",
"val" : "millimeter"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001289",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "loop of Henle descending limb",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "descending limb of Henle's loop",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "descending limb of loop of Henle"
} ]
},
"type" : "CLASS",
"lbl" : "descending limb of loop of Henle"
}, {
"id" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13Obj"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001285",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "nephron"
} ]
},
"type" : "CLASS",
"lbl" : "nephron"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001288",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "Henle loop",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "Henle's loop",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "ansa nephroni",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "loop of Henle"
} ]
},
"type" : "CLASS",
"lbl" : "loop of Henle"
}, {
"id" : "http://purl.obolibrary.org/obo/UBERON_0001287",
"meta" : {
"synonyms" : [ {
"pred" : "hasExactSynonym",
"val" : "proximal convoluted renal tubule",
"xrefs" : [ ]
}, {
"pred" : "hasExactSynonym",
"val" : "tubulus contortus proximalis",
"xrefs" : [ ]
} ],
"basicPropertyValues" : [ {
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_preferred_label",
"val" : "proximal convoluted tubule"
} ]
},
"type" : "CLASS",
"lbl" : "proximal convoluted tubule"
} ],
"edges" : [ {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001251",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002106"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFColonHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_AtriumGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidneyRUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_Muscle",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_05Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFColonRUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0000362",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002113"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_Site",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Ureter"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_Site",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexesObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartRUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#RUISpace"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/LMHA_00330",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002167"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_08Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Hilum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_09Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_Muscle"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0014464",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002113"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_HilumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartHBMSet1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_set_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleen_VHBothSexes_RUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartHBMSet1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#ExtractionSet"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidneyRUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PapillaObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_15GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_Urethra"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_Site",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Ureter"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartRUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_Septum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Chambers"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_RectumObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_13GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Renal_SurfaceGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001154",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0001153"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_Atrium",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart_VHBothSexes_RUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_Valve"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_09ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_2"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterolateral_Papillary_MuscleObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Capsule",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_Columns",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_ColumnsObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_Colon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001229",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0001285"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_15",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6bObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_SIte_6b"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_Colon",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFColon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_04"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_07"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_UrethraGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_Valve",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_17GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_09",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC1GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_10",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ileocecal_ValveObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_UreterGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pelvis_Ureter"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_SeptumObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Urethra",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_UrethraObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_07",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Gastric_SurfaceGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Transverse_ColonGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PapillaGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_VentricleObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_Valve",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_10GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_13",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_ChambersGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_03",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_Pelvis",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_PelvisObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyCubePlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHRightKidneyCube"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_Muscle"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_Surface"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_06",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Ascending"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon%20(1)GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMColon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_Flexure"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_Ureter",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Cortex",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0004200",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002113"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Medulla"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/LMHA_00324",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002167"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0004193",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0001288"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_MuscleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_Muscle"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_21",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_FlexureGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Hepatic_Flexure"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MajorObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_10Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleObjGlobalPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBody"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6bGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_6b"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_06Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_MuscleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterior_Papillary_Muscle"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_Atrium"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_21"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2GlobalPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMHeart",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posteromedial_Papillary_Muscle",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_11Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Aortic_ValveGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_Muscle"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_07Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Anterolateral_Papillary_MuscleObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_Columns",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6a",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_Ureter",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_PyramidsObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_19Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramids",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_17Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMHeart",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_06",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_13ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002079",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0035553"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Transverse",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_Hilum",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MinorObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_03Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_11GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Capsule",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMColonHBMSet1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_set_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMColon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_AscendingGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_1Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_13ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_RectumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMColonRUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_07GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_17"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_09Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_Atrium"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_01Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_07Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pelvis_UrethraGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_Valve",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartRUIPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_Septum",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_03GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_19Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_LowGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_Site",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Interventricular_Septum",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidneyRUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low1GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Site_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_05Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Left_Atrium",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#RUISpace",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001226",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0006517"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_ValveObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_Valve"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_MajorObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Capsule"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_MedullaGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Medulla"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Mitral_Valve",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_09ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_Surface",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Gastric_SurfaceObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Hilum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_UreterObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Medulla"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Extraction_Site_4",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMColonHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexesObjGlobalPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBody"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Medial_Papillary_MuscleGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002078",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0035554"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CapsuleGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_15GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_09Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_08GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CapsuleGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_Flexure"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_Surface"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6a"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_HilumObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_HeartGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_Ureter",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_MedullaGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_06",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Extraction_Site",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_17",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Extraction_SiteGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_07"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_04"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC3"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_03GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_08Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_Colon",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CalyxGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_Pelvis",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_05",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Ureter",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_UreterObj"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0005097",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0009773"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_SeptumGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Interventricular_Septum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_Muscle",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleObj"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002080",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0035554"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Outer_CortexObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_09",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMHeartHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_Ureter"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_15Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0006517",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002113"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_Muscle",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_13"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Pulmonary_ValveObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_CalyxObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_09"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFColonHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_01Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_HilumGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_17GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Anterior_Papillary_MuscleGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Hilum",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CapsuleObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Outer_CortexObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_11ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001228",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0002113"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Renal_ColumnsGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_TransverseGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Transverse"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MajorGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002189",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0001225"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_10"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CalyxGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_01GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_ColumnsGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Renal_Columns"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_07",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Hilum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Extraction_Site_CC2Obj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Chambers",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_08",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_05"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_13GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyx",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_07Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC1GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Hepatic_FlexureObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Cortex",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_CortexObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_PelvisGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramid_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_03Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Hilum",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_01",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_04ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_Columns",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_CortexGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Cortex"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_AppendixGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_02GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Minor_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_04Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_05GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_VentricleGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_HilumGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Medial_Papillary_Muscle",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Renal_SurfaceGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_Cortex",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Outer_CortexObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Extraction_SiteGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_13",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_LowGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_09GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_08"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_02",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFHeartHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_SurfaceGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_ChambersObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_Muscle",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Posterior_Papillary_MuscleObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_03ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleenHBMSet1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#ExtractionSet"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Medulla",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Extraction_Sites_6aGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFLeftKidney_VHBothSexes_RUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement",
"pred" : "is_a",
"obj" : "http://www.w3.org/2002/07/owl#Thing"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_02"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_PyramidsGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Pyramids"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_Valve"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PapillaObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_MinorGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Mitral_ValveGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFColon_VHBothSexes_RUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFColon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_11"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_17Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Outer_CortexObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_CecumGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Renal_Columns",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002106",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0003684"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgansObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_07"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Colic_SurfaceGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Sigmoid",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMColon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Pulmonary_ValveObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Renal_PelvisGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Descending_ColonGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_Chambers",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMHeart"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_05",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pyramid_09ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_01GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyx",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Ureter",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_MinorObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Hilum",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_6aGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Minor_15GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC3"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Minor_19GlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Capsule",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Urethra",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#extraction_site_for",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleenHBMSet1"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen%20(1)GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_Colon",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_MedullaObj",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialObjectReference"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCC2GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_05GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_HilumGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Spleen_Hilum"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Papilla_03ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHLeftKidneyGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PapillaGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHSpleenCubePlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_15Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgansGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Extraction_Site_CC3ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Left_Ventricle_",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_LowGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMLeftKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_09GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Major_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#anatomical_structure_of",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFRightKidney"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Right_AtriumObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Colon_Extract_04",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Ileocecal_ValveGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Pelvis_UreterGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_PyramidsGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Extraction_SiteGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Papilla_05Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Tricuspid_ValveGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Posteromedial_Papillary_MuscleGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_PyramidsGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleenRUIPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFSpleen"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0002113",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0003684"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_09Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Pyramids_07"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0004151",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0000948"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_Extraction_Site_08GlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHBothSexes"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_UreterGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Pelvis_Ureter"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_Flexure",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Splenic_FlexureObj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Calyses_Major_03"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CortexGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Calyses_Major_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001294",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0000362"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_DescendingGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMale"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001288",
"pred" : "is_a",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0009773"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0010421",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0004042"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Papilla_03",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Ascending_ColonGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_object_reference",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_01Obj"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyses_Major_05ObjPlacement",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Appendix",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialEntity"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_CalyxObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_L_Calyx"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_17"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_ColonGlobalPlacement2",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Sigmoid_Colon"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Low%3AVHF_Kidney_L_Papilla_07GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.obolibrary.org/obo/UBERON_0001287",
"pred" : "http://purl.org/ccf/latest/ccf.owl#ccf_part_of",
"obj" : "http://purl.obolibrary.org/obo/UBERON_0004134"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09ObjPlacement",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_Calyses_Minor_09"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_01GlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Right_AtriumGlobalPlacement2",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_L_Renal_HilumGlobalPlacement1",
"pred" : "type",
"obj" : "http://purl.org/ccf/latest/ccf.owl#SpatialPlacement"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15GlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_source",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Kidney_R_Pyramids_15"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHFemaleOrgans_VHF_Kidney_R_CortexGlobalPlacement1",
"pred" : "http://purl.org/ccf/latest/ccf.owl#has_placement_target",
"obj" : "http://purl.org/ccf/latest/ccf.owl#VHFemale"
}, {
"sub" : "http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Colon_Ext
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment