foafName constant

IriTerm const foafName

name from foaf vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

A name for some thing.

Can be used on: http://www.w3.org/2002/07/owl#Thing

Implementation

static const foafName = IriTerm.prevalidated(
  'http://xmlns.com/foaf/0.1/name',
);