Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add as many rows as it takes to represent the organizations within your institution.  You can start with some, load them to VIVO (see below), and create more rows and reload, eventually building up a complete set of organizations.

OrgURITypeNameTypePartOfURI
http://vivo.mydomain.edu/individual/orgSampleUniversityuniversitySample Universityuniversity
http://vivo.mydomain.edu/individual/orgCollegeOfSciencecollegeCollege of Sciencecollegehttp://vivo.mydomain.edu/individual/orgSampleUniversity
http://vivo.mydomain.edu/individual/orgPhysicsdepartmentPhysicsdepartmenthttp://vivo.mydomain.edu/individual/orgCollegeOfScience
http://vivo.mydomain.edu/individual/orgChemistrydepartmentChemistrydepartmenthttp://vivo.mydomain.edu/individual/orgCollegeOfScience
http://vivo.mydomain.edu/individual/orgOrganicChemistrydivisionOrganic Chemistrydivisionhttp://vivo.mydomain.edu/individual/orgChemistry
http://vivo.mydomain.edu/individual/orgCollegeOfTheArtscollegeCollege of the Artscollegehttp://vivo.mydomain.edu/individual/orgSampleUniversity
http://vivo.mydomain.edu/individual/orgTheaterAndDancedepartmentTheater and Dancedepartmenthttp://vivo.mydomain.edu/individual/orgCollegeOfTheArt

...

Code Block
languagexml
titleSample Triples
linenumberstrue
<http://vivo.mydomain.edu/individual/orgSampleUniversity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vivoweb.org/ontology/core#University> .
<http://vivo.mydomain.edu/individual/orgSampleUniversity> <http://www.w3.org/2000/01/rdf-schema#label> "Sample University"@en-US .
<http://vivo.mydomain.edu/individual/orgorgCollegeOfScience>orgCollegeOfScience> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vivoweb.org/ontology/core#College> .
<http://vivo.mydomain.edu/individual/orgorgCollegeOfScience>orgCollegeOfScience> <http://www.w3.org/2000/01/rdf-schema#label> "College of Science"@en-US .
<http://vivo.mydomain.edu/individual/orgorgCollegeOfScience>orgCollegeOfScience> <http://purl.obolibrary.org/obo/BFO_0000050>  <http://vivo.mydomain.edu/individual/orgSampleUniversity> .

...