
IRI: https://w3id.org/dseco/ontology/COMPONENT
# Example of a COMPONENT instance
:COMPONENT_1212 a :COMPONENT .
based on sbom.json
IRI: https://w3id.org/dseco/ontology/CVE
# Example of a CVE instance
:CVE_2025-1212 a :CVE .
IRI: https://w3id.org/dseco/ontology/FQDN
# Example of a FQDN instance
:FQDN_example.com a :FQDN .
IRI: https://w3id.org/dseco/ontology/ZONE
# Example of a ZONE instance
:ZONE_example.com a :ZONE .
IRI: https://w3id.org/dseco/ontology/dependsOn
# Example of using dependsOn property
:COMPONENT_1212 a :COMPONENT ;
:dependsOn :COMPONENT_3434 .
IRI: https://w3id.org/dseco/ontology/hasAS
has characteristics: functional
IRI: https://w3id.org/dseco/ontology/hasOrgu
# Example of using hasOrgu property
:AS_64496 a observable:AutonomousSystem ;
:hasOrgu :ORGU_network_provider .
IRI: https://w3id.org/dseco/ontology/is_A_to
# Example of using is_A_to property
:FQDN_example.com a :FQDN ;
:is_A_to :IP_192.0.2.1 .
IRI: https://w3id.org/dseco/ontology/is_AAAA_to
# Example of using is_AAAA_to property
:FQDN_example.com a :FQDN ;
:is_AAAA_to :IP_::1 .
IRI: https://w3id.org/dseco/ontology/is_CNAME_of
# Example of using is_CNAME_of property
:FQDN_alias.example.com a :FQDN ;
:is_CNAME_of :FQDN_target.example.com .
IRI: https://w3id.org/dseco/ontology/is_CNAME_of_CNAME_of
# Example of using is_CNAME_of_CNAME_of property
:FQDN_example.com a :FQDN ;
:is_CNAME_of_CNAME_of :FQDN_example2.com .
IRI: https://w3id.org/dseco/ontology/is_hosted_by
# Example of using is_hosted_by property
:FQDN_alias.example.com a :FQDN ;
:is_hosted_by :COMPONENT_1212 .
IRI: https://w3id.org/dseco/ontology/is_in_zone
# Example of using is_in_zone property
:FQDN_example.com a :FQDN ;
:is_in_zone :ZONE_example.com .
IRI: https://w3id.org/dseco/ontology/is_included_in
# Example of using is_included_in property
:COMPONENT_1212 a :COMPONENT ;
:is_included_in :COMPONENT_3434 .
IRI: https://w3id.org/dseco/ontology/is_part_of
# Example of using is_part_of property
:IP_12.12.12.1 a observable:IPAddress ;
:is_part_of <:SUBNET_12.12.12.0/24> .
has characteristics: functional
IRI: https://w3id.org/dseco/ontology/managedBy
# Example of using managedBy property
:ZONE_example.com a :ZONE ;
:managedBy :ORGU_internal .
IRI: https://w3id.org/dseco/ontology/originates
# Example of using originates property
:AS_64496 a observable:AutonomousSystem ;
:originates <:SUBNET_12.12.12.0/24>.
IRI: https://w3id.org/dseco/ontology/FQDN_ends_in_exampleorg
# Example of using FQDN_ends_in_exampleorg property
:FQDN_www.example.org a :FQDN ;
:FQDN_ends_in_exampleorg "true"^^xsd:boolean .
IRI: https://w3id.org/dseco/ontology/hasAS
has characteristics: functional
IRI: https://w3id.org/dseco/ontology/hasBomRef
# Example of using hasBomRef property
:COMPONENT_example a :COMPONENT ;
:hasBomRef "BOM-12345"^^xsd:string .
IRI: https://w3id.org/dseco/ontology/hasCountry
# Example of using hasCountry property
:IP_203.0.113.1 a observable:IPAddress ;
:hasCountry "FR"^^xsd:string .
has characteristics: functional
IRI: https://w3id.org/dseco/ontology/hasName
# Example of using hasName property
:FQDN_example.com a :FQDN ;
:hasName "example.com."^^xsd:string .
# Can also be used with ZONE
:ZONE_example.org a :ZONE ;
:hasName "example.org."^^xsd:string .
IRI: https://w3id.org/dseco/ontology/hasServiceId
# Example of using hasServiceId property
:FQDN_www.example.org a :FQDN ;
:hasServiceId "123"^^xsd:string .
IRI: https://w3id.org/dseco/ontology/isinOurSubnet
# Example of using isinOurSubnet property
:IP_198.51.100.1 a observable:IPAddress ;
:isinOurSubnet "true"^^xsd:boolean .
has characteristics: functional
The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.