@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.data-knowledge.org/dk/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Application metadata_def:mappingLoom "application" ; metadata_def:mappingSameURI ns0:Application ; metadata_def:prefLabel "Application"@de, "Application"@en ; metadata:prefixIRI "Application" ; dct:hasPart ns0:ApplicationInterface, ns0:DataObjectType ; vann:example "Enterprise Resource Planning System (ERP)"@de, "Enterprise Resource Planning System (ERP)"@en ; a owl:Class ; rdfs:comment "An installed instance of an application that stores or processes data"@en, "Eine installierte Instanz einer Anwendung, welche Daten speichert oder verarbeitet"@de ; rdfs:isDefinedBy <http://www.data-knowledge.org/dk/> ; rdfs:label "Application"@en, "Applikation"@de ; rdfs:subClassOf owl:Thing . ns0:ApplicationInterface dct:isPartOf ns0:Application . ns0:DataObjectType dct:isPartOf ns0:Application . ns0:hasApplicationLifecycle rdfs:domain ns0:Application .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.data-knowledge.org/dk/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Application
    metadata_def:mappingLoom "application" ;
    metadata_def:mappingSameURI ns0:Application ;
    metadata_def:prefLabel "Application"@de, "Application"@en ;
    metadata:prefixIRI "Application" ;
    dct:hasPart ns0:ApplicationInterface, ns0:DataObjectType ;
    vann:example "Enterprise Resource Planning System (ERP)"@de, "Enterprise Resource Planning System (ERP)"@en ;
    a owl:Class ;
    rdfs:comment "An installed instance of an application that stores or processes data"@en, "Eine installierte Instanz einer Anwendung, welche Daten speichert oder verarbeitet"@de ;
    rdfs:isDefinedBy <http://www.data-knowledge.org/dk/> ;
    rdfs:label "Application"@en, "Applikation"@de ;
    rdfs:subClassOf owl:Thing .

ns0:ApplicationInterface
    dct:isPartOf ns0:Application .

ns0:DataObjectType
    dct:isPartOf ns0:Application .

ns0:hasApplicationLifecycle
    rdfs:domain ns0:Application .