@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/net/lio#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Image rdfs:subClassOf ns0:PictorialElement . ns0:PictorialElement metadata_def:mappingLoom "pictorialelement" ; metadata_def:mappingSameURI ns0:PictorialElement ; metadata_def:prefLabel "Pictorial element"@en ; a owl:Class ; rdfs:comment " Any visual entity; any graphical item, part, or visual property of an image or part of an image, including the image itself. Examples include lines, areas, colors and textures. Pictorial elements may have arbitrarily complex shapes and may be implicit, e.g. lines of perspective or outlined white spaces. Rectangular regions of an image are pictorial elements, and the entire image is also. Thus, Image is a subclass of PictorialElement. PictorialElements may be included in one another, giving a simple mereology of visual forms, with the property visualPartOf. Non-visual properties such as date or manner of creation are not considered to be PictorialElements. A property or aspect of an image can be considered to be a PictorialElment when it can be apprehended by vision alone."@en ; rdfs:label "Pictorial element"@en ; rdfs:subClassOf owl:Thing . ns0:conveys rdfs:domain ns0:PictorialElement . ns0:depicts rdfs:domain ns0:PictorialElement . ns0:hasArtisticElement rdfs:domain ns0:PictorialElement . ns0:hasInBackground rdfs:domain ns0:PictorialElement . ns0:hasInForeground rdfs:domain ns0:PictorialElement . ns0:hasVisualPart rdfs:domain ns0:PictorialElement ; rdfs:range ns0:PictorialElement . ns0:looksLike rdfs:domain ns0:PictorialElement . ns0:usesPictorially rdfs:domain ns0:PictorialElement . ns0:visualPartOf rdfs:domain ns0:PictorialElement ; rdfs:range ns0:PictorialElement .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/net/lio#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Image
    rdfs:subClassOf ns0:PictorialElement .

ns0:PictorialElement
    metadata_def:mappingLoom "pictorialelement" ;
    metadata_def:mappingSameURI ns0:PictorialElement ;
    metadata_def:prefLabel "Pictorial element"@en ;
    a owl:Class ;
    rdfs:comment " Any visual entity; any graphical item, part, or visual property of an image or part of an image, including the image itself. Examples include lines, areas, colors and textures. Pictorial elements may have arbitrarily complex shapes and may be implicit, e.g. lines of perspective or outlined white spaces. Rectangular regions of an image are pictorial elements, and the entire image is also. Thus, Image is a subclass of PictorialElement. PictorialElements may be included in one another, giving a simple mereology of visual forms, with the property visualPartOf. Non-visual properties such as date or manner of creation are not considered to be PictorialElements. A property or aspect of an image can be considered to be a PictorialElment when it can be apprehended by vision alone."@en ;
    rdfs:label "Pictorial element"@en ;
    rdfs:subClassOf owl:Thing .

ns0:conveys
    rdfs:domain ns0:PictorialElement .

ns0:depicts
    rdfs:domain ns0:PictorialElement .

ns0:hasArtisticElement
    rdfs:domain ns0:PictorialElement .

ns0:hasInBackground
    rdfs:domain ns0:PictorialElement .

ns0:hasInForeground
    rdfs:domain ns0:PictorialElement .

ns0:hasVisualPart
    rdfs:domain ns0:PictorialElement ;
    rdfs:range ns0:PictorialElement .

ns0:looksLike
    rdfs:domain ns0:PictorialElement .

ns0:usesPictorially
    rdfs:domain ns0:PictorialElement .

ns0:visualPartOf
    rdfs:domain ns0:PictorialElement ;
    rdfs:range ns0:PictorialElement .