@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .

rdfs:label
	rdf:type	rdf:Property ;
	rdfs:label	"label"@nl , "label" ;
	rdfs:domain	rdfs:Resource ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"A human-readable name for the subject." .
foaf:name
	rdfs:subPropertyOf	rdfs:label .
<https://schema.org/name>
	rdfs:subPropertyOf	rdfs:label .