@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:Blank_node	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000046f0bd5> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns3:	<http://en.wikipedia.org/wiki/> .
dbpedia:Blank_node	foaf:page	ns3:Blank_node .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Blank_node	dbpprop:reference	<http://www.w3.org/DesignIssues/Notation3.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Blank_node	rdfs:label	"Ressource anonyme"@fr ,
		"Blank node"@en ;
	dbpprop:abstract	"In RDF, a blank node (or anonymous resource or bnode) is a node in an RDF graph which is not identified by a URI and is not a literal. Normally a blank node can only be used as subject or object in an RDF triple, in some syntaxes like Notation 3 it is acceptable to use a Blank Node as a predicate. Blank Nodes have a Node ID which is limited in scope to a serialization of a particular Graph, i.e. the Node p1 in the subsequent example does not represent the same Node as a Node named p1 in any other Graph."@en ,
		"Une ressource anonyme ou n\u0153ud anonyme (en anglais blank node ou bnode) est dans le langage RDF, une ressource, ou n\u0153ud d'un graphe RDF, qui n'est pas identifi\u00E9e par une URI. Une ressource anonyme peut \u00EAtre sujet ou objet d'un triplet RDF."@fr ;
	rdfs:comment	"Une ressource anonyme ou n\u0153ud anonyme (en anglais blank node ou bnode) est dans le langage RDF, une ressource, ou n\u0153ud d'un graphe RDF, qui n'est pas identifi\u00E9e par une URI. Une ressource anonyme peut \u00EAtre sujet ou objet d'un triplet RDF."@fr ,
		"In RDF, a blank node (or anonymous resource or bnode) is a node in an RDF graph which is not identified by a URI and is not a literal. Normally a blank node can only be used as subject or object in an RDF triple, in some syntaxes like Notation 3 it is acceptable to use a Blank Node as a predicate. Blank Nodes have a Node ID which is limited in scope to a serialization of a particular Graph, i.e."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns7:	<http://dbpedia.org/resource/Category:> .
dbpedia:Blank_node	skos:subject	ns7:Semantic_Web .
@prefix ns8:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Blank_node	dbpprop:hasPhotoCollection	ns8:Blank_node .
dbpedia:Bnode	dbpprop:redirect	dbpedia:Blank_node .