@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
skos:editorialNote	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
skos:editorialNote	rdf:type	owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
skos:editorialNote	rdfs:subPropertyOf	skos:note ;
	rdfs:label	"editorial note"@en .
@prefix ns4:	<http://www.w3.org/2004/02/skos/> .
skos:editorialNote	rdfs:isDefinedBy	ns4:core ;
	skos:definition	"A note for an editor, translator or maintainer of the vocabulary."@en .