BH12.12/stanza titech/environment attributes

提供:TogoWiki

移動: 案内, 検索

environment attributes

  • スタンザ概要--------------------------
    環境タームの基本情報スタンザ
  • 入力----------------------------------
    MEO_ID
  • 出力----------------------------------
変数名説明URI or literal
MEO_IDMEO_IDのURIURI
?MEO_termMEOタームliteral
?MEO_definitionMEOタームの定義literal
?MEO_superClass入力MEO_IDの一階層上位クラスURI
  • 使用グラフ----------------------------
    meo_v003.owl
  • メモ----------------------------------
  • SPARQL query--------------------------

例:MEO_0000006(air)に関する情報

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX srs: <http://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?sample=>
PREFIX envo: <http://purl.bioontology.org/ontology/ENVO/>
PREFIX gaz: <http://purl.org/obo/owl/GAZ#>
PREFIX fma: <http://sig.uw.edu/fma#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX ncbitaxon: <http://purl.org/obo/owl/NCBITaxon#>
PREFIX meo: <http://purl.jp/bio/11/meo/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>

SELECT  ?MEO_ID ?MEO_term_label ?MEO_definition ?MEO_superClass
WHERE{
	meo:MEO_0000006	rdfs:label ?MEO_term_label.
	?MEO_ID	rdfs:label ?MEO_term_label.
	OPTIONAL{
		?MEO_ID	meo:definition	?MEO_definition.
	}
	OPTIONAL{
		?MEO_ID	rdfs:subClassOf	?MEO_superClass.
	}
}

実行結果