@prefix swp: .
@prefix ex: .
@prefix foaf: .
@prefix : <#> .
{
ex:Monica ex:name "Monica Murphy" ;
rdf:type ex:Person .
}
{
ex:Franz rdf:type ex:Person ;
ex:skill ex:Programming ;
ex:affiliation ex:ProjectInterVal .
}
{
swp:assertedBy .
swp:assertedBy .
swp:assertedBy ;
swp:authority .
foaf:mbox .
}