@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/squap/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://w3id.org/squap/ArchitecturalAlignment/> . ns0:ArchitecturalAlignment metadata_def:mappingLoom "architecturalalignment" ; metadata_def:mappingSameURI ns0:ArchitecturalAlignment ; metadata_def:prefLabel "Architectural alignment" ; metadata:prefixIRI "ArchitecturalAlignment" ; a owl:Class ; rdfs:comment "The software quality characteristic meant as architectural alignment." ; rdfs:label "Architectural alignment" ; rdfs:subClassOf ns0:SoftwareQualityCharacteristic ; owl:disjointWith ns0:ProcessMaturity, ns0:SoftwareQuality . ns1:ArchitectureDescription a ns0:ArchitecturalAlignment . ns1:ArchitectureFramework a ns0:ArchitecturalAlignment . ns1:ArchitectureModel a ns0:ArchitecturalAlignment . ns1:ArchitectureRational a ns0:ArchitecturalAlignment . ns1:ArchitectureView a ns0:ArchitecturalAlignment . ns1:ArchitectureViewpoint a ns0:ArchitecturalAlignment . ns1:Concern a ns0:ArchitecturalAlignment . ns1:Correspondence a ns0:ArchitecturalAlignment . ns1:CorrespondenceRules a ns0:ArchitecturalAlignment . ns1:Environment a ns0:ArchitecturalAlignment . ns1:ModelKind a ns0:ArchitecturalAlignment . ns1:ObjectiveCharacteristic a ns0:ArchitecturalAlignment ; rdfs:subClassOf ns0:ArchitecturalAlignment . ns1:Stakeholder a ns0:ArchitecturalAlignment . ns1:SubjectiveCharacteristic a ns0:ArchitecturalAlignment ; rdfs:subClassOf ns0:ArchitecturalAlignment . ns1:System-of-Interest a ns0:ArchitecturalAlignment .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/squap/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://w3id.org/squap/ArchitecturalAlignment/> .

ns0:ArchitecturalAlignment
    metadata_def:mappingLoom "architecturalalignment" ;
    metadata_def:mappingSameURI ns0:ArchitecturalAlignment ;
    metadata_def:prefLabel "Architectural alignment" ;
    metadata:prefixIRI "ArchitecturalAlignment" ;
    a owl:Class ;
    rdfs:comment "The software quality characteristic meant as architectural alignment." ;
    rdfs:label "Architectural alignment" ;
    rdfs:subClassOf ns0:SoftwareQualityCharacteristic ;
    owl:disjointWith ns0:ProcessMaturity, ns0:SoftwareQuality .

ns1:ArchitectureDescription
    a ns0:ArchitecturalAlignment .

ns1:ArchitectureFramework
    a ns0:ArchitecturalAlignment .

ns1:ArchitectureModel
    a ns0:ArchitecturalAlignment .

ns1:ArchitectureRational
    a ns0:ArchitecturalAlignment .

ns1:ArchitectureView
    a ns0:ArchitecturalAlignment .

ns1:ArchitectureViewpoint
    a ns0:ArchitecturalAlignment .

ns1:Concern
    a ns0:ArchitecturalAlignment .

ns1:Correspondence
    a ns0:ArchitecturalAlignment .

ns1:CorrespondenceRules
    a ns0:ArchitecturalAlignment .

ns1:Environment
    a ns0:ArchitecturalAlignment .

ns1:ModelKind
    a ns0:ArchitecturalAlignment .

ns1:ObjectiveCharacteristic
    a ns0:ArchitecturalAlignment ;
    rdfs:subClassOf ns0:ArchitecturalAlignment .

ns1:Stakeholder
    a ns0:ArchitecturalAlignment .

ns1:SubjectiveCharacteristic
    a ns0:ArchitecturalAlignment ;
    rdfs:subClassOf ns0:ArchitecturalAlignment .

ns1:System-of-Interest
    a ns0:ArchitecturalAlignment .