@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tib.dot .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:dot .

bioregistry:tib.dot a bioregistry.schema:0000001 ;
    rdfs:label "Damage Topology Ontology" ;
    dcterms:description "The Damage Topology Ontology (DOT) allows the definition of damage representations and their relations with other damages and affected construction components. The ontology supports a generic damage modeling approach and therefore could be applied for any type of degradation as well as for any construction type (e.g. buildings or bridges). Damage representations can be modeled either as damaged areas (dot:DamageArea) or elementary damage elements (dot:DamageElement). Thereby, instances of dot:DamageElement should be aggregated in a dot:DamageArea, however significant damages e.g. large cracks could be modelled as dot:DamageElement without dot:DamageArea. For grouping multiple coherent damages, a damage pattern could be defined by using dot:DamagePattern as third type for damage representation. Besides the topological damage classes, damage can also be categorized acording to a certain damage type using subclasses of dot:ClassifiedDamage as defined in extensions of DOT. A division between structural and non-structural damage is made by using the dot:StructuralDamage or dot:Defect classes. In addition to the topology, damage documentation that is commonly created during inspections and damage assessment can be linked to the damages as well as to the damaged components."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:dot ;
    dcat:keyword "engineering",
        "nfdi4ing",
        "ontology" ;
    foaf:homepage <https://alhakam.github.io/dot> ;
    bioregistry.schema:0000005 "Causation"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/dot#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://alhakam.github.io/dot/ontology.ttl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/dot#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/dot#Causation> ;
    bioregistry.schema:0000029 "tib.dot" .

tib.ts:dot dcterms:isPartOf bioregistry.metaresource:tib .

