Oihana PHP System

HasSkosNotes

SKOS documentation notes for a concept.

These are the free-text annotations SKOS defines to document the meaning and the editorial history of a concept. They complement the schema.org fields already inherited from Thing : skos:definition maps to description, skos:prefLabel to name, skos:altLabel to alternateName.

Each note accepts a plain string or an array (e.g. one entry per language tag). All are nullable.

Tags
see
http://www.w3.org/2004/02/skos/core#note
http://www.w3.org/2004/02/skos/core#changeNote
http://www.w3.org/2004/02/skos/core#editorialNote
http://www.w3.org/2004/02/skos/core#example
http://www.w3.org/2004/02/skos/core#historyNote
http://www.w3.org/2004/02/skos/core#scopeNote
author

Marc Alcaraz (ekameleon)

since
1.1.1

Table of Contents

Properties

$changeNote  : string|array<string|int, mixed>|null
skos:changeNote — a note about a modification to the concept.
$editorialNote  : string|array<string|int, mixed>|null
skos:editorialNote — a note for editors, translators or maintainers.
$example  : string|array<string|int, mixed>|null
skos:example — an example of the use of the concept.
$historyNote  : string|array<string|int, mixed>|null
skos:historyNote — a note about the past state or use of the concept.
$note  : string|array<string|int, mixed>|null
skos:note — a general-purpose note.
$scopeNote  : string|array<string|int, mixed>|null
skos:scopeNote — a note clarifying the intended meaning and boundaries of the concept.

Properties

$changeNote

skos:changeNote — a note about a modification to the concept.

public string|array<string|int, mixed>|null $changeNote

$editorialNote

skos:editorialNote — a note for editors, translators or maintainers.

public string|array<string|int, mixed>|null $editorialNote

$example

skos:example — an example of the use of the concept.

public string|array<string|int, mixed>|null $example

$historyNote

skos:historyNote — a note about the past state or use of the concept.

public string|array<string|int, mixed>|null $historyNote

$note

skos:note — a general-purpose note.

public string|array<string|int, mixed>|null $note

$scopeNote

skos:scopeNote — a note clarifying the intended meaning and boundaries of the concept.

public string|array<string|int, mixed>|null $scopeNote
On this page

Search results