Holly added a new test file for LanguageSupport...
This commit is contained in:
parent
f95e028d35
commit
5f353f35d1
1 changed files with 31 additions and 0 deletions
31
utilities/acceptance-tests/suites/LanguageSupport/Test-utf8
Normal file
31
utilities/acceptance-tests/suites/LanguageSupport/Test-utf8
Normal file
|
@ -0,0 +1,31 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:c4o="http://purl.org/spar/c4o/"
|
||||
xmlns:vitro-public="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
|
||||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:ero="http://purl.obolibrary.org/obo/"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:scires="http://vivoweb.org/ontology/scientific-research#"
|
||||
xmlns:fabio="http://purl.org/spar/fabio/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
|
||||
<rdf:Description rdf:about="http://vivo.mydomain.edu/individual/n6161">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#FacultyMember"/>
|
||||
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<vivo:overview xml:lang="en">I am a ladybug expert.</vivo:overview>
|
||||
<vivo:overview xml:lang="de">Ich bin ein Marienkäfer-Experte.</vivo:overview>
|
||||
<foaf:firstName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jane</foaf:firstName>
|
||||
<foaf:lastName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Faculty</foaf:lastName>
|
||||
<rdfs:label>Faculty, Jane</rdfs:label>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
Loading…
Add table
Reference in a new issue