@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns:	<http://www.w3.org/ns/prov#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns:wasAssociatedWith	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns:wasAssociatedWith	rdfs:domain	ns:Activity ;
	rdfs:range	_:b60516533 .
_:b60516533	rdf:type	owl:Class ;
	owl:unionOf	_:b60516535 .
@prefix dcat:	<http://www.w3.org/ns/dcat#> .
_:b60516534	rdf:first	dcat:Dataset ;
	rdf:rest	rdf:nil .
_:b60516535	rdf:first	ns:SoftwareAgent ;
	rdf:rest	_:b60516534 .