SemanticWeb-Schema

 view release on metacpan or  search on metacpan

t/data/classes/SemanticWeb/Schema/MoveAction.json  view on Meta::CPAN

{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of an agent relocating to a place.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the mov...
      "rdfs:label" : "MoveAction",
      "rdfs:subClassOf" : "schema:Action"
   },
   "properties" : {
      "schema:fromLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The original location of the object or the agent before the action.",
         "rdfs:label" : "fromLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : [
            "schema:TransferAction",
            "schema:MoveAction",
            "schema:ExerciseAction"
         ],
         "schema:rangeIncludes" : "schema:Place"
      },
      "schema:toLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The final location of the object or the agent after the action.",
         "rdfs:label" : "toLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : [
            "schema:ExerciseAction",
            "schema:InsertAction",
            "schema:TransferAction",
            "schema:MoveAction"
         ],
         "schema:rangeIncludes" : "schema:Place"
      }
   }
}



( run in 0.603 second using v1.01-cache-2.11-cpan-5511b514fd6 )