snap:GenericallyDependentContinuant leaf node


URI

http://www.ifomis.org/bfo/1.1/snap#GenericallyDependentContinuant

Label

generically_dependent_continuant

Description

Definition: A continuant [snap:Continuant] that is dependent on one or other independent continuant [snap:IndependentContinuant] bearers. For every instance of A requires some instance of (an independent continuant [snap:IndependentContinuant] type) B but which instance of B serves can change from time to time. - Examples: a certain PDF file that exists in different and in several hard drives

Usage

Instances of snap:GenericallyDependentContinuant can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
dc:contributor owl:AnnotationProperty owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:format owl:AnnotationProperty owl:Thing
dc:identifier owl:AnnotationProperty owl:Thing
dc:language owl:AnnotationProperty owl:Thing
dc:publisher owl:AnnotationProperty owl:Thing
dc:rights owl:AnnotationProperty owl:Thing
dc:source owl:AnnotationProperty owl:Thing
dc:title owl:AnnotationProperty owl:Thing

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix snap: <http://www.ifomis.org/bfo/1.1/snap#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

snap:GenericallyDependentContinuant a owl:Class ;
    rdfs:label "generically_dependent_continuant"^^xsd:string ;
    rdfs:comment "Definition: A continuant [snap:Continuant] that is dependent on one or other independent continuant [snap:IndependentContinuant] bearers. For every instance of A requires some instance of (an independent continuant [snap:IndependentContinuant] type) B but which instance of B serves can change from time to time."^^xsd:string,
        "Examples: a certain PDF file that exists in different and in several hard drives"^^xsd:string ;
    rdfs:subClassOf snap:DependentContinuant ;
    owl:disjointWith snap:SpecificallyDependentContinuant .