type: Contact page.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::WebPage /;
use MooX::JSON_LD 'ContactPage';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use na
medical test
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MedicalEntity /;
use MooX::JSON_LD 'MedicalTest';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use na
predicate => '_has_affected_by',
json_ld => 'affectedBy',
);
has normal_range => (
is => 'rw',
predicate => '_has_normal_range',
json_ld => 'normalRange',
);
has sign
ate => '_has_sign_detected',
json_ld => 'signDetected',
);
has used_to_diagnose => (
is => 'rw',
predicate => '_has_used_to_diagnose',
json_ld => 'usedToDiagnose',
);
ation.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MedicalSignOrSymptom /;
use MooX::JSON_LD 'MedicalSign';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use na
=> '_has_identifying_exam',
json_ld => 'identifyingExam',
);
has identifying_test => (
is => 'rw',
predicate => '_has_identifying_test',
json_ld => 'identifyingTest',
);
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::EnergyEfficiencyEnumeration /;
use MooX::JSON_LD 'EnergyStarEnergyEfficiencyEnumeration';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PRE
qw/part/;
use POSIX qw/floor/;
# if JSON::XS is installed, it will be automatically used.
# Specify () so that no functions are exported. We will use OO.
use JSON ();
use IO::Handle; # allows me to
100.";
}
# Give a warning if JSON is going to be slow later
my $jsonTmp = JSON->new();
if(! $jsonTmp->is_xs){
logmsg "WARNING: the currently installed JSON module will make this script ver
y slow when jack knifing. To avoid this error, install the JSON::XS module like so: `cpanm ~l ~ JSON::XS`.";
}
## Catch some options that are not allowed to be passed
# Tempdir: All mashtree
delivered/sent.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::TradeAction /;
use MooX::JSON_LD 'PreOrderAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
park.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::EntertainmentBusiness /;
use MooX::JSON_LD 'AmusementPark';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
f tough
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::AnatomicalStructure /;
use MooX::JSON_LD 'Ligament';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use names
a single entity
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'ConstraintNode';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
_has_constraint_property',
json_ld => 'constraintProperty',
);
has num_constraints => (
is => 'rw',
predicate => '_has_num_constraints',
json_ld => 'numConstraints',
);
a later date
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::TransferAction /;
use MooX::JSON_LD 'BorrowAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
VERSION = 'v23.0.0';
has lender => (
is => 'rw',
predicate => '_has_lender',
json_ld => 'lender',
);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Schema::B
with pages
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::UserInteraction /;
use MooX::JSON_LD 'UserCheckins';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
ti-volume work
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWork /;
use MooX::JSON_LD 'PublicationVolume';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
w',
predicate => '_has_page_end',
json_ld => 'pageEnd',
);
has page_start => (
is => 'rw',
predicate => '_has_page_start',
json_ld => 'pageStart',
);
has paginatio
predicate => '_has_pagination',
json_ld => 'pagination',
);
has volume_number => (
is => 'rw',
predicate => '_has_volume_number',
json_ld => 'volumeNumber',
);
1;
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::HomeAndConstructionBusiness /;
use MooX::JSON_LD 'Plumber';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namesp
f its objects.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::UpdateAction /;
use MooX::JSON_LD 'DeleteAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
manticWeb::ClassGenerator;
use v5.10;
use Moo;
use Carp;
use Const::Fast;
use HTML::Strip;
use JSON::MaybeXS;
use List::Util 1.33 qw/ any pairgrep uniqstr /;
use LWP::UserAgent;
use Markdown::Pod;
default => 't',
);
has json => (
is => 'lazy',
isa => InstanceOf [qw/ Cpanel::JSON::XS JSON JSON::PP JSON::XS /],
builder => sub {
return JSON->new->canonical->utf8->sp
or constructing the class as a JSON
# file. We can use this for debugging as well as tests.
my $test = path( $self->test_dir, 'data/classes', $filename . '.json' );
$test->parent->mkpath;
d $sketch | ") or die "ERROR: could not run mash info -d on $sketch: $!";
} elsif($sketch =~ /\.json$/){
open($fh, $sketch) or die "ERROR: could not read $sketch: $!";
}
while(<$fh>){
if
arger data feed.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'DataFeedItem';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
predicate => '_has_date_created',
json_ld => 'dateCreated',
);
has date_deleted => (
is => 'rw',
predicate => '_has_date_deleted',
json_ld => 'dateDeleted',
);
has dat
,
predicate => '_has_date_modified',
json_ld => 'dateModified',
);
has item => (
is => 'rw',
predicate => '_has_item',
json_ld => 'item',
);
1;
__END__
=pod
=
anization.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::FinancialProduct /;
use MooX::JSON_LD 'PaymentService';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
position.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::QualitativeValue /;
use MooX::JSON_LD 'SteeringPositionValue';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::
extends qw/ SemanticWeb::Schema::MedicalEnumeration SemanticWeb::Schema::Specialty /;
use MooX::JSON_LD 'MedicalSpecialty';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
u