Skip to content

Multiple Domains or Ranges Should be Represented as Intersection #70

@jmkeil

Description

@jmkeil

Hi.

multiple Domains or Ranges are currently represented as unions. However, they should be represented as intersections.

For example, try:

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix :     <http://example.org/> .

<http://example.org/> a owl:Ontology .

:exampleProperty rdfs:domain :calss1, :class2 ;
                 rdfs:range  :calss1, :class2 .

:exampleIntersection owl:intersectionOf ( :calss1 :class2 ) .

:exampleIUnion owl:unionOf ( :calss1 :class2 ) .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions