Fix typos in n3 files

This commit is contained in:
j2blake 2013-10-07 15:34:05 -04:00
parent 6dc8094827
commit 5dfe858a25
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# $This file is distributed under the terms of the license in /doc/license.txt$
#Data getter type labels
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ClassGroupPageData> rdfs:label "Class Group Page" .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> rdfs:label "Browse Page" .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter> rdfs:label "Class Group Page - Selected Classes" .

View file

@ -1,7 +1,7 @@
# $This file is distributed under the terms of the license in /doc/license.txt$
# This file is for the portions of the pageList that should not be editable, i.e.
that it cannot be deleted and that it requires certain permissions #
# that it cannot be deleted and that it requires certain permissions
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .