@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix org:	<http://www.w3.org/ns/org#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
org:postIn	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
org:postIn	rdfs:label	"Enlace con organismo"@es .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
org:postIn	rdfs:domain	foaf:Post ;
	rdfs:range	org:Organization ;
	rdfs:comment	"Indica la pertenencia a un organismo"@es .