Preparing search index...
The search index is not available
@openhps/rdf
@openhps/rdf
WriterOptions
Interface WriterOptions
interface
WriterOptions
{
baseUri
?:
`
http://
${
string
}
`
|
`
https://
${
string
}
`
;
end
?:
boolean
;
format
?:
string
;
prefixes
?:
Prefixes
<
string
|
NamedNode
<
string
>
>
;
prettyPrint
?:
boolean
;
}
Hierarchy
WriterOptions
WriterOptions
Index
Properties
base
Uri?
end?
format?
prefixes?
pretty
Print?
Properties
Optional
base
Uri
base
Uri
?:
`
http://
${
string
}
`
|
`
https://
${
string
}
`
Optional
end
end
?:
boolean
Optional
format
format
?:
string
Optional
prefixes
prefixes
?:
Prefixes
<
string
|
NamedNode
<
string
>
>
Optional
pretty
Print
pretty
Print
?:
boolean
Pretty print the output. Merge blank nodes in the [] notation.
Default
false
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Uri
end
format
prefixes
pretty
Print
@openhps/rdf
Loading...
Pretty print the output. Merge blank nodes in the [] notation.