RdfaProperty

data class RdfaProperty(val name: String, val namespace: String?)

Represents an RDFa property.

Constructors

Link copied to clipboard
fun RdfaProperty(name: String, namespace: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The property name/reference. Example: "modified"

Link copied to clipboard

A namespace defining the property vocabulary. Example: http://purl.org/dc/terms/