{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of searching for an object.\\n\\nRelated actions:\\n\\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily.",
"rdfs:label" : "SearchAction",
"rdfs:subClassOf" : "schema:Action"
},
"properties" : {
"schema:query" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A sub property of instrument. The query used on this action.",
"rdfs:label" : "query",
"rdfs:subPropertyOf" : "schema:instrument",
"schema:domainIncludes" : "schema:SearchAction",
"schema:rangeIncludes" : "schema:Text"
}
}
}