@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.doremus.org/organization/> .
@prefix prov:	<http://www.w3.org/ns/prov#> .
ns1:DOREMUS	rdf:type	prov:Agent .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:DOREMUS	rdf:type	foaf:Project .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:DOREMUS	rdfs:label	"DOREMUS" ;
	rdfs:comment	"Initiated in late 2014, DOREMUS is a research project based on the semantic web technologies, aiming to develop tools and methods to describe, publish, connect and contextualize music catalogues on the web of data. Its primary objective is to provide common knowledge models and shared multilingual controlled vocabularies." ;
	foaf:homepage	<http://www.doremus.org/> ;
	foaf:logo	"http://www.doremus.org/wp-content/uploads/2015/06/Logotype-Doremus-VA-Couleurs.png" .