@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Viking_Venture	rdf:type	dbpedia-owl:Company .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Viking_Venture	rdf:type	owl:Thing ,
		dbpedia-owl:Organisation .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Viking_Venture	foaf:homepage	<http://www.vikingventure.com> ;
	dbpedia-owl:type	dbpedia:Limited_liability_company .
@prefix ns5:	<http://dbpedia.org/ontology/Company/> .
dbpedia:Viking_Venture	ns5:product	dbpedia:Investments ;
	foaf:name	"Viking Venture" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Viking_Venture	foaf:page	ns6:Viking_Venture .
@prefix ns7:	<http://dbpedia.org/ontology/Organisation/> .
dbpedia:Viking_Venture	ns7:type	dbpedia:Limited_liability_company ;
	dbpedia-owl:location	<http://dbpedia.org/resource/Trondheim%2C_Norway> ;
	dbpedia-owl:industry	dbpedia:Venture_Capital ;
	dbpedia-owl:product	dbpedia:Investments .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbpedia:Viking_Venture	ns7:foundationDate	"2001-01-01T00:00:00-05:00"^^xsd:gYear .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Viking_Venture	dbpprop:reference	<http://www.nvca.no/> ,
		<http://www.vikingventure.com/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Viking_Venture	rdfs:label	"Viking Venture"@en ;
	ns5:industry	dbpedia:Venture_Capital ;
	dbpedia-owl:foundationDate	"2001-01-01T00:00:00-05:00"^^xsd:gYear ;
	dbpprop:abstract	"Viking Venture is one of the leading technology focused venture capital firms in the Nordics. The firm's investment focus are companies within electronics, software, oil &amp; gas, materials and clean technology. Viking Venture typically invests in companies that have passed the seed phase and is ready for the commercialization phase."@en ;
	rdfs:comment	"Viking Venture is one of the leading technology focused venture capital firms in the Nordics. The firm's investment focus are companies within electronics, software, oil &amp; gas, materials and clean technology. Viking Venture typically invests in companies that have passed the seed phase and is ready for the commercialization phase."@en ;
	ns7:location	<http://dbpedia.org/resource/Trondheim%2C_Norway> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Viking_Venture	skos:subject	ns12:Companies_based_in_Trondheim ,
		ns12:Venture_capital_firms ,
		ns12:Companies_established_in_2001 .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Viking_Venture	dbpprop:wikiPageUsesTemplate	ns13:infobox_company ;
	dbpprop:companyName	"Viking Venture"@en ;
	dbpprop:companyType	dbpedia:Limited_liability_company ;
	dbpprop:foundation	2001 ;
	dbpprop:location	<http://dbpedia.org/resource/Trondheim%2C_Norway> ;
	dbpprop:homepage	<http://www.vikingventure.com/> ;
	dbpprop:industry	dbpedia:Venture_Capital ;
	dbpprop:products	dbpedia:Investments .