Skip to content

Latest commit

 

History

History

Following

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Following

(qualified relation)

Relationship where one agent follows another agent.

Examples

Person following Person

elf Pavlik following Amy Guy

Following

<https:/rhiaro.co.uk> a :Person ;
  :name "Amy Guy" .

<https://wwelves.org/perpetual-tripper> a :Person ;
  :name "elf Pavlik" ;
  :follows <https://rhiaro.co.uk> .

<https://wwelves.org/perpetual-tripper/rel/3242> a :Following ;
  rdf:subject <https://wwelves.org/perpetual-tripper> ;
  rdf:predicate :follows ;
  rdf:object <https:/rhiaro.co.uk> ;
  :startTime "16 July 2014" .