@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.essepuntato.it/2008/12/pattern#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:canContainHeteronymousElements a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:comment "A hierarchical-based entity contains al least two entities having different names."@en ; rdfs:domain ns0:Structured ; rdfs:label "can contain heteronymous elements"@en ; rdfs:range xsd:boolean .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.essepuntato.it/2008/12/pattern#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:canContainHeteronymousElements
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment "A hierarchical-based entity contains al least two entities having different names."@en ;
    rdfs:domain ns0:Structured ;
    rdfs:label "can contain heteronymous elements"@en ;
    rdfs:range xsd:boolean .