Skip to content

Commit

Permalink
docs: remove references to catenax-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Oct 9, 2024
1 parent 8d0fb78 commit e3117a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/matchmaking-agent/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#

# image:
# registry: ghcr.io/catenax-ng/
# registry: ghcr.io/big-data-spaces
# repository: tx-knowledge-agents/matchmaking-agent
# tag: 1.14.24-SNAPSHOT

Expand Down
30 changes: 15 additions & 15 deletions matchmaking/resources/dataspace.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#################################################################

@prefix : <urn:cx:Graph:local:Dataspace> .
@prefix cx: <https://github.com/catenax-ng/product-knowledge/ontology/cx.ttl#> .
@prefix cx: <https://github.com/big-data-spaces/knowledge-agents-deployment/ontology/cx.ttl#> .
@prefix cx-common: <https://w3id.org/catenax/ontology/common#> .
@prefix cx-diag: <https://github.com/catenax-ng/product-knowledge/ontology/diagnosis.ttl#> .
@prefix cx-telematics: <https://github.com/catenax-ng/product-knowledge/ontology/telematics.ttl#> .
@prefix cx-diag: <https://github.com/big-data-spaces/knowledge-agents-deployment/ontology/diagnosis.ttl#> .
@prefix cx-telematics: <https://github.com/big-data-spaces/knowledge-agents-deployment/ontology/telematics.ttl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
Expand Down Expand Up @@ -181,7 +181,7 @@ bpns:BPNS0000000006V6 cx-common:hasGeoInformation <geo:BPNS0000000006V6>.
cx-telematics:hasHeader "{ \"CountingMethod\": \"ZF_TimeAtLevel\", \"CountingUnit\": \"s\", \"Channels\": [ { \"Name\": \"Temp_Oil\", \"Type\": \"Load\", \"Unit\": \"degC\", \"LowerLimit\": -40, \"UpperLimit\": 220, \"NumberOfBins\": 52 } ] }"^^json:Object.

cx-common:EngineeringMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://de.wikipedia.org/wiki/Werkstoff>,
<https://en.wikipedia.org/wiki/Factors_of_production> ;
rdfs:subClassOf [ a owl:Restriction ;
Expand Down Expand Up @@ -212,74 +212,74 @@ cx-common:EngineeringMaterial a owl:Class ;
"Engineering Material"@en .

cx-common:SemiconductorMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Semiconductor> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:prefLabel "Halbleiter Material"@de,
"Semiconductor Material"@en .

cx-common:CeramicMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:altLabel "anorganisch-nichtmetallischer Werkstoff"@de ;
skos:prefLabel "Keramisches Material"@de,
"Ceramic Material"@en .

cx-common:CompositeMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Composite_material> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:definition "mixture of materials"@en ;
skos:prefLabel "Verbundwerkstoff"@de,
"Composite Material"@en .

cx-common:PolymerMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Plastic>,
<https://en.wikipedia.org/wiki/Polymer> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:prefLabel "Kunststoff"@de,
"Polymer Material"@en .

cx-common:MetalMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Metal> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:prefLabel "Metallmaterial"@de,
"Metal Material"@en .

cx-common:HeavyMetal a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Heavy_metals> ;
rdfs:subClassOf cx-common:MetalMaterial ;
skos:definition "density above 5 g/cm³"@en ;
skos:prefLabel "Schwermetall"@de,
"Heavy Metal"@en .

cx-common:LightMetal a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Light_metal> ;
rdfs:subClassOf cx-common:MetalMaterial ;
skos:definition "density below 5 g/cm³"@en ;
skos:prefLabel "Leichtmetall"@de,
"Light Metal"@en .

cx-common:NativeMetal a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Native_metal> ;
rdfs:subClassOf cx-common:MetalMaterial ;
skos:prefLabel "Reinmetall"@de,
"Native Metal"@en .

cx-common:Alloy a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Alloy> ;
rdfs:subClassOf cx-common:MetalMaterial ;
skos:prefLabel "Legierung"@de,
"Alloy"@en .

cx-common:CathodeMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Cathode> ;
rdfs:subClassOf cx-common:Alloy ;
skos:prefLabel "Kathodenmaterial"@de,
Expand Down Expand Up @@ -312,7 +312,7 @@ cx-common:CompositeMaterial_Carbon a cx-common:CompositeMaterial ;
skos:prefLabel "Karbon"@de.

cx-common:OrganicMaterial a owl:Class ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/material_ontology.ttl> ;
rdfs:isDefinedBy <https://raw.githubusercontent.com/big-data-spaces/knowledge-agents-deployment/main/ontology/material_ontology.ttl> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Organic_matter> ;
rdfs:subClassOf cx-common:EngineeringMaterial ;
skos:altLabel "Organischer Werkstoff"@de ;
Expand Down

0 comments on commit e3117a8

Please sign in to comment.