@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <> .
<http://purl.org/sembeacon/1.0/> a prov:Entity;
	 dc:title "SemBeacon: A Semantic Proximity Beacon Solution for Discovering and Detecting the Position of Physical Things";
	 prov:wasAttributedTo :agent0;
	 prov:wasAttributedTo :agent1;
	 prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
.
:agent0 a prov:Agent; foaf:name "Maxim Van de Wynckel".
:agent1 a prov:Agent; foaf:name "Beat Signer".
