Fix typos in n3 files
This commit is contained in:
parent
6dc8094827
commit
5dfe858a25
2 changed files with 4 additions and 1 deletions
|
@ -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" .
|
||||
|
|
|
@ -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#> .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue