SemanticWeb-Schema

 view release on metacpan or  search on metacpan

lib/SemanticWeb/Schema/APIReference.pm  view on Meta::CPAN

=back

=head2 C<_has_programming_model>

A predicate for the L</programming_model> attribute.

=head2 C<target_platform>

C<targetPlatform>

Type of app development: phone, Metro style, desktop, XBox, etc.

A target_platform should be one of the following types:

=over

=item C<Str>

=back

=head2 C<_has_target_platform>

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

      },
      "schema:programmingModel" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates whether API is managed or unmanaged.",
         "rdfs:label" : "programmingModel",
         "schema:domainIncludes" : "schema:APIReference",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:targetPlatform" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Type of app development: phone, Metro style, desktop, XBox, etc.",
         "rdfs:label" : "targetPlatform",
         "schema:domainIncludes" : "schema:APIReference",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}



( run in 0.444 second using v1.01-cache-2.11-cpan-299005ec8e3 )