Skip to content

Commit

Permalink
publish dev ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 26bfa77 commit b65d4ae
Show file tree
Hide file tree
Showing 84 changed files with 20,755 additions and 20,710 deletions.
1,328 changes: 664 additions & 664 deletions docs/demo/construction/0.1/construction.jsonld

Large diffs are not rendered by default.

852 changes: 426 additions & 426 deletions docs/demo/construction/0.1/construction.owl

Large diffs are not rendered by default.

852 changes: 426 additions & 426 deletions docs/demo/construction/0.1/construction.rdf

Large diffs are not rendered by default.

2,166 changes: 1,083 additions & 1,083 deletions docs/demo/electronics/0.1/electronics.jsonld

Large diffs are not rendered by default.

924 changes: 462 additions & 462 deletions docs/demo/electronics/0.1/electronics.owl

Large diffs are not rendered by default.

924 changes: 462 additions & 462 deletions docs/demo/electronics/0.1/electronics.rdf

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions docs/demo/electronics/0.1/electronics.ttl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@prefix : <http://w3id.org/CEON/demo/electronics/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://w3id.org/CEON/ontology/resourceODP/> .
@prefix ns3: <http://w3id.org/CEON/ontology/actorODP/> .
@prefix ns2: <http://w3id.org/CEON/ontology/actorODP/> .
@prefix ns3: <http://w3id.org/CEON/ontology/resourceODP/> .
@prefix ns4: <http://w3id.org/CEON/ontology/product/> .
@prefix ns5: <http://w3id.org/CEON/ontology/provenance/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down Expand Up @@ -239,7 +239,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty .
:batchNumber a owl:DatatypeProperty ;
rdfs:label "Batch number" ;
rdfs:comment "batchNumber represents the identical information of a batch of objects." ;
rdfs:domain ns2:BatchOfObjects ;
rdfs:domain ns3:BatchOfObjects ;
rdfs:range xsd:integer .

:componentDiameter a owl:DatatypeProperty ;
Expand All @@ -266,7 +266,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty .
:dateOfProduction a owl:DatatypeProperty ;
rdfs:label "Date of production" ;
rdfs:comment "dateOfProduction represents the date of production of a batch of products." ;
rdfs:domain ns2:BatchOfObjects ;
rdfs:domain ns3:BatchOfObjects ;
rdfs:range xsd:dateTime .

:decommissionReason a owl:DatatypeProperty ;
Expand All @@ -278,10 +278,10 @@ ns1:siUnitsExpression a owl:DatatypeProperty .

:ds_issue_1 a <http://w3id.org/CEON/ontology/actor/IssuingResource>,
owl:NamedIndividual ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/issuer> ;
ns3:participatingActor :M ;
ns3:participatingResource :datasheet_1 ;
ns3:participationTimePoint "2023-10-11"^^xsd:date ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/issuer> ;
ns2:participatingActor :M ;
ns2:participatingResource :datasheet_1 ;
ns2:participationTimePoint "2023-10-11"^^xsd:date ;
rdfs:comment "'Data sheet 1' was issued by organization 'M' on date '2023-10-11', and contains the statement that 'Speaker x contains 300 grams of carbon materials.'" .

:electricalConductivity a owl:DatatypeProperty ;
Expand Down Expand Up @@ -375,9 +375,9 @@ ns1:siUnitsExpression a owl:DatatypeProperty .

:s7 a <http://w3id.org/CEON/ontology/actor/SupplyingResource>,
owl:NamedIndividual ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/supplier> ;
ns3:participatingActor :company_x ;
ns3:participatingResource :boc_x ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/supplier> ;
ns2:participatingActor :company_x ;
ns2:participatingResource :boc_x ;
rdfs:comment "The batch of products ('boc_x') is supplied by the 'company_x' company." .

:sampleLength a owl:DatatypeProperty ;
Expand Down Expand Up @@ -411,23 +411,23 @@ ns1:siUnitsExpression a owl:DatatypeProperty .

:ss_1 a <http://w3id.org/CEON/ontology/actor/ProducingResource>,
owl:NamedIndividual ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns3:participatingActor :company_y ;
ns3:participatingResource :speaker_x ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns2:participatingActor :company_y ;
ns2:participatingResource :speaker_x ;
rdfs:comment "This 'speaker x' product is manufactured by the 'company y' company." .

:ss_2 a <http://w3id.org/CEON/ontology/actor/ProducingResource>,
owl:NamedIndividual ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns3:participatingActor :company_a ;
ns3:participatingResource :neodymium_magnet_x ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns2:participatingActor :company_a ;
ns2:participatingResource :neodymium_magnet_x ;
rdfs:comment "The 'neodymium magnet x' product is manufactured by the 'company a' company." .

:ss_3 a <http://w3id.org/CEON/ontology/actor/ProducingResource>,
owl:NamedIndividual ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns3:participatingActor :company_b ;
ns3:participatingResource :damper_x ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/manufacturer> ;
ns2:participatingActor :company_b ;
ns2:participatingResource :damper_x ;
rdfs:comment "The 'damper x' product is manufactured by the 'company b' company." .

:stiffness a owl:DatatypeProperty ;
Expand All @@ -447,19 +447,19 @@ ns1:siUnitsExpression a owl:DatatypeProperty .
:viscosityAt25 a owl:DatatypeProperty ;
rdfs:range xsd:double .

ns3:participantRole a owl:ObjectProperty .
ns2:participantRole a owl:ObjectProperty .

ns3:participatingActor a owl:ObjectProperty .
ns2:participatingActor a owl:ObjectProperty .

ns3:participatingObject a owl:AnnotationProperty .
ns2:participatingObject a owl:AnnotationProperty .

ns3:participatingResource a owl:ObjectProperty .
ns2:participatingResource a owl:ObjectProperty .

ns3:participatingSubject a owl:AnnotationProperty .
ns2:participatingSubject a owl:AnnotationProperty .

ns3:participationIn a owl:ObjectProperty .
ns2:participationIn a owl:ObjectProperty .

ns3:participationTimePoint a owl:DatatypeProperty .
ns2:participationTimePoint a owl:DatatypeProperty .

ns5:statementAbout a owl:AnnotationProperty .

Expand Down Expand Up @@ -501,7 +501,7 @@ ns1:DerivedUnit a owl:Class ;
:Damper a owl:Class ;
rdfs:subClassOf :ElectronicsProduct .

:M a ns3:Actor,
:M a ns2:Actor,
owl:NamedIndividual .

:NeodymiumMagnet a owl:Class ;
Expand All @@ -518,46 +518,46 @@ ns1:DerivedUnit a owl:Class ;
:carbon_material_a a :NonMetalMaterial,
owl:NamedIndividual .

:company_a a ns3:Actor,
:company_a a ns2:Actor,
owl:NamedIndividual .

:company_b a ns3:Actor,
:company_b a ns2:Actor,
owl:NamedIndividual .

:company_x a ns3:Actor,
:company_x a ns2:Actor,
owl:NamedIndividual .

:company_y a ns3:Actor,
:company_y a ns2:Actor,
owl:NamedIndividual .

:composition_a a ns1:Quantity,
ns3:ResourceRelation,
ns2:ResourceRelation,
ns5:Statement,
owl:NamedIndividual ;
ns1:hasUnit <http://qudt.org/vocab/unit/GM> ;
ns1:numericalValue 3e+02 ;
ns3:participatingObject :carbon_material_a ;
ns3:participatingSubject :speaker_x ;
ns2:participatingObject :carbon_material_a ;
ns2:participatingSubject :speaker_x ;
rdfs:comment "Speaker x contains 300 grams of carbon material a." .

:datasheet_1 a <http://w3id.org/CEON/ontology/datasheet/DataSheet>,
owl:NamedIndividual ;
ns2:containsInformation :composition_a,
ns3:containsInformation :composition_a,
:s63 .

:dismantling_company_b a ns3:Actor,
:dismantling_company_b a ns2:Actor,
owl:NamedIndividual .

:dismantling_process_1 a <http://w3id.org/CEON/ontology/processODP/Process>,
owl:NamedIndividual ;
ns3:participatingResource :boc_x .
ns2:participatingResource :boc_x .

:s63 a <http://w3id.org/CEON/ontology/actor/ProcessParticipation>,
owl:NamedIndividual ;
:decommissionReason "They are broken." ;
ns3:participantRole <http://w3id.org/CEON/ontology/actor/dismantler> ;
ns3:participatingActor :dismantling_company_b ;
ns3:participationIn :dismantling_process_1 ;
ns2:participantRole <http://w3id.org/CEON/ontology/actor/dismantler> ;
ns2:participatingActor :dismantling_company_b ;
ns2:participationIn :dismantling_process_1 ;
rdfs:comment "The batch of products \"box x\" is going to be decommissioned, operated by the 'dismantling company b', because of 'They are broken'." .

<http://w3id.org/CEON/ontology/actor/IssuingResource> a owl:Class .
Expand All @@ -572,7 +572,7 @@ ns1:DerivedUnit a owl:Class ;

<http://w3id.org/CEON/ontology/actor/supplier> a owl:NamedIndividual .

ns3:ResourceRelation a owl:Class .
ns2:ResourceRelation a owl:Class .

<http://w3id.org/CEON/ontology/processODP/Process> a owl:Class .

Expand All @@ -584,7 +584,7 @@ ns3:ResourceRelation a owl:Class .
:NonMetalMaterial a owl:Class ;
rdfs:subClassOf <http://w3id.org/CEON/ontology/material/Material> .

:boc_x a ns2:BatchOfObjects,
:boc_x a ns3:BatchOfObjects,
owl:NamedIndividual ;
ns4:batchOfProduct :speaker_x .

Expand All @@ -595,7 +595,7 @@ ns3:ResourceRelation a owl:Class .
:neodymium_magnet_x a :NeodymiumMagnet,
ns4:Product,
owl:NamedIndividual ;
ns2:hasConstituent :damper_x,
ns3:hasConstituent :damper_x,
:neodymium_magnet_x .

<http://w3id.org/CEON/ontology/actor/ProducingResource> a owl:Class .
Expand All @@ -608,7 +608,7 @@ ns3:ResourceRelation a owl:Class .
:speaker_x a :Speaker,
owl:NamedIndividual .

ns3:Actor a owl:Class .
ns2:Actor a owl:Class .

:ElectronicsProduct a owl:Class ;
rdfs:label "electronics product" ;
Expand Down
Loading

0 comments on commit b65d4ae

Please sign in to comment.