.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RDF::Trine::Parser::ShorthandRDF 3pm" .TH RDF::Trine::Parser::ShorthandRDF 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME RDF::Trine::Parser::ShorthandRDF \- Shorthand RDF Parser .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 3 \& use RDF::Trine::Parser; \& my $parser = RDF::Trine::Parser\->new( \*(AqShorthandRDF\*(Aq ); \& $parser\->parse_into_model( $base_uri, $data, $model ); .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" ShorthandRDF is an extension of N3 syntax. It's currently defined at . .SS Methods .IX Subsection "Methods" This package exposes the same methods as RDF::Trine::Parser::Notation3. .SH BUGS .IX Header "BUGS" Please report any bugs to . .SH "SEE ALSO" .IX Header "SEE ALSO" RDF::TriN3, RDF::Trine::Parser::Pretdsl, RDF::Trine::Parser::Notation3. .PP . .SH AUTHOR .IX Header "AUTHOR" Toby Inkster \f(CW\*(C`\*(C'\fR .PP Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams. .SH "COPYRIGHT AND LICENCE" .IX Header "COPYRIGHT AND LICENCE" Copyright (c) 2006\-2010 Gregory Todd Williams. .PP Copyright (c) 2010\-2012 Toby Inkster. .PP This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. .SH "DISCLAIMER OF WARRANTIES" .IX Header "DISCLAIMER OF WARRANTIES" THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.