On 07/01/14 19:17, Rafiq wrote:
@prefix: <http://www.lehigh.edu/%7Ezhp2/2004/0401/univ-bench.owl#> .
does not match your query. <http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl# %7Ezhp2 vs ~zhp2They are not the same. % is not en escape mechanism. It really is %-7-E in the data.
Andy
@prefix owl: <http://www.w3.org/2002/07/owl#> . On 01/07/2014 08:12 PM, Andy Seaborne wrote:What is the ":" prefix? On 07/01/14 18:42, Rafiq wrote:Sample data <http://www.Department4.University3.edu> a :Department . <http://www.Department4.University3.edu> :name "Department4" . <http://www.Department4.University3.edu> :subOrganizationOf <http://www.University3.edu> . <http://www.Department4.University3.edu/AssistantProfessor0> a :AssistantProfessor . <http://www.Department4.University3.edu/AssistantProfessor0> :doctoralDegreeFrom <http://www.University2980.edu> . <http://www.Department4.University3.edu/AssistantProfessor0> :emailAddress "[email protected]" . <http://www.Department4.University3.edu/AssistantProfessor0> :mastersDegreeFrom <http://www.University2549.edu> . <http://www.Department4.University3.edu/AssistantProfessor0> :name "AssistantProfessor0" . <http://www.Department4.University3.edu/AssistantProfessor0> :researchInterest "Research38" . <http://www.Department4.University3.edu/AssistantProfessor0> :teacherOf <http://www.Department4.University3.edu/Course29> . <http://www.Department4.University3.edu/AssistantProfessor0> :teacherOf <http://www.Department4.University3.edu/Course30> . <http://www.Department4.University3.edu/AssistantProfessor0> :teacherOf <http://www.Department4.University3.edu/GraduateCourse29> . <http://www.Department4.University3.edu/AssistantProfessor0> :teacherOf <http://www.Department4.University3.edu/GraduateCourse30> . <http://www.Department4.University3.edu/AssistantProfessor0> :telephone "xxx-xxx-xxxx" . <http://www.Department4.University3.edu/AssistantProfessor0> :undergraduateDegreeFrom <http://www.University10318.edu> . <http://www.Department4.University3.edu/AssistantProfessor0> :worksFor <http://www.Department4.University3.edu> .
