@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://www.data-knowledge.org/dk/> . ns0:Lifecycle metadata_def:mappingLoom "lifecycle" ; metadata_def:mappingSameURI ns0:Lifecycle ; metadata_def:prefLabel "Lifecycle" ; a owl:Class ; rdfs:subClassOf owl:Thing . ns1:ApplicationLifecycle a ns0:Lifecycle . ns1:KnowledgeLifecycle a ns0:Lifecycle .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://www.data-knowledge.org/dk/> .

ns0:Lifecycle
    metadata_def:mappingLoom "lifecycle" ;
    metadata_def:mappingSameURI ns0:Lifecycle ;
    metadata_def:prefLabel "Lifecycle" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .

ns1:ApplicationLifecycle
    a ns0:Lifecycle .

ns1:KnowledgeLifecycle
    a ns0:Lifecycle .