@prefix rdfs: . @prefix xmls: . @prefix local: . @prefix vivo: . @prefix vcard: . @prefix obo: . local:lodFacultyMember a vivo:FacultyMember ; rdfs:label "Example, Bad "^^xmls:string ; obo:ARG_2000028 local:lodVcard ; obo:RO_0000053 local:lodMembership ; vivo:overview "Not someone on whom you should base your actions." ; vivo:scopusId "10982375409" ; vivo:eRACommonsId "My_eRA_ID" . local:lodVcard a vcard:Kind , vcard:Individual ; obo:ARG_2000029 local:lodFacultyMember ; vcard:hasName local:lodName ; vcard:hasURL local:lodWebsite . local:lodName a vcard:Name ; vcard:familyName "Example"^^xmls:string ; vcard:givenName "Bad"^^xmls:string ; vcard:honorificPrefix "Mr."^^xmls:string . local:lodWebsite a vcard:URL ; rdfs:label "Slashdot" ; vivo:rank "1"^^xmls:int ; vcard:url "http://www.slashdot.org"^^xmls:anyURI . local:lodMembership a vivo:MemberRole ; rdfs:label "Bozo"^^xmls:string ; obo:RO_0000052 local:lodFacultyMember ; vivo:dateTimeInterval local:lodInterval ; vivo:roleContributesTo local:lodDepartment . local:lodInterval a vivo:DateTimeInterval ; vivo:start local:lodStartDate . local:lodStartDate a vivo:DateTimeValue ; vivo:dateTime "1992-01-01T00:00:00"^^xmls:dateTime ; vivo:dateTimePrecision vivo:yearPrecision . local:lodDepartment a vivo:AcademicDepartment ; rdfs:label "Department of Redundancy Department"^^xmls:string ; vivo:contributingRole local:lodMembership .