@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix schema:	<http://schema.org/> .
dbr:Ruby_Diamond__Foundation__1	rdf:type	schema:Organization .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Ruby_Diamond__Foundation__1	rdf:type	dbo:Organisation .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Ruby_Diamond__Foundation__1	rdf:type	wikidata:Q43229 ,
		dbo:Agent .
@prefix ns5:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Ruby_Diamond__Foundation__1	rdf:type	ns5:Agent ,
		ns5:SocialPerson .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Ruby_Diamond__Foundation__1	rdf:type	owl:Thing ,
		wikidata:Q24229398 ;
	owl:sameAs	dbr:Ruby_Diamond__Foundation__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Ruby_Diamond__Foundation__1	foaf:name	"Ruby Diamond Foundation"@en ;
	foaf:homepage	<https://rubydiamondfoundation.org/> ;
	dbo:headquarter	<http://dbpedia.org/resource/Tallahassee,_Florida> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Ruby_Diamond__Foundation__1	dbo:foundingDate	"1983-12-31"^^xsd:date ;
	dbo:purpose	"charitable support of 24 designated charities" ;
	dbo:status	"501(c)(3)" ;
	dbo:numberOfStaff	"0"^^xsd:nonNegativeInteger .