@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://dbpedia.org/ontology/> .
ns1:cost	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:cost	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:cost	rdfs:range	xsd:double ;
	rdfs:comment	"Cost of building an ArchitecturalStructure, Ship, etc"@en .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:cost	owl:sameAs	dbo:cost ;
	rdfs:label	"cost ($)"@en ,
		"\u03BA\u03CC\u03C3\u03C4\u03BF\u03C2 ($)"@el ,
		"Kosten ($)"@de ,
		"kosten ($)"@nl .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
ns1:cost	prov:wasDerivedFrom	ns7:cost .