@prefix rdfs: . @prefix xsd: . @prefix foaf: . @prefix esip: . @prefix twperson: . @prefix twproject: . :TWC a foaf:Organization; a foaf:Group; foaf:homepage ; foaf:name "Tetherless World Constellation"^^xsd:string . :GSFC a foaf:Organization; a foaf:Group; foaf:homepage ; foaf:name " NASA Goddard Space Flight Center"^^xsd:string. :ChrisLynnes a esip:ProjectParticipant; foaf:name "Chris Lynnes"^^xsd:string; esip:memberOf :GSFC; esip:hasProjectParticipation [a esip:ProjectParticipation; esip:onProject twproject:DQSS; esip:hasRole [ a esip:PrincipalInvestigator; rdfs:label "Principal Investigator"^^xsd:string ] ] . twperson:PeterFox a esip:ProjectParticipant; foaf:name "Peter Fox"^^xsd:string; foaf:homepage ; esip:memberOf :TWC; esip:hasProjectParticipation [ a esip:ProjectParticipation; esip:onProject twproject:DQSS; esip:hasRole [ a esip:CoInvestigator; rdfs:label "Co-Investigator"^^xsd:string ] ] . twperson:StephanZednik a esip:ProjectParticipant; foaf:name "Stephan Zednik"^^xsd:string; foaf:homepage ; esip:memberOf :TWC; esip:hasProjectParticipation [ a esip:projectParticipation; esip:onProject twproject:DQSS; esip:hasRole [ a esip:TechnicalExpert; rdfs:label "Technical Expert"^^xsd:string ] ]; esip:knowsTechnology :Jena . twproject:DQSS a esip:Project; foaf:name "Data Quality Screening Service (DQSS)"^^xsd:string; foaf:homepage ; esip:isFundedBy :NASA_ACCESS; esip:worksWithTechnology :Jena . :NASA_ACCESS a esip:Program; foaf:name "NASA ACCESS"^^xsd:string; foaf:homepage . :ESTO a esip:Program; foaf:name "Earth Science Technology Office (ESTO)"^^xsd:string; foaf:homepage . :Jena a esip:Technology; foaf:homepage ; foaf:name "Jena Semantic Web Framework"^^xsd:string .