@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix org: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . owl:TransitiveProperty a rdfs:Class ; rdfs:label "TransitiveProperty" . org:Organization a rdfs:Class, owl:Class ; rdfs:label "Organization"@en, "organización"@es, "Organisation"@fr, "Organizzazione"@it . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of transitive sub-organization" ; foaf:primaryTopic org:transitiveSubOrganizationOf . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of transitive sub-organization" . dc:format "text/n3" ; dcterms:title "Notation3 description of transitive sub-organization" . dc:format "text/plain" ; dcterms:title "NTriples description of transitive sub-organization" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of transitive sub-organization" . dc:format "text/turtle" ; dcterms:title "Turtle description of transitive sub-organization" . org:transitiveSubOrganizationOf a rdf:Property, owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitive sub-organization"@en, "es suborganización de (transitiva)"@es, "es suborganización de manera transitiva de"@es, "sous-Organization transitive de"@fr, "sotto-Organization transitiva"@it ; rdfs:comment "The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged."@en, "La versión transitiva de la propiedad “subOrganizationOf”, es decir, la representación de todas las organizaciones en las que esta está contenida. Téngase en cuenta que desde el punto de vista técnico esta es una propiedad que contiene a todas las propiedades transitivas, de forma que podría contener afirmaciones adicionales, aunque su uso no está aconsejado."@es, "La version transitive de la propriété subOrganizationOf, renvoie une représentation de toutes les organisations qui contiennent celle-ci. Notez que ceci est une super-propriété de la relation transitive donc elle pourrait contenir des assertions additionnelles mais cet usage n'est pas recommandé."@fr, "È la chiusura transitiva di subOrganizationOf, quindi rappresenta tutte le organizzazioni che la contengono. Tecnicamente, essendo una chiusura transitiva, può contenere asserzioni che non la riguardano e quindi il suo uso è sconsigliato."@it, "subOrganizationOfの推移閉包で、これを含むすべての組織の表現を与える。技術的に、これが推移閉包のスーパープロパティーであるため、追加の言明を含むことができますが、そのような使用法はお勧めできないことに注意してください。"@ja ; rdfs:domain org:Organization ; rdfs:isDefinedBy ; rdfs:range org:Organization . [] a ov:RequestedDocument ; dcterms:source .