Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The N3 for our data getter consists of two parts: (1) the triple that associates our data getter with the AcademicDepartment class and (2) the triples that define the data getter itself. Here is the former:

Code Block
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .

<http://vivoweb.org/ontology/core#AcademicDepartment> display:hasDataGetter display:getResearchAreaDataGetter .

...