@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.data-knowledge.org/dk/> . @prefix ns1: <http://purl.org/vocab/lifecycle/schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:ApplicationLifecycle metadata_def:mappingLoom "applicationlifecycle" ; metadata_def:mappingSameURI ns0:ApplicationLifecycle ; metadata_def:prefLabel "Application Lifecycle"@de, "Application Lifecycle"@en ; metadata:prefixIRI "ApplicationLifecycle" ; vann:example "Test, produktiv, abgekündigt"@de, "test, production, deprecated"@en ; a ns1:Lifecycle, owl:Class, owl:NamedIndividual ; rdfs:comment "Defines the life cycle of Applications. A life cycle is defined by a set of possible life cycle states (lifecycle:State). The life cycle definition may also specify constraints on the transitions between the life cycle states (lifecycle:possibleTransition)."@en, "Definiert den Lebenszyklus von Applikationen. Ein Lebenszyklus wird durch eine Menge von möglichen Lebenszyklusphasen (lifecycle:State) definiert. Die Lebenszyklusdefinition kann außerdem Einschränkungen der möglichen Übergange zwischen Lebenszyklusphasen spezifizieren (lifecycle:possibleTransition)."@de ; rdfs:isDefinedBy <http://www.data-knowledge.org/dk/> ; rdfs:label "Application Lifecycle"@en, "Applikationslebenszyklus"@de ; rdfs:subClassOf owl:Thing . ns0:hasApplicationLifecycle rdfs:range ns0:ApplicationLifecycle .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.data-knowledge.org/dk/> .
@prefix ns1: <http://purl.org/vocab/lifecycle/schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:ApplicationLifecycle
    metadata_def:mappingLoom "applicationlifecycle" ;
    metadata_def:mappingSameURI ns0:ApplicationLifecycle ;
    metadata_def:prefLabel "Application Lifecycle"@de, "Application Lifecycle"@en ;
    metadata:prefixIRI "ApplicationLifecycle" ;
    vann:example "Test, produktiv, abgekündigt"@de, "test, production, deprecated"@en ;
    a ns1:Lifecycle, owl:Class, owl:NamedIndividual ;
    rdfs:comment "Defines the life cycle of Applications. A life cycle is defined by a set of possible life cycle states (lifecycle:State). The life cycle definition may also specify constraints on the transitions between the life cycle states (lifecycle:possibleTransition)."@en, "Definiert den Lebenszyklus von Applikationen. Ein Lebenszyklus wird durch eine Menge von möglichen Lebenszyklusphasen (lifecycle:State) definiert. Die Lebenszyklusdefinition kann außerdem Einschränkungen der möglichen Übergange zwischen Lebenszyklusphasen spezifizieren (lifecycle:possibleTransition)."@de ;
    rdfs:isDefinedBy <http://www.data-knowledge.org/dk/> ;
    rdfs:label "Application Lifecycle"@en, "Applikationslebenszyklus"@de ;
    rdfs:subClassOf owl:Thing .

ns0:hasApplicationLifecycle
    rdfs:range ns0:ApplicationLifecycle .