rdf_statement' };
use File::ShareDir qw[];
use File::Spec qw[];
use Set::Scalar;
use JSON qw[decode_json encode_json];
use Scalar::Util qw[looks_like_number blessed];
our $VERSION = '0.053';
use RDF
);
mkdir $jpdir unless -d $jpdir;
my $json_path = File::Spec->catfile(
File::Spec->tmpdir,
'RDF-RDFa-Linter',
'schemaorg.json',
);
my $owl_path = File::ShareDir
if (-f $json_path)
{
my @json_stat = stat $json_path;
my @owl_stat = stat $owl_path;
if ($json_stat[9] >= $owl_stat[9]) # if JSON as uptodate as OWL
{
open my $fh, '<', $json_path;