2010-07-02 00:24:17 +00:00
|
|
|
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
|
|
|
|
|
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
|
|
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
|
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
2010-07-08 23:43:52 +00:00
|
|
|
@prefix core: <http://vivoweb.org/ontology/core#> .
|
2010-07-02 00:24:17 +00:00
|
|
|
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/localnav#> .
|
2010-10-14 18:00:57 +00:00
|
|
|
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
2010-07-02 00:24:17 +00:00
|
|
|
|
2011-07-14 21:53:18 +00:00
|
|
|
# See vitroSearchProhibited.n3 for more information about files in this directory.
|
2010-07-02 00:24:17 +00:00
|
|
|
|
2011-07-13 16:21:44 +00:00
|
|
|
vitroDisplay:SearchIndex
|
2010-07-08 23:43:52 +00:00
|
|
|
rdf:type owl:Thing ;
|
|
|
|
vitroDisplay:excludeClass core:Role ;
|
|
|
|
vitroDisplay:excludeClass core:AdvisingRelationship ;
|
|
|
|
vitroDisplay:excludeClass core:Authorship ;
|
|
|
|
vitroDisplay:excludeClass core:Position ;
|
2011-07-11 22:21:54 +00:00
|
|
|
vitroDisplay:excludeClass core:AwardReceipt ;
|
2010-07-08 23:43:52 +00:00
|
|
|
vitroDisplay:excludeClass core:ResearchActivity ;
|
2010-10-14 18:00:57 +00:00
|
|
|
vitroDisplay:excludeClass core:EducationalTraining ;
|
2011-01-19 20:52:22 +00:00
|
|
|
vitroDisplay:excludeClass bibo:DocumentStatus ;
|
|
|
|
vitroDisplay:excludeClass core:DateTimeValue ;
|
2011-07-11 15:22:54 +00:00
|
|
|
vitroDisplay:excludeClass core:DateTimeInterval ;
|
2011-07-11 22:21:54 +00:00
|
|
|
vitroDisplay:excludeClass core:AcademicDegree ;
|
|
|
|
vitroDisplay:excludeClass core:URLLink ;
|
|
|
|
vitroDisplay:excludeClass <http://vitro.mannlib.cornell.edu/ns/vitro/public#File> ;
|
|
|
|
vitroDisplay:excludeClass <http://vitro.mannlib.cornell.edu/ns/vitro/public#FileByteStream> .
|