diff --git a/docs/demo/construction/0.1/construction.jsonld b/docs/demo/construction/0.1/construction.jsonld index 47e79a43..0b1da6e9 100644 --- a/docs/demo/construction/0.1/construction.jsonld +++ b/docs/demo/construction/0.1/construction.jsonld @@ -1,8 +1,60 @@ [ { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://w3id.org/CEON/demo/construction/hasProductID", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "has product ID" + }, + { + "@value": "hasProductID is used to represent the product ID of a product or product object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b40" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#int" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + } + ] + }, + { + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b40", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing)" + } ] }, { @@ -22,13 +74,35 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasReuseDeconstructability", + "@id": "http://purl.org/dc/terms/created", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/ProductQuality", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "ProductQuality represents the quality of a product or product object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Product quality" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasMarketValueForReusedProduct", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse." + "@value": "hasMarketValueForReusedProduct is used to describe the market value of a used product." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -38,23 +112,23 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has reuse deconstructability" + "@value": "has market value for reused product" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasMarketValueForReusedProduct", + "@id": "http://w3id.org/CEON/demo/construction/hasTakeBackProgramFromOriginalManufacturer", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasMarketValueForReusedProduct is used to describe the market value of a used product." + "@value": "hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false)." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -64,12 +138,45 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has market value for reused product" + "@value": "has takeback program from original manufacturer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRating", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Fire resistance rating" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/product_quality_high", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/ProductQuality" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Product quality high" } ] }, @@ -85,13 +192,19 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/FloorTileConditionRelation", + "@id": "http://w3id.org/CEON/demo/construction/F30", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/FireResistanceRating" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" + "@value": "F30 represents a fire resitance duration of 30 min." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "F30" } ] }, @@ -102,28 +215,37 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/isContaminated", + "@id": "http://w3id.org/CEON/demo/construction/hasDistanceToRecyclingPlant", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "isContaminated is used to express whether a specific product object contains any contaminants (true/false)." + "@id": "http://qudt.org/schema/qudt/quantityValue" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasProductDescription", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "has product description" + }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb55" + "@value": "hasProductDescription is used to represent a textual description of a product or product object." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "is contaminated" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b37" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -133,7 +255,7 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb55", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b37", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -151,196 +273,210 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/reprocess", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", - "http://w3id.org/CEON/demo/construction/TreatmentPolicy" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "reprocess" - } - ] - }, - { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasInstallationDate", + "@id": "http://w3id.org/CEON/demo/construction/hasCertificate", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasInstallationDate is used to represent the installation date of a specific product object." + "@value": "hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b28" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has installation date" + "@value": "has certificate" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#date" + "@id": "http://www.w3.org/2001/XMLSchema#string" } + ] + }, + { + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b28", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/policyOnTreatment", + "@id": "http://w3id.org/CEON/demo/construction/hasAccessories", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "policyOnTreatment describes the policy for treatment of used product." + "@value": "hasAccessories is used to provide a text representation of the accessories related to a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b25" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "policy on treatment" + "@value": "has accessories" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/construction/PolicyOnTreatment" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b25", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] + } ] }, { - "@id": "http://purl.org/dc/terms/title", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasDimensionalDeviation", + "@id": "http://w3id.org/CEON/demo/construction/hasSystemWeight", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasDimensionalDeviation is used to describe the dimensional deviation class of a product." + "@value": "hasSystemWeight is used to express the system weight of a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b19" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has dimensional deviation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/demo/construction/DimensionalDeviation" + "@value": "has system weight" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/good_condition", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b19", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/reprocess", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/FloorTileCondition" + "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", + "http://w3id.org/CEON/demo/construction/TreatmentPolicy" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "good condition" + "@value": "reprocess" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/Contaminant", + "@id": "http://w3id.org/CEON/demo/construction/hasUseSpanRemaining", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object." + "@value": "hasUseSpanRemaining describes the remaining use span of a product or prodcut object." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Contaminant" + "@value": "has use span remaining" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing)" + "@id": "http://w3id.org/CEON/demo/construction/hasUseSpan" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasUseSpan", + "@id": "http://w3id.org/CEON/demo/construction/hasProductionSite", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasUseSpan describes the use span of a product or prodcut object." + "@value": "hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.)" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb22" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b43" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has use span" + "@value": "has production site" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb22", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b43", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -358,50 +494,9 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/TreatmentPolicy", + "@id": "http://w3id.org/CEON/demo/construction/DimensionalDeviation", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "TreatmentPolicy is used to describe the policy for treatment for a given product or product object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "treatment policy" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasTakeBackProgramOtherManufacturer", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "has takeback program from other manufacturer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" - } ] }, { @@ -426,59 +521,60 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasUseSpanRemaining", + "@id": "http://w3id.org/CEON/demo/construction/good_condition", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "hasUseSpanRemaining describes the remaining use span of a product or prodcut object." - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/FloorTileCondition" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has use span remaining" + "@value": "good condition" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/F60", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/FireResistanceRating" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/demo/construction/hasUseSpan" + "@value": "F60" + }, + { + "@value": "F60 represents a fire resitance duration of 60 min." } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasCondition", + "@id": "http://w3id.org/CEON/demo/construction/hasRecyclingPotential", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasCondition is used to describe the condiction of a specific product object." + "@value": "hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb1" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b13" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has condition" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/demo/construction/Condition" + "@value": "has recycling potential" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb1", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -496,44 +592,28 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/ProductQuality", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "ProductQuality represents the quality of a product or product object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Product quality" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasDismantlingMethod", + "@id": "http://w3id.org/CEON/demo/construction/isContaminated", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object." + "@value": "isContaminated is used to express whether a specific product object contains any contaminants (true/false)." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb31" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b55" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has dismantling method" + "@value": "is contaminated" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -543,7 +623,7 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb31", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b55", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -582,23 +662,34 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasPackagingRecommendationsAfterDismantling", + "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRelation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasDismantlingMethod", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled." + "@value": "hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb34" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b31" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has packaging recommendations after dismantling" + "@value": "has dismantling method" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -613,7 +704,7 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb34", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b31", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -631,70 +722,69 @@ ] }, { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/product_quality_high", + "@id": "http://w3id.org/CEON/demo/construction/hasProductionDate", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/ProductQuality" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "hasProductionDate is used to represent the production date of a specific product object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Product quality high" + "@value": "has production date" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/F60", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/FireResistanceRating" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "F60" - }, + "@id": "http://www.w3.org/2001/XMLSchema#date" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "F60 represents a fire resitance duration of 60 min." + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasRecyclingSeparability", + "@id": "http://w3id.org/CEON/demo/construction/hasPackagingRecommendationsAfterDismantling", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "has recycling separability" - }, - { - "@value": "hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling." + "@value": "hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb16" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b34" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has packaging recommendations after dismantling" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb16", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b34", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -712,71 +802,88 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRating", + "@id": "http://w3id.org/CEON/demo/construction/hasContaminant", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min." + "@value": "hasContaminant is used to express the presence of contaminants in a product or product object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fire resistance rating" + "@value": "has contaminant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/demo/construction/Contaminant" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/DimensionalDeviation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/FloorTileCondition", + "@id": "http://w3id.org/CEON/demo/construction/TreatmentPolicy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad)." + "@value": "TreatmentPolicy is used to describe the policy for treatment for a given product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Floor Tile Condition" + "@value": "treatment policy" } + ] + }, + { + "@id": "http://purl.org/dc/terms/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/medium_condition", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/FloorTileCondition" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/demo/construction/Condition" + "@value": "medium condition" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasProductQuality", + "@id": "http://w3id.org/CEON/demo/construction/hasDimensionalDeviation", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasProductQuality is used to represent the quality of a product or product object." + "@value": "hasDimensionalDeviation is used to describe the dimensional deviation class of a product." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb10" + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has product quality" + "@value": "has dimensional deviation" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/construction/ProductQuality" + "@id": "http://w3id.org/CEON/demo/construction/DimensionalDeviation" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -786,234 +893,170 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb10", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasProductionSite", + "@id": "http://w3id.org/CEON/demo/construction/hasMarketValueForNewProduct", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.)" + "@value": "hasMarketValueForNewProduct is used to describe the market value of a new product." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb43" + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has production site" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "has market value for new product" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" - } - ] - }, - { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb43", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasWidth", + "@id": "http://w3id.org/CEON/demo/construction/reuse", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "hasHeight is used to describe the height of a product or product object." - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", + "http://w3id.org/CEON/demo/construction/TreatmentPolicy" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has width" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/demo/construction/hasDimension" + "@value": "reuse" } ] }, { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/dc/terms/created", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasDistanceToRecyclingPlant", + "@id": "http://w3id.org/CEON/demo/construction/hasProductQuality", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://qudt.org/schema/qudt/quantityValue" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Eva Blomqvist" - }, - { - "@value": "Huanyu Li" - }, - { - "@value": "Mikael Lindecrantz" - } - ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "2023-09-14" + "@value": "hasProductQuality is used to represent the quality of a product or product object." } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Robin Keskisärkkä" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b10" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "The Product module of CEON (Circular Economy Ontology Network)." + "@value": "has product quality" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "https://creativecommons.org/licenses/by/4.0/" + "@id": "http://w3id.org/CEON/demo/construction/ProductQuality" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Circular Economy Ontology Network (CEON) - Construction Module" + "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" } + ] + }, + { + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b10", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "construction" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasTakeBackProgramOtherManufacturer", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "http://w3id.org/CEON/demo/construction/" + "@value": "hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product." } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/material/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/qudt/0.1/" + "@value": "has takeback program from other manufacturer" } ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/construction/0.1/" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "0.1" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasProductID", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasUseSpan", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "has product ID" - }, - { - "@value": "hasProductID is used to represent the product ID of a product or product object." + "@value": "hasUseSpan describes the use span of a product or prodcut object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb40" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b22" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://www.w3.org/2001/XMLSchema#int" + "@value": "has use span" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb40", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1031,25 +1074,13 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/bad_condition", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/FloorTileCondition" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "bad condition" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasTakeBackProgramFromOriginalManufacturer", + "@id": "http://w3id.org/CEON/demo/construction/policyOnTreatment", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false)." + "@value": "policyOnTreatment describes the policy for treatment of used product." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1059,76 +1090,72 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has takeback program from original manufacturer" + "@value": "policy on treatment" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://w3id.org/CEON/demo/construction/PolicyOnTreatment" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/product_quality_low", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/ProductQuality" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Product quality low" + "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasMarketValueForNewProduct", + "@id": "http://w3id.org/CEON/demo/construction/hasThickness", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasMarketValueForNewProduct is used to describe the market value of a new product." + "@value": "hasThickness is used to describe the thickness of a product or product object." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@value": "has thickness" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "has market value for new product" + "@id": "http://w3id.org/CEON/demo/construction/hasDimension" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/refurbish", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", + "http://w3id.org/CEON/demo/construction/TreatmentPolicy" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue" + "@value": "refurbish" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasRefurbishmentMethod", + "@id": "http://w3id.org/CEON/demo/construction/hasTechnicalRequirementsForTakeBackForReuse", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object." + "@value": "hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb46" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b52" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has refurbishment method" + "@value": "has technical requirements for take back and reuse" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -1143,7 +1170,7 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb46", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b52", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1161,23 +1188,23 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasResistanceToEarth", + "@id": "http://w3id.org/CEON/demo/construction/hasDimension", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasResistanceToEarth describes the resistance to earth of a product." + "@value": "hasDimension is used to describe a dimension of a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has resistance to earth" + "@value": "has dimension" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1187,156 +1214,171 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/medium_condition", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b4", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/FloorTileCondition" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "medium condition" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasCertificate", + "@id": "http://w3id.org/CEON/demo/construction/", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate." + "@value": "Eva Blomqvist" + }, + { + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb28" + "@value": "2023-09-14" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "has certificate" + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "The Product module of CEON (Circular Economy Ontology Network)." } - ] - }, - { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb28", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://purl.org/dc/terms/license": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@value": "https://creativecommons.org/licenses/by/4.0/" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasTechnicalRequirementsForTakeBackForRecycling", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/title": [ { - "@value": "hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling." + "@value": "Circular Economy Ontology Network (CEON) - Construction Module" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb49" + "@value": "construction" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "has technical requirements for take back and recycling" + "@value": "http://w3id.org/CEON/demo/construction/" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "https://github.com/LiUSemWeb/CEON" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@id": "http://w3id.org/CEON/ontology/actor/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/material/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/qudt/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/demo/construction/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.1" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb49", + "@id": "http://w3id.org/CEON/demo/construction/hasWidth", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@value": "hasHeight is used to describe the height of a product or product object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has width" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/demo/construction/hasDimension" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasFireResistanceRating", + "@id": "http://w3id.org/CEON/demo/construction/hasInstallationDate", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasFireResistanceRating is used to represent the fire resistance rating of a product or product object." + "@value": "hasInstallationDate is used to represent the installation date of a specific product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb7" + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has frire resistance rating" + "@value": "has installation date" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRating" + "@id": "http://www.w3.org/2001/XMLSchema#date" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb7", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@id": "http://w3id.org/CEON/demo/construction/bad_condition", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/construction/FloorTileCondition" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "bad condition" } ] }, @@ -1362,34 +1404,49 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRelation", + "@id": "http://w3id.org/CEON/demo/construction/hasReuseDeconstructability", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" + "@value": "hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has reuse deconstructability" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasSystemWeight", + "@id": "http://w3id.org/CEON/demo/construction/hasResistanceToEarth", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasSystemWeight is used to express the system weight of a product or product object." + "@value": "hasResistanceToEarth describes the resistance to earth of a product." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb19" + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has system weight" + "@value": "has resistance to earth" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1399,68 +1456,59 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb19", + "@id": "http://w3id.org/CEON/demo/construction/FloorTileCondition", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@value": "Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad)." } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/F30", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/FireResistanceRating" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "F30 represents a fire resitance duration of 30 min." + "@value": "Floor Tile Condition" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "F30" + "@id": "http://w3id.org/CEON/demo/construction/Condition" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasRecyclingPotential", + "@id": "http://w3id.org/CEON/demo/construction/hasRefurbishmentMethod", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled." + "@value": "hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb13" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b46" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has recycling potential" + "@value": "has refurbishment method" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb13", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b46", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1478,90 +1526,66 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/reuse", + "@id": "http://w3id.org/CEON/demo/construction/product_quality_medium", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", - "http://w3id.org/CEON/demo/construction/TreatmentPolicy" + "http://w3id.org/CEON/demo/construction/ProductQuality" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "reuse" + "@value": "Product quality medium" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasDimension", + "@id": "http://w3id.org/CEON/demo/construction/Contaminant", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasDimension is used to describe a dimension of a product or product object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb4" + "@value": "A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has dimension" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://qudt.org/schema/qudt/quantityValue" - } - ] - }, - { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb4", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ] + "@value": "Contaminant" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasAccessories", + "@id": "http://w3id.org/CEON/demo/construction/hasFireResistanceRating", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasAccessories is used to provide a text representation of the accessories related to a product or product object." + "@value": "hasFireResistanceRating is used to represent the fire resistance rating of a product or product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb25" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b7" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has accessories" + "@value": "has frire resistance rating" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://w3id.org/CEON/demo/construction/FireResistanceRating" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb25", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b7", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1579,57 +1603,77 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/refurbish", + "@id": "http://w3id.org/CEON/demo/construction/product_quality_low", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/PolicyOnTreatment", - "http://w3id.org/CEON/demo/construction/TreatmentPolicy" + "http://w3id.org/CEON/demo/construction/ProductQuality" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "refurbish" + "@value": "Product quality low" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasThickness", + "@id": "http://w3id.org/CEON/demo/construction/hasRecyclingSeparability", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasThickness is used to describe the thickness of a product or product object." + "@value": "has recycling separability" + }, + { + "@value": "hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "has thickness" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b16" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/demo/construction/hasDimension" + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasTechnicalRequirementsForTakeBackForReuse", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b16", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/hasTechnicalRequirementsForTakeBackForRecycling", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse." + "@value": "hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb52" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b49" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has technical requirements for take back and reuse" + "@value": "has technical requirements for take back and recycling" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -1644,7 +1688,7 @@ ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb52", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b49", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1662,93 +1706,55 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasProductionDate", + "@id": "http://purl.org/dc/terms/title", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "hasProductionDate is used to represent the production date of a specific product object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "has production date" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#date" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/construction/FloorTileConditionRelation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" } ] }, { - "@id": "http://w3id.org/CEON/demo/construction/hasContaminant", + "@id": "http://w3id.org/CEON/demo/construction/hasCondition", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "hasContaminant is used to express the presence of contaminants in a product or product object." + "@value": "hasCondition is used to describe the condiction of a specific product object." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has contaminant" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/demo/construction/Contaminant" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/construction/hasProductDescription", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "has product description" - }, - { - "@value": "hasProductDescription is used to represent a textual description of a product or product object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb37" + "@value": "has condition" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://w3id.org/CEON/demo/construction/Condition" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" } ] }, { - "@id": "_:nddf51cea8067476ab8a2a1e635b73b8bb37", + "@id": "_:ne9fed2899c6649f4850bd29476bfc6e0b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1766,15 +1772,9 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/construction/product_quality_medium", + "@id": "http://purl.org/dc/terms/license", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/construction/ProductQuality" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Product quality medium" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] } ] \ No newline at end of file diff --git a/docs/demo/construction/0.1/construction.owl b/docs/demo/construction/0.1/construction.owl index e4d89622..fd96d3b3 100644 --- a/docs/demo/construction/0.1/construction.owl +++ b/docs/demo/construction/0.1/construction.owl @@ -6,422 +6,408 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - hasDimension is used to describe a dimension of a product or product object. - has dimension - - + - - - hasSystemWeight is used to express the system weight of a product or product object. - has system weight + + hasThickness is used to describe the thickness of a product or product object. + has thickness - - - + + - + - + - hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse. - has technical requirements for take back and reuse - - - - - - hasUseSpan describes the use span of a product or prodcut object. - has use span + hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling. + has technical requirements for take back and recycling - - - + + + - - - - - has recycling separability - hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling. + + + - - - + + + - + - - - reprocess + + Product quality high - - - - - - hasInstallationDate is used to represent the installation date of a specific product object. - has installation date + + + - - - - - - hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled. - has packaging recommendations after dismantling + + + + Product quality medium - + - - hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled. - has recycling potential - - - - - - - - - - hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false). - has takeback program from original manufacturer + hasResistanceToEarth describes the resistance to earth of a product. + has resistance to earth - - - - F60 - F60 represents a fire resitance duration of 60 min. + + + + + + + + + + Eva Blomqvist + Huanyu Li + Mikael Lindecrantz + 2023-09-14 + Robin Keskisärkkä + The Product module of CEON (Circular Economy Ontology Network). + https://creativecommons.org/licenses/by/4.0/ + Circular Economy Ontology Network (CEON) - Construction Module + construction + http://w3id.org/CEON/demo/construction/ + + 0.1 - + - refurbish + reuse - + - + + + + + + + + + + + + + hasSystemWeight is used to express the system weight of a product or product object. + has system weight + + - - - has product ID - hasProductID is used to represent the product ID of a product or product object. + + + hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.) + has production site - + - - - - - + - - - + + + + hasUseSpanRemaining describes the remaining use span of a product or prodcut object. + has use span remaining - - - - F30 represents a fire resitance duration of 30 min. - F30 + + + + + + hasDimensionalDeviation is used to describe the dimensional deviation class of a product. + has dimensional deviation - + - - - - - hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate. - has certificate - - + - + - + - + - + + + + + + hasProductionDate is used to represent the production date of a specific product object. + has production date + + - - - hasResistanceToEarth describes the resistance to earth of a product. - has resistance to earth + + + + hasFireResistanceRating is used to represent the fire resistance rating of a product or product object. + has frire resistance rating - + + + Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min. + Fire resistance rating + + + + + + - + + - hasAccessories is used to provide a text representation of the accessories related to a product or product object. - has accessories + hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse. + has technical requirements for take back and reuse - - + + + + + + hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object. + has dismantling method + + + + + + + hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product. + has takeback program from other manufacturer - + hasCondition is used to describe the condiction of a specific product object. has condition - - - + + + - + - bad condition + good condition - + - - hasMarketValueForNewProduct is used to describe the market value of a new product. - has market value for new product - - - - - - - has product description - hasProductDescription is used to represent a textual description of a product or product object. - - - - - - - - + + hasContaminant is used to express the presence of contaminants in a product or product object. + has contaminant - + - - - - hasProductQuality is used to represent the quality of a product or product object. - has product quality + + + hasUseSpan describes the use span of a product or prodcut object. + has use span - - - - hasUseSpanRemaining describes the remaining use span of a product or prodcut object. - has use span remaining + + + - + - - + - hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object. - has refurbishment method + hasAccessories is used to provide a text representation of the accessories related to a product or product object. + has accessories - + - - hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse. - has reuse deconstructability + + has recycling separability + hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling. - + + + + + - - Product quality high + + + refurbish - - - + + - + - - - hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling. - has technical requirements for take back and recycling + + + has product ID + hasProductID is used to represent the product ID of a product or product object. - - - - - - - - - - Eva Blomqvist - Huanyu Li - Mikael Lindecrantz - 2023-09-14 - Robin Keskisärkkä - The Product module of CEON (Circular Economy Ontology Network). - https://creativecommons.org/licenses/by/4.0/ - Circular Economy Ontology Network (CEON) - Construction Module - construction - http://w3id.org/CEON/demo/construction/ - - 0.1 + + + - - + + + - - - + + + + + hasDimension is used to describe a dimension of a product or product object. + has dimension - - - - - - isContaminated is used to express whether a specific product object contains any contaminants (true/false). - is contaminated + + + + Product quality low - + + + + hasHeight is used to describe the height of a product or product object. + has width + + - - hasDimensionalDeviation is used to describe the dimensional deviation class of a product. - has dimensional deviation - - - - - - reuse + + policyOnTreatment describes the policy for treatment of used product. + policy on treatment - + - - - hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product. - has takeback program from other manufacturer + + + hasInstallationDate is used to represent the installation date of a specific product object. + has installation date - - - + + + TreatmentPolicy is used to describe the policy for treatment for a given product or product object. + treatment policy - - - - - - hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object. - has dismantling method + + + - + - + - - - hasProductionDate is used to represent the production date of a specific product object. - has production date + + + hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false). + has takeback program from original manufacturer - + - + A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object. + Contaminant + + + + + + hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse. + has reuse deconstructability + + + + + + + + Condition is used to describe the condition of a specific product object. + Condition + + + + + + hasMarketValueForNewProduct is used to describe the market value of a new product. + has market value for new product - - - + + + - + - - - - - - hasFireResistanceRating is used to represent the fire resistance rating of a product or product object. - has frire resistance rating + + + + + reprocess - - - - - hasContaminant is used to express the presence of contaminants in a product or product object. - has contaminant + + + - + - - - - Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad). - Floor Tile Condition - - - - Condition is used to describe the condition of a specific product object. - Condition + + + - + - - - hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.) - has production site + + + isContaminated is used to express whether a specific product object contains any contaminants (true/false). + is contaminated - + + + + + + hasProductQuality is used to represent the quality of a product or product object. + has product quality + + - TreatmentPolicy is used to describe the policy for treatment for a given product or product object. - treatment policy + - - - - hasHeight is used to describe the height of a product or product object. - has width + + + ProductQuality represents the quality of a product or product object. + Product quality - - - - - - policyOnTreatment describes the policy for treatment of used product. - policy on treatment + + - + - + @@ -429,67 +415,54 @@ hasHeight is used to describe the height of a product or product object. has height - - - - - - - - - - - - - - + + + + F30 represents a fire resitance duration of 30 min. + F30 - - - + + + + + hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate. + has certificate - + - - - - hasThickness is used to describe the thickness of a product or product object. - has thickness - - + - + PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing) - + - Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min. - Fire resistance rating + + Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad). + Floor Tile Condition - - - A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object. - Contaminant + + + - + - - Product quality medium - - - - + + F60 + F60 represents a fire resitance duration of 60 min. - - - ProductQuality represents the quality of a product or product object. - Product quality + + + + + + has product description + hasProductDescription is used to represent a textual description of a product or product object. - - - - Product quality low + + + @@ -497,73 +470,69 @@ hasUseSpanTotal describes the total use span of a product or prodcut object. has use span total - - - - good condition + + + + + + + + + + hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled. + has packaging recommendations after dismantling + + + + medium condition - - - - - - - + + + + + + hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object. + has refurbishment method - - - + + - - - + + - + - - - - - + - - - - - - - - - + - + - - - - + + A floor tile is a type of product that used to cover a floor. + Floor tile - + - + - + - + - - - + + + @@ -572,93 +541,124 @@ hasMarketValueForReusedProduct is used to describe the market value of a used product. has market value for reused product + + + + + + + + + + + + + + + + bad condition + + + + + + + + + - + + + + + + + + + - + - + + + + - + + + + + hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled. + has recycling potential + + + + + + - - + - + - + - - - - - + + + - - - + + + - + - PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing) + - + - + - - A floor tile is a type of product that used to cover a floor. - Floor tile + - - - + + - + - + - + - + - + - + - + - + - + - - - + + + - + - - - - - - - - - - diff --git a/docs/demo/construction/0.1/construction.rdf b/docs/demo/construction/0.1/construction.rdf index e4d89622..fd96d3b3 100644 --- a/docs/demo/construction/0.1/construction.rdf +++ b/docs/demo/construction/0.1/construction.rdf @@ -6,422 +6,408 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - hasDimension is used to describe a dimension of a product or product object. - has dimension - - + - - - hasSystemWeight is used to express the system weight of a product or product object. - has system weight + + hasThickness is used to describe the thickness of a product or product object. + has thickness - - - + + - + - + - hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse. - has technical requirements for take back and reuse - - - - - - hasUseSpan describes the use span of a product or prodcut object. - has use span + hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling. + has technical requirements for take back and recycling - - - + + + - - - - - has recycling separability - hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling. + + + - - - + + + - + - - - reprocess + + Product quality high - - - - - - hasInstallationDate is used to represent the installation date of a specific product object. - has installation date + + + - - - - - - hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled. - has packaging recommendations after dismantling + + + + Product quality medium - + - - hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled. - has recycling potential - - - - - - - - - - hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false). - has takeback program from original manufacturer + hasResistanceToEarth describes the resistance to earth of a product. + has resistance to earth - - - - F60 - F60 represents a fire resitance duration of 60 min. + + + + + + + + + + Eva Blomqvist + Huanyu Li + Mikael Lindecrantz + 2023-09-14 + Robin Keskisärkkä + The Product module of CEON (Circular Economy Ontology Network). + https://creativecommons.org/licenses/by/4.0/ + Circular Economy Ontology Network (CEON) - Construction Module + construction + http://w3id.org/CEON/demo/construction/ + + 0.1 - + - refurbish + reuse - + - + + + + + + + + + + + + + hasSystemWeight is used to express the system weight of a product or product object. + has system weight + + - - - has product ID - hasProductID is used to represent the product ID of a product or product object. + + + hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.) + has production site - + - - - - - + - - - + + + + hasUseSpanRemaining describes the remaining use span of a product or prodcut object. + has use span remaining - - - - F30 represents a fire resitance duration of 30 min. - F30 + + + + + + hasDimensionalDeviation is used to describe the dimensional deviation class of a product. + has dimensional deviation - + - - - - - hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate. - has certificate - - + - + - + - + - + + + + + + hasProductionDate is used to represent the production date of a specific product object. + has production date + + - - - hasResistanceToEarth describes the resistance to earth of a product. - has resistance to earth + + + + hasFireResistanceRating is used to represent the fire resistance rating of a product or product object. + has frire resistance rating - + + + Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min. + Fire resistance rating + + + + + + - + + - hasAccessories is used to provide a text representation of the accessories related to a product or product object. - has accessories + hasTechnicalRequirmentsForTakeBackForReuse is used to represent a textual description of the technical requirements of a product or product object for take back and reuse. + has technical requirements for take back and reuse - - + + + + + + hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object. + has dismantling method + + + + + + + hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product. + has takeback program from other manufacturer - + hasCondition is used to describe the condiction of a specific product object. has condition - - - + + + - + - bad condition + good condition - + - - hasMarketValueForNewProduct is used to describe the market value of a new product. - has market value for new product - - - - - - - has product description - hasProductDescription is used to represent a textual description of a product or product object. - - - - - - - - + + hasContaminant is used to express the presence of contaminants in a product or product object. + has contaminant - + - - - - hasProductQuality is used to represent the quality of a product or product object. - has product quality + + + hasUseSpan describes the use span of a product or prodcut object. + has use span - - - - hasUseSpanRemaining describes the remaining use span of a product or prodcut object. - has use span remaining + + + - + - - + - hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object. - has refurbishment method + hasAccessories is used to provide a text representation of the accessories related to a product or product object. + has accessories - + - - hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse. - has reuse deconstructability + + has recycling separability + hasRecyclingSeparability is used to describe the amount of the product or product object that can be separated for recycling. - + + + + + - - Product quality high + + + refurbish - - - + + - + - - - hasTechnicalRequirmentsForTakeBackForRecycling is used to represent a textual description of the technical requirements of a product or product object for take back and recycling. - has technical requirements for take back and recycling + + + has product ID + hasProductID is used to represent the product ID of a product or product object. - - - - - - - - - - Eva Blomqvist - Huanyu Li - Mikael Lindecrantz - 2023-09-14 - Robin Keskisärkkä - The Product module of CEON (Circular Economy Ontology Network). - https://creativecommons.org/licenses/by/4.0/ - Circular Economy Ontology Network (CEON) - Construction Module - construction - http://w3id.org/CEON/demo/construction/ - - 0.1 + + + - - + + + - - - + + + + + hasDimension is used to describe a dimension of a product or product object. + has dimension - - - - - - isContaminated is used to express whether a specific product object contains any contaminants (true/false). - is contaminated + + + + Product quality low - + + + + hasHeight is used to describe the height of a product or product object. + has width + + - - hasDimensionalDeviation is used to describe the dimensional deviation class of a product. - has dimensional deviation - - - - - - reuse + + policyOnTreatment describes the policy for treatment of used product. + policy on treatment - + - - - hasTakeBackProgramFromOtherManufacturer is used to express whether another manufacturer has a take back program (true/false) for a product. - has takeback program from other manufacturer + + + hasInstallationDate is used to represent the installation date of a specific product object. + has installation date - - - + + + TreatmentPolicy is used to describe the policy for treatment for a given product or product object. + treatment policy - - - - - - hasDismantlingMethod is used to represent a textual description of the dismantling method for a product or product object. - has dismantling method + + + - + - + - - - hasProductionDate is used to represent the production date of a specific product object. - has production date + + + hasTakeBackProgramFromOriginalManufacturer is used to express whether the original manufacturer of a product has a take back program it (true/false). + has takeback program from original manufacturer - + - + A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object. + Contaminant + + + + + + hasReuseDeconstructability is used to describe the amount of the product hat can be deconstructed for reuse. + has reuse deconstructability + + + + + + + + Condition is used to describe the condition of a specific product object. + Condition + + + + + + hasMarketValueForNewProduct is used to describe the market value of a new product. + has market value for new product - - - + + + - + - - - - - - hasFireResistanceRating is used to represent the fire resistance rating of a product or product object. - has frire resistance rating + + + + + reprocess - - - - - hasContaminant is used to express the presence of contaminants in a product or product object. - has contaminant + + + - + - - - - Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad). - Floor Tile Condition - - - - Condition is used to describe the condition of a specific product object. - Condition + + + - + - - - hasProductionSite is used to represent the site at which a given product or product object has been produced as a string. (This property could potentially be represented as an object property. The site could then potentially be treated as a location.) - has production site + + + isContaminated is used to express whether a specific product object contains any contaminants (true/false). + is contaminated - + + + + + + hasProductQuality is used to represent the quality of a product or product object. + has product quality + + - TreatmentPolicy is used to describe the policy for treatment for a given product or product object. - treatment policy + - - - - hasHeight is used to describe the height of a product or product object. - has width + + + ProductQuality represents the quality of a product or product object. + Product quality - - - - - - policyOnTreatment describes the policy for treatment of used product. - policy on treatment + + - + - + @@ -429,67 +415,54 @@ hasHeight is used to describe the height of a product or product object. has height - - - - - - - - - - - - - - + + + + F30 represents a fire resitance duration of 30 min. + F30 - - - + + + + + hasCertificate is used to link a product or product object to a certificate. The certificate is represented as a string, whcih could refer to the URL, name, or identifier of a known certificate. + has certificate - + - - - - hasThickness is used to describe the thickness of a product or product object. - has thickness - - + - + PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing) - + - Fire resistance rating is expressed as 'F' followed by the minimum number of minutes in which the functionality of the product or product object can withstand fire. For example, F30 would therefore be a fire resistance duration of 30 min. - Fire resistance rating + + Floor Tile Condition is used to describe the condition of a floor tile (good, medium, bad). + Floor Tile Condition - - - A contaminant is any physical thing that is regarded as a contaminant when present in a product or product object. - Contaminant + + + - + - - Product quality medium - - - - + + F60 + F60 represents a fire resitance duration of 60 min. - - - ProductQuality represents the quality of a product or product object. - Product quality + + + + + + has product description + hasProductDescription is used to represent a textual description of a product or product object. - - - - Product quality low + + + @@ -497,73 +470,69 @@ hasUseSpanTotal describes the total use span of a product or prodcut object. has use span total - - - - good condition + + + + + + + + + + hasPackagingRecommendationsAfterDismantling is used to represent a textual description of the packaging recommendations after a product or product object has been dismantled. + has packaging recommendations after dismantling + + + + medium condition - - - - - - - + + + + + + hasRefurbishmentMethod is used to provide a textual description of the refurbishment process for a product or product object. + has refurbishment method - - - + + - - - + + - + - - - - - + - - - - - - - - - + - + - - - - + + A floor tile is a type of product that used to cover a floor. + Floor tile - + - + - + - + - - - + + + @@ -572,93 +541,124 @@ hasMarketValueForReusedProduct is used to describe the market value of a used product. has market value for reused product + + + + + + + + + + + + + + + + bad condition + + + + + + + + + - + + + + + + + + + - + - + + + + - + + + + + hasRecyclingPotential describes the amount of the product or product object that can potenitally be recycled. + has recycling potential + + + + + + - - + - + - + - - - - - + + + - - - + + + - + - PolicyOnTreatment represents the the policy for treatment (reuse, refurbish or reprocessing) + - + - + - - A floor tile is a type of product that used to cover a floor. - Floor tile + - - - + + - + - + - + - + - + - + - + - + - + - - - + + + - + - - - - - - - - - - diff --git a/docs/demo/electronics/0.1/electronics.jsonld b/docs/demo/electronics/0.1/electronics.jsonld index 70e8702b..4dfacd9c 100644 --- a/docs/demo/electronics/0.1/electronics.jsonld +++ b/docs/demo/electronics/0.1/electronics.jsonld @@ -1,16 +1,14 @@ [ { - "@id": "http://w3id.org/CEON/demo/electronics/company_b", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/recyclingProcessName", + "@id": "http://w3id.org/CEON/demo/electronics/siteAddress", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The address of the site. This property may be replaced by a location module in the future." + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "http://www.w3.org/2001/XMLSchema#string" @@ -18,130 +16,106 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/speaker_x", + "@id": "http://w3id.org/CEON/demo/electronics/dismantling_process_1", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/Speaker" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/ResinMaterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://w3id.org/CEON/ontology/processODP/Process" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@id": "http://w3id.org/CEON/demo/electronics/boc_x" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x", + "@id": "http://qudt.org/vocab/unit/PA-SEC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/NeodymiumMagnet", - "http://w3id.org/CEON/ontology/product/Product" + "http://qudt.org/schema/qudt/DerivedUnit", + "http://qudt.org/schema/qudt/Unit" ], - "http://w3id.org/CEON/ontology/resourceODP/hasConstituent": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://w3id.org/CEON/demo/electronics/damper_x" - }, + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. " + } + ], + "http://qudt.org/schema/qudt/conversionMultiplier": [ { - "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "1.0" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/s63", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ProcessParticipation" ], - "http://w3id.org/CEON/demo/electronics/decommissionReason": [ + "http://qudt.org/schema/qudt/definedUnitOfSystem": [ { - "@value": "They are broken." + "@id": "http://qudt.org/vocab/sou/SI" } ], - "http://w3id.org/CEON/ontology/actorODP/participantRole": [ + "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem": [ { - "@id": "http://w3id.org/CEON/ontology/actor/dismantler" + "@id": "http://qudt.org/vocab/sou/SI" } ], - "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ + "http://qudt.org/schema/qudt/expression": [ { - "@id": "http://w3id.org/CEON/demo/electronics/dismantling_company_b" + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "\\(Pa-s\\)" } ], - "http://w3id.org/CEON/ontology/actorODP/participationIn": [ + "http://qudt.org/schema/qudt/hasDimensionVector": [ { - "@id": "http://w3id.org/CEON/demo/electronics/dismantling_process_1" + "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/iec61360Code": [ { - "@value": "The batch of products \"box x\" is going to be decommissioned, operated by the 'dismantling company b', because of 'They are broken'." + "@value": "0112/2///62720#UAA265" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/ActinoidsMetal", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/siUnitsExpression": [ { - "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" + "@value": "Pa.s" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/FlameRetardantMaterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/symbol": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@value": "Paâ‹…s" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/nitrogen_material_a", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/NonMetalMaterial" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/siteCity", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/ucumCode": [ { - "@value": "The city of the site. This property may be replaced by a location module in the future." + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "Pa.s" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "C65" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + }, + { + "@id": "http://qudt.org/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "pascal second" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/siteAddress", + "@id": "http://w3id.org/CEON/demo/electronics/siteCountry", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The address of the site. This property may be replaced by a location module in the future." + "@value": "The country of the site. This property may be replaced by a location module in the future." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -151,188 +125,165 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/DerivedUnit", + "@id": "http://w3id.org/CEON/demo/electronics/M", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/description": [ - { - "@value": "A DerivedUnit is a type specification for units that are derived from other units." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/schema/qudt" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Derived Unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://qudt.org/schema/qudt/Unit" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/densityAt25", + "@id": "http://w3id.org/CEON/demo/electronics/RareEarthMaterial", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject", + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/Speaker", + "@id": "http://w3id.org/CEON/demo/electronics/viscosityAt25", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0", + "@id": "http://w3id.org/CEON/demo/electronics/siteName", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The name of the site where the batch of products is located. This property may be replaced by a location module in the future." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/M", + "@id": "http://w3id.org/CEON/demo/electronics/sampleLength", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/DoubleMagnet", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-EcotoxicityFreshwater", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChange", + "@id": "http://w3id.org/CEON/demo/electronics/maintenanceReport", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://qudt.org/vocab/unit/MegaPA", + "@id": "http://w3id.org/CEON/demo/electronics/composition_a", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" + "http://qudt.org/schema/qudt/Quantity", + "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", + "http://w3id.org/CEON/ontology/provenance/Statement" ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "1,000,000-fold of the derived unit pascal" + "@id": "http://qudt.org/vocab/unit/GM" } ], - "http://qudt.org/schema/qudt/conversionMultiplier": [ + "http://qudt.org/schema/qudt/numericalValue": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1000000.0" + "@value": 300.0 } ], - "http://qudt.org/schema/qudt/iec61360Code": [ + "http://w3id.org/CEON/ontology/actorODP/participatingObject": [ { - "@value": "0112/2///62720#UAA215" + "@id": "http://w3id.org/CEON/demo/electronics/carbon_material_a" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://w3id.org/CEON/ontology/actorODP/participatingSubject": [ { - "@value": "1,000,000-fold of the derived unit pascal" + "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://qudt.org/vocab/prefix/Mega" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "MPa" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "MPa" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "MPA" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - }, - { - "@id": "http://qudt.org/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Megapascal" + "@value": "Speaker x contains 300 grams of carbon material a." } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/RenewableContent", + "@id": "http://w3id.org/CEON/demo/electronics/CouplingCone", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The content of product/material that can be renewed." - } - ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://qudt.org/schema/qudt/Quantity" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", + "@id": "http://w3id.org/CEON/demo/electronics/q1", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Quantity", + "http://w3id.org/CEON/ontology/provenance/Statement" + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PA" + } + ], + "http://w3id.org/CEON/demo/electronics/fatigueResistance": [ + { + "@value": 80.0 + } + ], + "http://w3id.org/CEON/ontology/provenance/statementAbout": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/HardenerMaterial", + "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -343,64 +294,38 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/electricalConductivity", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#double" - } ] }, { - "@id": "https://qudt.org/vocab/unit/PERCENT", + "@id": "http://w3id.org/CEON/demo/electronics/carbon_material_a", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" + "http://w3id.org/CEON/demo/electronics/NonMetalMaterial" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/decommissionReason", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-EutrophicationMarine", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The reason for a decommission operation." - } - ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/datasheet_1", + "@id": "http://w3id.org/CEON/demo/electronics/hazardousMaterialsPercentage", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/datasheet/DataSheet" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/resourceODP/containsInformation": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/composition_a" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/demo/electronics/s63" + "@value": "The percentage of hazardous materials." } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/stiffness", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { @@ -409,68 +334,80 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/Damper", + "@id": "http://w3id.org/CEON/demo/electronics/BromideMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/company_a", + "@id": "http://qudt.org/schema/qudt/expression", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/dateOfDecomissioning", + "@id": "http://qudt.org/schema/qudt/DerivedUnit", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { - "@value": "dateOfDecomissioning represents the date of decomissioning of a batch of products." + "@value": "A DerivedUnit is a type specification for units that are derived from other units." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/schema/qudt" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Date of decomissioning" + "@value": "Derived Unit" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#dateTime" + "@id": "http://qudt.org/schema/qudt/Unit" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/TransitionalMetal", + "@id": "http://w3id.org/CEON/demo/electronics/ResinMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/NonMetalMaterial", + "@id": "http://w3id.org/CEON/demo/electronics/locationOfBatchComponent", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@value": "Location of batch component. The property may be replaced by a location module in the future." + }, + { + "@value": "locationOfBatchComponent represents the location information of a component object within a batch." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-EutrophicationFreshwater", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-HumanToxicityCancer", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -481,18 +418,36 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/tensileStrength", + "@id": "http://w3id.org/CEON/demo/electronics/speaker_x", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/electronics/Speaker" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/ss_3", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ProducingResource" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@value": "Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking." + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/demo/electronics/company_b" + } + ], + "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/damper_x" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The 'damper x' product is manufactured by the 'company b' company." } ] }, @@ -503,11 +458,18 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/hasUnit", + "@id": "http://qudt.org/schema/qudt/definedUnitOfSystem", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, + { + "@id": "http://w3id.org/CEON/demo/electronics/company_x", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" + ] + }, { "@id": "http://w3id.org/CEON/demo/electronics/reportedRepairs", "@type": [ @@ -525,136 +487,155 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/SurfaceFinishMaterial", + "@id": "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/damper_x", + "@id": "http://w3id.org/CEON/demo/electronics/s7", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/Damper", - "http://w3id.org/CEON/ontology/product/Product" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/LaminateMaterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://w3id.org/CEON/ontology/actor/SupplyingResource" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@id": "http://w3id.org/CEON/ontology/actor/supplier" + } + ], + "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/company_x" + } + ], + "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/boc_x" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The batch of products ('boc_x') is supplied by the 'company_x' company." } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/dateOfProduction", + "@id": "http://w3id.org/CEON/demo/electronics/PreCustomerRecycledContent", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "dateOfProduction represents the date of production of a batch of products." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + "@value": "The recycled content during the process of manufacturing or delivering products before delivering to a customer." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "Date of production" + "@value": "https://en.wikipedia.org/wiki/Pre-consumer_recycling" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#dateTime" + "@id": "http://qudt.org/schema/qudt/Quantity" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/fiberElongationAtBreak", + "@id": "http://w3id.org/CEON/demo/electronics/ActinoidsMetal", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-Acidification", + "@id": "http://qudt.org/schema/qudt/hasDimensionVector", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#double" - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", + "@id": "http://qudt.org/schema/qudt/hasUnit", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0", + "@id": "http://w3id.org/CEON/demo/electronics/company_b", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/N-PER-M2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@id": "http://w3id.org/CEON/demo/electronics/damper_x", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/electronics/Damper", + "http://w3id.org/CEON/ontology/product/Product" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/highUVResistance", + "@id": "http://w3id.org/CEON/demo/electronics/electricalConductivity", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'." + "@id": "http://www.w3.org/2001/XMLSchema#double" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/componentDiameter", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/layUpSequence", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-MineralUse", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/dismantler", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChange", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/CoreMaterial", + "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/NonMetalMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -665,24 +646,29 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/instructionOfRepair", + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "electronics product" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" } ] }, { - "@id": "http://qudt.org/vocab/sou/SI", + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/componentLength", + "@id": "http://w3id.org/CEON/demo/electronics/fiberElongationAtBreak", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -693,63 +679,66 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCAUnit", + "@id": "http://w3id.org/CEON/demo/electronics/Frame", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/transitionTemperature", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Units for LCA (Life Cycle Assessment) environmental impact indexes" + "@value": "Tg" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://qudt.org/schema/qudt/Unit" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/composition_a", + "@id": "http://w3id.org/CEON/demo/electronics/s63", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Quantity", - "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", - "http://w3id.org/CEON/ontology/provenance/Statement" + "http://w3id.org/CEON/ontology/actor/ProcessParticipation" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://w3id.org/CEON/demo/electronics/decommissionReason": [ { - "@id": "http://qudt.org/vocab/unit/GM" + "@value": "They are broken." } ], - "http://qudt.org/schema/qudt/numericalValue": [ + "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@value": 300.0 + "@id": "http://w3id.org/CEON/ontology/actor/dismantler" } ], - "http://w3id.org/CEON/ontology/actorODP/participatingObject": [ + "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ { - "@id": "http://w3id.org/CEON/demo/electronics/carbon_material_a" + "@id": "http://w3id.org/CEON/demo/electronics/dismantling_company_b" } ], - "http://w3id.org/CEON/ontology/actorODP/participatingSubject": [ + "http://w3id.org/CEON/ontology/actorODP/participationIn": [ { - "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" + "@id": "http://w3id.org/CEON/demo/electronics/dismantling_process_1" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Speaker x contains 300 grams of carbon material a." + "@value": "The batch of products \"box x\" is going to be decommissioned, operated by the 'dismantling company b', because of 'They are broken'." } ] }, { - "@id": "http://qudt.org/schema/qudt/expression", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChangeFossil", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-WaterUse", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -760,40 +749,58 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/siUnitsExpression", + "@id": "http://qudt.org/schema/qudt/conversionMultiplier", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/manufacturingSequence", + "@id": "http://w3id.org/CEON/demo/electronics/nitrogen_material_a", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/demo/electronics/NonMetalMaterial" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/componentLength", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/flameRetardancy", + "@id": "http://w3id.org/CEON/demo/electronics/FibreMAterial", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/material/Material" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/recyclingTemperature", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values." + "@value": "To represent the temperature condition in a recycling process." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/productDiameter", + "@id": "http://w3id.org/CEON/demo/electronics/densityAt25", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -804,79 +811,63 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-Acidification", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct", + "@id": "http://w3id.org/CEON/demo/electronics/Speaker", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "electronics product" - } - ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/fatigueResistance", + "@id": "https://qudt.org/vocab/unit/PERCENT", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/siteName", + "@id": "http://w3id.org/CEON/demo/electronics/recyclingPressure", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The name of the site where the batch of products is located. This property may be replaced by a location module in the future." + "@value": "To represent the pressure condition in a recycling process." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/BromideMaterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial", + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProductSourcingComponentRelation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/fibreVolumeContent", + "@id": "http://w3id.org/CEON/demo/electronics/refractiveIndexAt25", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -887,7 +878,7 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-WaterUse", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChangeBiogenic", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -898,426 +889,392 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/recyclingProcessDuration", + "@id": "http://w3id.org/CEON/demo/electronics/manufacturingSequence", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/siteCountry", + "@id": "http://qudt.org/vocab/unit/OHM-M", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/conversionMultiplier": [ { - "@value": "The country of the site. This property may be replaced by a location module in the future." + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "1.0" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://qudt.org/schema/qudt/iec61360Code": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "0112/2///62720#UAA020" } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/numericalValue", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/issuer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/FibreMAterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.iso.org/iso/catalogue_detail?csnumber=31897" } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/exactMatch", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/PrepregMaterial", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/symbol": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@value": "Ω⋅m" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/dateOfInstallation", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/ucumCode": [ { - "@value": "dateOfInstallation represents the date of installation of a batch of products." + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "Ohm.m" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "Date of installation" + "@value": "C61" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2001/XMLSchema#dateTime" + "@id": "http://qudt.org/2.1/vocab/unit" + }, + { + "@id": "http://qudt.org/vocab/unit" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-MineralUse", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@language": "en-us", + "@value": "Ohm Meter" + }, + { + "@language": "en", + "@value": "ohm metre" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ss_3", + "@id": "http://w3id.org/CEON/demo/electronics/content_1", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ProducingResource" - ], - "http://w3id.org/CEON/ontology/actorODP/participantRole": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" - } - ], - "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/company_b" - } + "http://w3id.org/CEON/demo/electronics/PostCustomerRecycledContent" ], - "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://w3id.org/CEON/demo/electronics/damper_x" + "@id": "https://qudt.org/vocab/unit/PERCENT" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/numericalValue": [ { - "@value": "The 'damper x' product is manufactured by the 'company b' company." + "@value": 50.0 } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/company_y", + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/AluminumDomeTweeter", + "@id": "http://w3id.org/CEON/demo/electronics/TransitionalMetal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" } ] }, { - "@id": "http://qudt.org/vocab/unit/N-PER-M2", + "@id": "http://w3id.org/CEON/demo/electronics/MatrixAdditiveMAterial", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/material/Material" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/locationOfBatchComponent", + "@id": "http://w3id.org/CEON/demo/electronics/flameRetardancy", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Location of batch component. The property may be replaced by a location module in the future." - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "locationOfBatchComponent represents the location information of a component object within a batch." + "@value": "Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/tensileModulus", + "@id": "http://w3id.org/CEON/demo/electronics/CatalystMaterial", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/viscosityAt25", + "@id": "http://qudt.org/vocab/unit/GigaPA", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "1 000 000 000-fold of the SI derived unit pascal" } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/batchNumber", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/conversionMultiplier": [ { - "@value": "batchNumber represents the identical information of a batch of objects." + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "1000000000.0" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://qudt.org/schema/qudt/hasDimensionVector": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/iec61360Code": [ { - "@value": "Batch number" + "@value": "0112/2///62720#UAA153" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://www.w3.org/2001/XMLSchema#integer" + "@value": "1 000 000 000-fold of the SI derived unit pascal" } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/conversionMultiplier", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/NeodymiumMagnet", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" + "@id": "http://qudt.org/vocab/prefix/Giga" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/hazardousMaterialsPercentage", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://qudt.org/schema/qudt/symbol": [ { - "@value": "The percentage of hazardous materials." + "@value": "GPa" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://qudt.org/schema/qudt/ucumCode": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "GPa" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "A89" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + }, + { + "@id": "http://qudt.org/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Gigapascal" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ss_1", + "@id": "http://w3id.org/CEON/demo/electronics/ds_issue_1", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ProducingResource" + "http://w3id.org/CEON/ontology/actor/IssuingResource" ], "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" + "@id": "http://w3id.org/CEON/ontology/actor/issuer" } ], "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ { - "@id": "http://w3id.org/CEON/demo/electronics/company_y" + "@id": "http://w3id.org/CEON/demo/electronics/M" } ], "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ { - "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" + "@id": "http://w3id.org/CEON/demo/electronics/datasheet_1" + } + ], + "http://w3id.org/CEON/ontology/actorODP/participationTimePoint": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-10-11" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "This 'speaker x' product is manufactured by the 'company y' company." + "@value": "'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.'" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/boc_x", + "@id": "http://w3id.org/CEON/demo/electronics/batchNumber", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/product/batchOfProduct": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" + "@value": "batchNumber represents the identical information of a batch of objects." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Batch number" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/CatalystMaterial", + "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://qudt.org/vocab/unit/PA", + "@id": "http://w3id.org/CEON/demo/electronics/", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude." + "@value": "Eva Blomqvist" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://qudt.org/schema/qudt/conversionMultiplier": [ + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1.0" + "@value": "Huanyu Li" } ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Pascal" + "@value": "The Electronics module of CEON (Circular Economy Ontology Network)." } ], - "http://qudt.org/schema/qudt/exactMatch": [ - { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" - }, + "http://purl.org/dc/terms/license": [ { - "@id": "http://qudt.org/vocab/unit/N-PER-M2" + "@value": "https://creativecommons.org/licenses/by/4.0/" } ], - "http://qudt.org/schema/qudt/iec61360Code": [ + "http://purl.org/dc/terms/title": [ { - "@value": "0112/2///62720#UAA258" + "@value": "Circular Economy Ontology Network (CEON) - Electronics Module" } ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" + "@value": "http://w3id.org/CEON/demo/electronics/" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/pascal" + "@value": "electronics" } ], - "http://qudt.org/schema/qudt/siUnitsExpression": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "N/m^2" + "@value": "https://github.com/LiUSemWeb/CEON" } ], - "http://qudt.org/schema/qudt/symbol": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@value": "Pa" + "@id": "http://w3id.org/CEON/ontology/actor/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/material/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/0.2/" } ], - "http://qudt.org/schema/qudt/ucumCode": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Pa" + "@id": "http://w3id.org/CEON/demo/electronics/0.1/" } ], - "http://qudt.org/schema/qudt/udunitsCode": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@value": "Pa" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "0.1" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/reportedDamage", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "PAL" + "@value": "reportedDamage is used to represent damage information." } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - }, + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://qudt.org/vocab/unit" + "@id": "http://www.w3.org/2001/XMLSchema#string" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/recyclingProcessDuration", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "pascal" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/AlkalineEarthMetal", + "@id": "http://w3id.org/CEON/demo/electronics/AlkaliMetal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1328,7 +1285,7 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/instructionOfUseAndAssembly", + "@id": "http://w3id.org/CEON/demo/electronics/instructionofMaintenance", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -1339,14 +1296,32 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/transitionTemperature", + "@id": "http://w3id.org/CEON/demo/electronics/electricalResistivity", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Tg" + "@id": "http://www.w3.org/2001/XMLSchema#double" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/boc_x", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + ], + "http://w3id.org/CEON/ontology/product/batchOfProduct": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/fibreVolumeContent", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { @@ -1355,141 +1330,168 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/recyclingTemperature", + "@id": "http://w3id.org/CEON/demo/electronics/highUVResistance", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/dateOfProduction", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "To represent the temperature condition in a recycling process." + "@value": "dateOfProduction represents the date of production of a batch of products." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Date of production" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/dismantling_process_1", + "@id": "http://w3id.org/CEON/ontology/actor/issuer", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/processODP/Process" - ], - "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/boc_x" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://qudt.org/schema/qudt/iec61360Code", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-EutrophicationMarine", + "@id": "http://w3id.org/CEON/demo/electronics/dateOfDecomissioning", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "dateOfDecomissioning represents the date of decomissioning of a batch of products." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Date of decomissioning" + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ds_issue_1", + "@id": "http://w3id.org/CEON/demo/electronics/ss_1", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/IssuingResource" + "http://w3id.org/CEON/ontology/actor/ProducingResource" ], "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@id": "http://w3id.org/CEON/ontology/actor/issuer" + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" } ], "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ { - "@id": "http://w3id.org/CEON/demo/electronics/M" + "@id": "http://w3id.org/CEON/demo/electronics/company_y" } ], "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ { - "@id": "http://w3id.org/CEON/demo/electronics/datasheet_1" - } - ], - "http://w3id.org/CEON/ontology/actorODP/participationTimePoint": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-10-11" + "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "'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.'" + "@value": "This 'speaker x' product is manufactured by the 'company y' company." } ] }, { - "@id": "http://qudt.org/vocab/unit/OHM-M", + "@id": "http://qudt.org/vocab/sou/SI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://qudt.org/schema/qudt/conversionMultiplier": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1.0" - } - ], - "http://qudt.org/schema/qudt/iec61360Code": [ - { - "@value": "0112/2///62720#UAA020" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/productDiameter", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.iso.org/iso/catalogue_detail?csnumber=31897" + "@id": "http://www.w3.org/2001/XMLSchema#double" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/shearStrength", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://qudt.org/schema/qudt/symbol": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Ω⋅m" + "@id": "http://www.w3.org/2001/XMLSchema#double" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/ss_2", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ProducingResource" ], - "http://qudt.org/schema/qudt/ucumCode": [ + "http://w3id.org/CEON/ontology/actorODP/participantRole": [ { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Ohm.m" + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" } ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ + "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ { - "@value": "C61" + "@id": "http://w3id.org/CEON/demo/electronics/company_a" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - }, + "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ { - "@id": "http://qudt.org/vocab/unit" + "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Ohm Meter" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@language": "en", - "@value": "ohm metre" + "@value": "The 'neodymium magnet x' product is manufactured by the 'company a' company." } ] }, + { + "@id": "http://qudt.org/schema/qudt/numericalValue", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ] + }, { "@id": "http://w3id.org/CEON/demo/electronics/LCA-LonisingRaditionHumanHealth", "@type": [ @@ -1502,36 +1504,24 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/AdhesiveMaterial", + "@id": "http://w3id.org/CEON/ontology/actor/supplier", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProductSourcingComponentRelation", + "@id": "http://w3id.org/CEON/demo/electronics/PrepregMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/dismantling_company_b", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/sampleLength", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-EutrophicationFreshwater", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -1542,255 +1532,200 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/sizeLevel", + "@id": "http://qudt.org/vocab/unit/PA", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude." } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Eva Blomqvist" - }, - { - "@value": "Mikael Lindecrantz" - }, + "http://qudt.org/schema/qudt/conversionMultiplier": [ { - "@value": "Robin Keskisärkkä" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "1.0" } ], - "http://purl.org/dc/terms/creator": [ + "http://qudt.org/schema/qudt/dbpediaMatch": [ { - "@value": "Huanyu Li" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Pascal" } ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/exactMatch": [ { - "@value": "The Electronics module of CEON (Circular Economy Ontology Network)." - } - ], - "http://purl.org/dc/terms/license": [ + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" + }, { - "@value": "https://creativecommons.org/licenses/by/4.0/" + "@id": "http://qudt.org/vocab/unit/N-PER-M2" } ], - "http://purl.org/dc/terms/title": [ + "http://qudt.org/schema/qudt/iec61360Code": [ { - "@value": "Circular Economy Ontology Network (CEON) - Electronics Module" + "@value": "0112/2///62720#UAA258" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@value": "http://w3id.org/CEON/demo/electronics/" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/omUnit": [ { - "@value": "electronics" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/pascal" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://qudt.org/schema/qudt/siUnitsExpression": [ { - "@value": "https://github.com/LiUSemWeb/CEON" + "@value": "N/m^2" } ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/material/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" - }, + "http://qudt.org/schema/qudt/symbol": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/0.2/" + "@value": "Pa" } ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://qudt.org/schema/qudt/ucumCode": [ { - "@id": "http://w3id.org/CEON/demo/electronics/0.1/" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "Pa" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "0.1" - } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/q1", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Quantity", - "http://w3id.org/CEON/ontology/provenance/Statement" + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "Pa" + } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@value": "PAL" } ], - "http://w3id.org/CEON/demo/electronics/fatigueResistance": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": 80.0 + "@id": "http://qudt.org/2.1/vocab/unit" + }, + { + "@id": "http://qudt.org/vocab/unit" } ], - "http://w3id.org/CEON/ontology/provenance/statementAbout": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/demo/electronics/speaker_x" + "@language": "en", + "@value": "pascal" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/shearStrength", + "@id": "http://w3id.org/CEON/demo/electronics/dateOfInstallation", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "dateOfInstallation represents the date of installation of a batch of products." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Date of installation" + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/hasDimensionVector", + "@id": "http://qudt.org/schema/qudt/iec61360Code", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/PostCustomerRecycledContent", + "@id": "http://w3id.org/CEON/demo/electronics/FlameRetardantMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "The finished goods or products that have been used by a customer, and then are going to be recycled." - } - ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://qudt.org/schema/qudt/Quantity" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/siteZipCode", + "@id": "http://w3id.org/CEON/demo/electronics/RenewableContent", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The Zip Code of the site. This property may be replaced by a location module in the future." + "@value": "The content of product/material that can be renewed." } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://qudt.org/schema/qudt/Quantity" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/Frame", + "@id": "http://w3id.org/CEON/demo/electronics/fatigueResistance", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" - } + "http://www.w3.org/2002/07/owl#DatatypeProperty" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/componentDiameter", + "@id": "http://w3id.org/CEON/demo/electronics/decommissionReason", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@value": "The reason for a decommission operation." } - ] - }, - { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChangeBiogenic", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://qudt.org/schema/qudt/definedUnitOfSystem", + "@id": "http://w3id.org/CEON/ontology/actor/dismantler", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/recyclingPressure", + "@id": "http://w3id.org/CEON/demo/electronics/instructionOfRepair", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "To represent the pressure condition in a recycling process." - } - ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/PreCustomerRecycledContent", + "@id": "http://w3id.org/CEON/demo/electronics/SurfaceFinishMaterial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The recycled content during the process of manufacturing or delivering products before delivering to a customer." - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "https://en.wikipedia.org/wiki/Pre-consumer_recycling" - } - ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://qudt.org/schema/qudt/Quantity" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://qudt.org/vocab/unit/GigaPA", + "@id": "http://qudt.org/vocab/unit/MegaPA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -1798,49 +1733,44 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "1 000 000 000-fold of the SI derived unit pascal" + "@value": "1,000,000-fold of the derived unit pascal" } ], "http://qudt.org/schema/qudt/conversionMultiplier": [ { "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1000000000.0" - } - ], - "http://qudt.org/schema/qudt/hasDimensionVector": [ - { - "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0" + "@value": "1000000.0" } ], "http://qudt.org/schema/qudt/iec61360Code": [ { - "@value": "0112/2///62720#UAA153" + "@value": "0112/2///62720#UAA215" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "1 000 000 000-fold of the SI derived unit pascal" + "@value": "1,000,000-fold of the derived unit pascal" } ], "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://qudt.org/vocab/prefix/Giga" + "@id": "http://qudt.org/vocab/prefix/Mega" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "GPa" + "@value": "MPa" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "GPa" + "@value": "MPa" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "A89" + "@value": "MPA" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1854,12 +1784,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gigapascal" + "@value": "Megapascal" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-EcotoxicityFreshwater", + "@id": "http://qudt.org/schema/qudt/exactMatch", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/HardenerMaterial", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/material/Material" + } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/sizeLevel", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -1870,87 +1817,134 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/content_1", + "@id": "http://w3id.org/CEON/demo/electronics/recyclingProcessName", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/PostCustomerRecycledContent" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://qudt.org/vocab/unit/PERCENT" + "@id": "http://www.w3.org/2001/XMLSchema#string" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/AdhesiveMaterial", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://qudt.org/schema/qudt/numericalValue": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": 50.0 + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", + "@id": "http://w3id.org/CEON/demo/electronics/VirginFossilContent", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://qudt.org/schema/qudt/Quantity" + } ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#date", + "@id": "http://w3id.org/CEON/demo/electronics/PostCustomerRecycledContent", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "The finished goods or products that have been used by a customer, and then are going to be recycled." + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://qudt.org/schema/qudt/Quantity" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/carbon_material_a", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/demo/electronics/NonMetalMaterial" + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/supplier", + "@id": "http://w3id.org/CEON/demo/electronics/siteCity", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The city of the site. This property may be replaced by a location module in the future." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/RareEarthMaterial", + "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" - } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/s7", + "@id": "http://w3id.org/CEON/demo/electronics/layUpSequence", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/SupplyingResource" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/actorODP/participantRole": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actor/supplier" + "@id": "http://www.w3.org/2001/XMLSchema#string" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/LaminateMaterial", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/demo/electronics/company_x" + "@id": "http://w3id.org/CEON/ontology/material/Material" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/stiffness", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/demo/electronics/boc_x" + "@id": "http://www.w3.org/2001/XMLSchema#double" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/CoreMaterial", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "The batch of products ('boc_x') is supplied by the 'company_x' company." + "@id": "http://w3id.org/CEON/ontology/material/Material" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/instructionofMaintenance", + "@id": "http://w3id.org/CEON/demo/electronics/instructionOfUseAndAssembly", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -1960,6 +1954,12 @@ } ] }, + { + "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, { "@id": "http://w3id.org/CEON/demo/electronics/numberOfRecyclingCycles", "@type": [ @@ -1967,182 +1967,176 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/MatrixAdditiveMAterial", + "@id": "http://qudt.org/schema/qudt/siUnitsExpression", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/dismantling_company_b", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/LCAUnit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Units for LCA (Life Cycle Assessment) environmental impact indexes" + } + ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@id": "http://qudt.org/schema/qudt/Unit" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/VirginFossilContent", + "@id": "http://w3id.org/CEON/demo/electronics/NeodymiumMagnet", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://qudt.org/schema/qudt/Quantity" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/maintenanceReport", + "@id": "http://w3id.org/CEON/demo/electronics/LCA-ClimateChangeFossil", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/reportedDamage", + "@id": "http://w3id.org/CEON/demo/electronics/company_a", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/tensileStrength", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "reportedDamage is used to represent damage information." + "@value": "Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/CouplingCone", + "@id": "http://w3id.org/CEON/demo/electronics/company_y", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actorODP/Actor" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" - } ] }, { - "@id": "http://qudt.org/vocab/unit/PA-SEC", + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/DerivedUnit", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. " - } - ], - "http://qudt.org/schema/qudt/conversionMultiplier": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1.0" - } - ], - "http://qudt.org/schema/qudt/definedUnitOfSystem": [ - { - "@id": "http://qudt.org/vocab/sou/SI" - } - ], - "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem": [ - { - "@id": "http://qudt.org/vocab/sou/SI" - } - ], - "http://qudt.org/schema/qudt/expression": [ - { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "\\(Pa-s\\)" - } - ], - "http://qudt.org/schema/qudt/hasDimensionVector": [ - { - "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0" - } - ], - "http://qudt.org/schema/qudt/iec61360Code": [ - { - "@value": "0112/2///62720#UAA265" - } - ], - "http://qudt.org/schema/qudt/siUnitsExpression": [ - { - "@value": "Pa.s" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "Paâ‹…s" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Pa.s" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "C65" - } + "http://w3id.org/CEON/demo/electronics/NeodymiumMagnet", + "http://w3id.org/CEON/ontology/product/Product" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://w3id.org/CEON/ontology/resourceODP/hasConstituent": [ { - "@id": "http://qudt.org/2.1/vocab/unit" + "@id": "http://w3id.org/CEON/demo/electronics/damper_x" }, { - "@id": "http://qudt.org/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "pascal second" + "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/ss_2", + "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ProducingResource" + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/Damper", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://w3id.org/CEON/ontology/actorODP/participantRole": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/DoubleMagnet", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://w3id.org/CEON/ontology/actorODP/participatingActor": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/demo/electronics/company_a" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } + ] + }, + { + "@id": "http://w3id.org/CEON/demo/electronics/datasheet_1", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/datasheet/DataSheet" ], - "http://w3id.org/CEON/ontology/actorODP/participatingResource": [ + "http://w3id.org/CEON/ontology/resourceODP/containsInformation": [ { - "@id": "http://w3id.org/CEON/demo/electronics/neodymium_magnet_x" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "@id": "http://w3id.org/CEON/demo/electronics/composition_a" + }, { - "@value": "The 'neodymium magnet x' product is manufactured by the 'company a' company." + "@id": "http://w3id.org/CEON/demo/electronics/s63" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/company_x", + "@id": "http://w3id.org/CEON/demo/electronics/AlkalineEarthMetal", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actorODP/Actor" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" + } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/electricalResistivity", + "@id": "http://w3id.org/CEON/demo/electronics/tensileModulus", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], @@ -2153,42 +2147,48 @@ ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/refractiveIndexAt25", + "@id": "http://w3id.org/CEON/demo/electronics/siteZipCode", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The Zip Code of the site. This property may be replaced by a location module in the future." + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", + "@id": "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/LCA-HumanToxicityCancer", + "@id": "http://w3id.org/CEON/demo/electronics/AluminumDomeTweeter", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/demo/electronics/ElectronicsProduct" } ] }, { - "@id": "http://w3id.org/CEON/demo/electronics/AlkaliMetal", + "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/demo/electronics/MetalMaterial" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] } ] \ No newline at end of file diff --git a/docs/demo/electronics/0.1/electronics.owl b/docs/demo/electronics/0.1/electronics.owl index fa5e6cd5..6129b139 100644 --- a/docs/demo/electronics/0.1/electronics.owl +++ b/docs/demo/electronics/0.1/electronics.owl @@ -2,8 +2,8 @@ + + + + + + + The batch of products ('boc_x') is supplied by the 'company_x' company. + + + + + + + + + + + + The address of the site. This property may be replaced by a location module in the future. + + + + + + + + + + + + + 1.0 + 0112/2///62720#UAA020 + http://www.iso.org/iso/catalogue_detail?csnumber=31897 + Ω⋅m + Ohm.m + C61 + + + Ohm Meter + ohm metre + + + + + dateOfDecomissioning represents the date of decomissioning of a batch of products. + Date of decomissioning + - - 1000000000.0 - 0112/2///62720#UAA153 + + 1000000000.0 + 0112/2///62720#UAA153 1 000 000 000-fold of the SI derived unit pascal - 1 000 000 000-fold of the SI derived unit pascal - - GPa - GPa - A89 + 1 000 000 000-fold of the SI derived unit pascal + + GPa + GPa + A89 Gigapascal - + + + + A DerivedUnit is a type specification for units that are derived from other units. + + Derived Unit + + + + + + + - 1000000.0 - 0112/2///62720#UAA215 - 1,000,000-fold of the derived unit pascal - 1,000,000-fold of the derived unit pascal - - MPa - MPa - MPA + + + + 1.0 + 0112/2///62720#UAA265 + Pa.s + The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. + \(Pa-s\) + Paâ‹…s + Pa.s + C65 - Megapascal + pascal second - + - - dateOfInstallation represents the date of installation of a batch of products. - Date of installation + - - - - reportedRepairs is used to represent repairing information. + + + + + + 1.0 + 0112/2///62720#UAA258 + N/m^2 + The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + http://dbpedia.org/resource/Pascal + http://en.wikipedia.org/wiki/Pascal?oldid=492989202 + + Pa + Pa + Pa + PAL + + + pascal - + + + + 50.0 - - - + + + + + + + 2023-10-11 + '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.' - + + + + + + + The 'damper x' product is manufactured by the 'company b' company. + + - + - - A DerivedUnit is a type specification for units that are derived from other units. - - Derived Unit + @@ -89,234 +178,172 @@ https://creativecommons.org/licenses/by/4.0/ Circular Economy Ontology Network (CEON) - Electronics Module http://w3id.org/CEON/demo/electronics/ - electronics + electronics https://github.com/LiUSemWeb/CEON 0.1 - + + + + + + + + + + + + + + + - + + + + + - The percentage of hazardous materials. - + - - - - - - - 300.0 - Speaker x contains 300 grams of carbon material a. + + 1000000.0 + 0112/2///62720#UAA215 + 1,000,000-fold of the derived unit pascal + 1,000,000-fold of the derived unit pascal + + MPa + MPa + MPA + + + Megapascal - + + + + + - - - batchNumber represents the identical information of a batch of objects. - Batch number + + High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'. - + - The city of the site. This property may be replaced by a location module in the future. + Location of batch component. The property may be replaced by a location module in the future. + locationOfBatchComponent represents the location information of a component object within a batch. - + - - - - - The 'neodymium magnet x' product is manufactured by the 'company a' company. - - - - + + + + + 80.0 - + - - - - - The 'damper x' product is manufactured by the 'company b' company. + + + + + + + 300.0 + Speaker x contains 300 grams of carbon material a. - - + + - + - - The address of the site. This property may be replaced by a location module in the future. + - - + + + - - - + + + They are broken. The batch of products "box x" is going to be decommissioned, operated by the 'dismantling company b', because of 'They are broken'. - + - + + dateOfInstallation represents the date of installation of a batch of products. + Date of installation - + - - - - - - + - - + + + + Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking. - + + The country of the site. This property may be replaced by a location module in the future. - - - - - - 1.0 - 0112/2///62720#UAA258 - N/m^2 - The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. - http://dbpedia.org/resource/Pascal - http://en.wikipedia.org/wiki/Pascal?oldid=492989202 - - Pa - Pa - Pa - PAL - - - pascal + + + - + - - - - - + - - - - + + + - + - - - - - 1.0 - 0112/2///62720#UAA265 - Pa.s - The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. - \(Pa-s\) - Paâ‹…s - Pa.s - C65 - - - pascal second - + - To represent the temperature condition in a recycling process. - - - - 1.0 - 0112/2///62720#UAA020 - http://www.iso.org/iso/catalogue_detail?csnumber=31897 - Ω⋅m - Ohm.m - C61 - - - Ohm Meter - ohm metre - - + - The country of the site. This property may be replaced by a location module in the future. - - - - + - - - - - + + The city of the site. This property may be replaced by a location module in the future. - + - - - - - + + + dateOfProduction represents the date of production of a batch of products. + Date of production - + - - - - - - - - - - The recycled content during the process of manufacturing or delivering products before delivering to a customer. - https://en.wikipedia.org/wiki/Pre-consumer_recycling - - - - - - - - - - - - 2023-10-11 - '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.' - - - - + + The percentage of hazardous materials. @@ -324,219 +351,211 @@ - - - - - - - The batch of products ('boc_x') is supplied by the 'company_x' company. + + + + The recycled content during the process of manufacturing or delivering products before delivering to a customer. + https://en.wikipedia.org/wiki/Pre-consumer_recycling - + - - The reason for a decommission operation. + - + - + + Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values. - + - The Zip Code of the site. This property may be replaced by a location module in the future. + reportedRepairs is used to represent repairing information. - + + + + + - - - + + + This 'speaker x' product is manufactured by the 'company y' company. - + - - dateOfDecomissioning represents the date of decomissioning of a batch of products. - Date of decomissioning + + The Zip Code of the site. This property may be replaced by a location module in the future. - - - + + - - - + + + + + + + The 'neodymium magnet x' product is manufactured by the 'company a' company. - + - - - - - + + - + - + - - + + + + - + - + - + - - Location of batch component. The property may be replaced by a location module in the future. - locationOfBatchComponent represents the location information of a component object within a batch. + + To represent the pressure condition in a recycling process. - + + + + + - + - - - - - electronics product + + - + - + + The finished goods or products that have been used by a customer, and then are going to be recycled. - + - + + + batchNumber represents the identical information of a batch of objects. + Batch number - + - + - + + - - + + + + + + - - - - - + + - - - - Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values. + + + - + - + - + - - - - - - + - + - Tg - + - - - - Units for LCA (Life Cycle Assessment) environmental impact indexes - - - - - - + - reportedDamage is used to represent damage information. + The reason for a decommission operation. - + - - - + + - + + - - - + + + + Units for LCA (Life Cycle Assessment) environmental impact indexes - - - + + + - + - + - + + + + - + - - - - - - - 50.0 + - - + + - - - + + - + + Tg - - - + + + + @@ -545,218 +564,199 @@ - + - - - + + + - + + + + + - - - - - 80.0 - + - - - dateOfProduction represents the date of production of a batch of products. - Date of production + - - + + + - + + + + - - + + + - + + + + + - - + - + - - - - + + The content of product/material that can be renewed. - + - + + electronics product - + - - + + + + - + - - To represent the pressure condition in a recycling process. + + reportedDamage is used to represent damage information. - + + + + + - - High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'. + + + + The name of the site where the batch of products is located. This property may be replaced by a location module in the future. - - - - - - + + - - + + + - + + - + - + - Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking. - + - + - + - - - + + - + + + + + - - - - + + - - + + - - - + + - + - + + + + - + - - - + + + - + + To represent the temperature condition in a recycling process. - - - + + - + - - - + + - + - - - - - - + + - + - The finished goods or products that have been used by a customer, and then are going to be recycled. - - - - - + + + - + - - - - - - - - The content of product/material that can be renewed. + + + - - - + + - + - - - - - - - - + - - - - - - - - - diff --git a/docs/demo/electronics/0.1/electronics.rdf b/docs/demo/electronics/0.1/electronics.rdf index fa5e6cd5..6129b139 100644 --- a/docs/demo/electronics/0.1/electronics.rdf +++ b/docs/demo/electronics/0.1/electronics.rdf @@ -2,8 +2,8 @@ + + + + + + + The batch of products ('boc_x') is supplied by the 'company_x' company. + + + + + + + + + + + + The address of the site. This property may be replaced by a location module in the future. + + + + + + + + + + + + + 1.0 + 0112/2///62720#UAA020 + http://www.iso.org/iso/catalogue_detail?csnumber=31897 + Ω⋅m + Ohm.m + C61 + + + Ohm Meter + ohm metre + + + + + dateOfDecomissioning represents the date of decomissioning of a batch of products. + Date of decomissioning + - - 1000000000.0 - 0112/2///62720#UAA153 + + 1000000000.0 + 0112/2///62720#UAA153 1 000 000 000-fold of the SI derived unit pascal - 1 000 000 000-fold of the SI derived unit pascal - - GPa - GPa - A89 + 1 000 000 000-fold of the SI derived unit pascal + + GPa + GPa + A89 Gigapascal - + + + + A DerivedUnit is a type specification for units that are derived from other units. + + Derived Unit + + + + + + + - 1000000.0 - 0112/2///62720#UAA215 - 1,000,000-fold of the derived unit pascal - 1,000,000-fold of the derived unit pascal - - MPa - MPa - MPA + + + + 1.0 + 0112/2///62720#UAA265 + Pa.s + The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. + \(Pa-s\) + Paâ‹…s + Pa.s + C65 - Megapascal + pascal second - + - - dateOfInstallation represents the date of installation of a batch of products. - Date of installation + - - - - reportedRepairs is used to represent repairing information. + + + + + + 1.0 + 0112/2///62720#UAA258 + N/m^2 + The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + http://dbpedia.org/resource/Pascal + http://en.wikipedia.org/wiki/Pascal?oldid=492989202 + + Pa + Pa + Pa + PAL + + + pascal - + + + + 50.0 - - - + + + + + + + 2023-10-11 + '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.' - + + + + + + + The 'damper x' product is manufactured by the 'company b' company. + + - + - - A DerivedUnit is a type specification for units that are derived from other units. - - Derived Unit + @@ -89,234 +178,172 @@ https://creativecommons.org/licenses/by/4.0/ Circular Economy Ontology Network (CEON) - Electronics Module http://w3id.org/CEON/demo/electronics/ - electronics + electronics https://github.com/LiUSemWeb/CEON 0.1 - + + + + + + + + + + + + + + + - + + + + + - The percentage of hazardous materials. - + - - - - - - - 300.0 - Speaker x contains 300 grams of carbon material a. + + 1000000.0 + 0112/2///62720#UAA215 + 1,000,000-fold of the derived unit pascal + 1,000,000-fold of the derived unit pascal + + MPa + MPa + MPA + + + Megapascal - + + + + + - - - batchNumber represents the identical information of a batch of objects. - Batch number + + High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'. - + - The city of the site. This property may be replaced by a location module in the future. + Location of batch component. The property may be replaced by a location module in the future. + locationOfBatchComponent represents the location information of a component object within a batch. - + - - - - - The 'neodymium magnet x' product is manufactured by the 'company a' company. - - - - + + + + + 80.0 - + - - - - - The 'damper x' product is manufactured by the 'company b' company. + + + + + + + 300.0 + Speaker x contains 300 grams of carbon material a. - - + + - + - - The address of the site. This property may be replaced by a location module in the future. + - - + + + - - - + + + They are broken. The batch of products "box x" is going to be decommissioned, operated by the 'dismantling company b', because of 'They are broken'. - + - + + dateOfInstallation represents the date of installation of a batch of products. + Date of installation - + - - - - - - + - - + + + + Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking. - + + The country of the site. This property may be replaced by a location module in the future. - - - - - - 1.0 - 0112/2///62720#UAA258 - N/m^2 - The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. - http://dbpedia.org/resource/Pascal - http://en.wikipedia.org/wiki/Pascal?oldid=492989202 - - Pa - Pa - Pa - PAL - - - pascal + + + - + - - - - - + - - - - + + + - + - - - - - 1.0 - 0112/2///62720#UAA265 - Pa.s - The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. - \(Pa-s\) - Paâ‹…s - Pa.s - C65 - - - pascal second - + - To represent the temperature condition in a recycling process. - - - - 1.0 - 0112/2///62720#UAA020 - http://www.iso.org/iso/catalogue_detail?csnumber=31897 - Ω⋅m - Ohm.m - C61 - - - Ohm Meter - ohm metre - - + - The country of the site. This property may be replaced by a location module in the future. - - - - + - - - - - + + The city of the site. This property may be replaced by a location module in the future. - + - - - - - + + + dateOfProduction represents the date of production of a batch of products. + Date of production - + - - - - - - - - - - The recycled content during the process of manufacturing or delivering products before delivering to a customer. - https://en.wikipedia.org/wiki/Pre-consumer_recycling - - - - - - - - - - - - 2023-10-11 - '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.' - - - - + + The percentage of hazardous materials. @@ -324,219 +351,211 @@ - - - - - - - The batch of products ('boc_x') is supplied by the 'company_x' company. + + + + The recycled content during the process of manufacturing or delivering products before delivering to a customer. + https://en.wikipedia.org/wiki/Pre-consumer_recycling - + - - The reason for a decommission operation. + - + - + + Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values. - + - The Zip Code of the site. This property may be replaced by a location module in the future. + reportedRepairs is used to represent repairing information. - + + + + + - - - + + + This 'speaker x' product is manufactured by the 'company y' company. - + - - dateOfDecomissioning represents the date of decomissioning of a batch of products. - Date of decomissioning + + The Zip Code of the site. This property may be replaced by a location module in the future. - - - + + - - - + + + + + + + The 'neodymium magnet x' product is manufactured by the 'company a' company. - + - - - - - + + - + - + - - + + + + - + - + - + - - Location of batch component. The property may be replaced by a location module in the future. - locationOfBatchComponent represents the location information of a component object within a batch. + + To represent the pressure condition in a recycling process. - + + + + + - + - - - - - electronics product + + - + - + + The finished goods or products that have been used by a customer, and then are going to be recycled. - + - + + + batchNumber represents the identical information of a batch of objects. + Batch number - + - + - + + - - + + + + + + - - - - - + + - - - - Flame Retardancy property is used to represent whether a product or content resist or delay the ignition and spread of fire. This property has 'True' of 'False' values. + + + - + - + - + - - - - - - + - + - Tg - + - - - - Units for LCA (Life Cycle Assessment) environmental impact indexes - - - - - - + - reportedDamage is used to represent damage information. + The reason for a decommission operation. - + - - - + + - + + - - - + + + + Units for LCA (Life Cycle Assessment) environmental impact indexes - - - + + + - + - + - + + + + - + - - - - - - - 50.0 + - - + + - - - + + - + + Tg - - - + + + + @@ -545,218 +564,199 @@ - + - - - + + + - + + + + + - - - - - 80.0 - + - - - dateOfProduction represents the date of production of a batch of products. - Date of production + - - + + + - + + + + - - + + + - + + + + + - - + - + - - - - + + The content of product/material that can be renewed. - + - + + electronics product - + - - + + + + - + - - To represent the pressure condition in a recycling process. + + reportedDamage is used to represent damage information. - + + + + + - - High UV Resistance property is used to represent whether a product or content withstand the damaging effects of ultraviolet (UV) radiation. It has values 'True' or 'False'. + + + + The name of the site where the batch of products is located. This property may be replaced by a location module in the future. - - - - - - + + - - + + + - + + - + - + - Tensile Strength is a used to represent the ability of a product or some content to resist breaking when it is pulled apart. It is the maximum stress that a product can withstand before breaking. - + - + - + - - - + + - + + + + + - - - - + + - - + + - - - + + - + - + + + + - + - - - + + + - + + To represent the temperature condition in a recycling process. - - - + + - + - - - + + - + - - - - - - + + - + - The finished goods or products that have been used by a customer, and then are going to be recycled. - - - - - + + + - + - - - - - - - - The content of product/material that can be renewed. + + + - - - + + - + - - - - - - - - + - - - - - - - - - diff --git a/docs/demo/electronics/0.1/electronics.ttl b/docs/demo/electronics/0.1/electronics.ttl index c29ad9ab..1eac94ba 100644 --- a/docs/demo/electronics/0.1/electronics.ttl +++ b/docs/demo/electronics/0.1/electronics.ttl @@ -1,7 +1,7 @@ @prefix : . @prefix dcterms: . -@prefix ns1: . -@prefix ns2: . +@prefix ns1: . +@prefix ns2: . @prefix ns3: . @prefix ns4: . @prefix ns5: . @@ -11,83 +11,83 @@ @prefix vann: . @prefix xsd: . -ns1:conversionMultiplier a owl:DatatypeProperty . +ns2:conversionMultiplier a owl:DatatypeProperty . -ns1:definedUnitOfSystem a owl:ObjectProperty . +ns2:definedUnitOfSystem a owl:ObjectProperty . -ns1:derivedCoherentUnitOfSystem a owl:ObjectProperty . +ns2:derivedCoherentUnitOfSystem a owl:ObjectProperty . -ns1:exactMatch a owl:ObjectProperty . +ns2:exactMatch a owl:ObjectProperty . -ns1:expression a owl:AnnotationProperty . +ns2:expression a owl:AnnotationProperty . -ns1:hasDimensionVector a owl:ObjectProperty . +ns2:hasDimensionVector a owl:ObjectProperty . -ns1:hasUnit a owl:ObjectProperty . +ns2:hasUnit a owl:ObjectProperty . -ns1:iec61360Code a owl:DatatypeProperty . +ns2:iec61360Code a owl:DatatypeProperty . -ns1:numericalValue a owl:DatatypeProperty . +ns2:numericalValue a owl:DatatypeProperty . -ns1:siUnitsExpression a owl:DatatypeProperty . +ns2:siUnitsExpression a owl:DatatypeProperty . - a ns1:Unit, + a ns2:Unit, owl:NamedIndividual ; rdfs:label "Gigapascal"@en ; dcterms:description "1 000 000 000-fold of the SI derived unit pascal"^^rdf:HTML ; - ns1:conversionMultiplier 1000000000.0 ; - ns1:hasDimensionVector ; - ns1:iec61360Code "0112/2///62720#UAA153" ; - ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal" ; - ns1:prefix ; - ns1:symbol "GPa" ; - ns1:ucumCode "GPa"^^ns1:UCUMcs ; - ns1:uneceCommonCode "A89" ; + ns2:conversionMultiplier 1000000000.0 ; + ns2:hasDimensionVector ; + ns2:iec61360Code "0112/2///62720#UAA153" ; + ns2:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal" ; + ns2:prefix ; + ns2:symbol "GPa" ; + ns2:ucumCode "GPa"^^ns2:UCUMcs ; + ns2:uneceCommonCode "A89" ; rdfs:isDefinedBy , . - a ns1:Unit, + a ns2:Unit, owl:NamedIndividual ; rdfs:label "Megapascal"@en ; dcterms:description "1,000,000-fold of the derived unit pascal"^^rdf:HTML ; - ns1:conversionMultiplier 1000000.0 ; - ns1:iec61360Code "0112/2///62720#UAA215" ; - ns1:plainTextDescription "1,000,000-fold of the derived unit pascal" ; - ns1:prefix ; - ns1:symbol "MPa" ; - ns1:ucumCode "MPa"^^ns1:UCUMcs ; - ns1:uneceCommonCode "MPA" ; + ns2:conversionMultiplier 1000000.0 ; + ns2:iec61360Code "0112/2///62720#UAA215" ; + ns2:plainTextDescription "1,000,000-fold of the derived unit pascal" ; + ns2:prefix ; + ns2:symbol "MPa" ; + ns2:ucumCode "MPa"^^ns2:UCUMcs ; + ns2:uneceCommonCode "MPA" ; rdfs:isDefinedBy , . - a ns1:Unit, + a ns2:Unit, owl:NamedIndividual ; rdfs:label "ohm metre"@en, "Ohm Meter"@en-us ; - ns1:conversionMultiplier 1.0 ; - ns1:iec61360Code "0112/2///62720#UAA020" ; - ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; - ns1:symbol "Ω⋅m" ; - ns1:ucumCode "Ohm.m"^^ns1:UCUMcs ; - ns1:uneceCommonCode "C61" ; + ns2:conversionMultiplier 1.0 ; + ns2:iec61360Code "0112/2///62720#UAA020" ; + ns2:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns2:symbol "Ω⋅m" ; + ns2:ucumCode "Ohm.m"^^ns2:UCUMcs ; + ns2:uneceCommonCode "C61" ; rdfs:isDefinedBy , . - a ns1:DerivedUnit, - ns1:Unit, + a ns2:DerivedUnit, + ns2:Unit, owl:NamedIndividual ; rdfs:label "pascal second"@en ; dcterms:description "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ; - ns1:conversionMultiplier 1.0 ; - ns1:definedUnitOfSystem ; - ns1:derivedCoherentUnitOfSystem ; - ns1:expression "\\(Pa-s\\)"^^ns1:LatexString ; - ns1:hasDimensionVector ; - ns1:iec61360Code "0112/2///62720#UAA265" ; - ns1:siUnitsExpression "Pa.s" ; - ns1:symbol "Paâ‹…s" ; - ns1:ucumCode "Pa.s"^^ns1:UCUMcs ; - ns1:uneceCommonCode "C65" ; + ns2:conversionMultiplier 1.0 ; + ns2:definedUnitOfSystem ; + ns2:derivedCoherentUnitOfSystem ; + ns2:expression "\\(Pa-s\\)"^^ns2:LatexString ; + ns2:hasDimensionVector ; + ns2:iec61360Code "0112/2///62720#UAA265" ; + ns2:siUnitsExpression "Pa.s" ; + ns2:symbol "Paâ‹…s" ; + ns2:ucumCode "Pa.s"^^ns2:UCUMcs ; + ns2:uneceCommonCode "C65" ; rdfs:isDefinedBy , . @@ -100,7 +100,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty . dcterms:license "https://creativecommons.org/licenses/by/4.0/" ; dcterms:title "Circular Economy Ontology Network (CEON) - Electronics Module" ; vann:preferredNamespaceUri "http://w3id.org/CEON/demo/electronics/" ; - ns1:prefix "electronics" ; + ns2:prefix "electronics" ; rdfs:seeAlso "https://github.com/LiUSemWeb/CEON" ; owl:imports , , @@ -191,7 +191,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :LCAUnit a owl:Class ; rdfs:comment "Units for LCA (Life Cycle Assessment) environmental impact indexes" ; - rdfs:subClassOf ns1:Unit . + rdfs:subClassOf ns2:Unit . :LaminateMaterial a owl:Class ; rdfs:subClassOf . @@ -202,7 +202,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :PreCustomerRecycledContent a owl:Class ; rdfs:comment "The recycled content during the process of manufacturing or delivering products before delivering to a customer." ; rdfs:seeAlso "https://en.wikipedia.org/wiki/Pre-consumer_recycling" ; - rdfs:subClassOf ns1:Quantity . + rdfs:subClassOf ns2:Quantity . :PrepregMaterial a owl:Class ; rdfs:subClassOf . @@ -212,7 +212,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :RenewableContent a owl:Class ; rdfs:comment "The content of product/material that can be renewed." ; - rdfs:subClassOf ns1:Quantity . + rdfs:subClassOf ns2:Quantity . :ResinMaterial a owl:Class ; rdfs:subClassOf . @@ -224,7 +224,7 @@ ns1:siUnitsExpression a owl:DatatypeProperty . rdfs:subClassOf :MetalMaterial . :VirginFossilContent a owl:Class ; - rdfs:subClassOf ns1:Quantity . + rdfs:subClassOf ns2:Quantity . :batchNumber a owl:DatatypeProperty ; rdfs:label "Batch number" ; @@ -240,8 +240,8 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :content_1 a :PostCustomerRecycledContent, owl:NamedIndividual ; - ns1:hasUnit ; - ns1:numericalValue 5e+01 . + ns2:hasUnit ; + ns2:numericalValue 5e+01 . :dateOfDecomissioning a owl:DatatypeProperty ; rdfs:label "Date of decomissioning" ; @@ -268,10 +268,10 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :ds_issue_1 a , owl:NamedIndividual ; - ns2:participantRole ; - ns2:participatingActor :M ; - ns2:participatingResource :datasheet_1 ; - ns2:participationTimePoint "2023-10-11"^^xsd:date ; + ns1:participantRole ; + ns1:participatingActor :M ; + ns1:participatingResource :datasheet_1 ; + ns1: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 ; @@ -331,10 +331,10 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :productDiameter a owl:DatatypeProperty ; rdfs:range xsd:double . -:q1 a ns1:Quantity, +:q1 a ns2:Quantity, ns4:Statement, owl:NamedIndividual ; - ns1:hasUnit ; + ns2:hasUnit ; :fatigueResistance 8e+01 ; ns4:statementAbout :speaker_x . @@ -365,9 +365,9 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :s7 a , owl:NamedIndividual ; - ns2:participantRole ; - ns2:participatingActor :company_x ; - ns2:participatingResource :boc_x ; + ns1:participantRole ; + ns1:participatingActor :company_x ; + ns1:participatingResource :boc_x ; rdfs:comment "The batch of products ('boc_x') is supplied by the 'company_x' company." . :sampleLength a owl:DatatypeProperty ; @@ -401,23 +401,23 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :ss_1 a , owl:NamedIndividual ; - ns2:participantRole ; - ns2:participatingActor :company_y ; - ns2:participatingResource :speaker_x ; + ns1:participantRole ; + ns1:participatingActor :company_y ; + ns1:participatingResource :speaker_x ; rdfs:comment "This 'speaker x' product is manufactured by the 'company y' company." . :ss_2 a , owl:NamedIndividual ; - ns2:participantRole ; - ns2:participatingActor :company_a ; - ns2:participatingResource :neodymium_magnet_x ; + ns1:participantRole ; + ns1:participatingActor :company_a ; + ns1:participatingResource :neodymium_magnet_x ; rdfs:comment "The 'neodymium magnet x' product is manufactured by the 'company a' company." . :ss_3 a , owl:NamedIndividual ; - ns2:participantRole ; - ns2:participatingActor :company_b ; - ns2:participatingResource :damper_x ; + ns1:participantRole ; + ns1:participatingActor :company_b ; + ns1:participatingResource :damper_x ; rdfs:comment "The 'damper x' product is manufactured by the 'company b' company." . :stiffness a owl:DatatypeProperty ; @@ -437,29 +437,29 @@ ns1:siUnitsExpression a owl:DatatypeProperty . :viscosityAt25 a owl:DatatypeProperty ; rdfs:range xsd:double . -ns2:participantRole a owl:ObjectProperty . +ns1:participantRole a owl:ObjectProperty . -ns2:participatingActor a owl:ObjectProperty . +ns1:participatingActor a owl:ObjectProperty . -ns2:participatingObject a owl:AnnotationProperty . +ns1:participatingObject a owl:AnnotationProperty . -ns2:participatingResource a owl:ObjectProperty . +ns1:participatingResource a owl:ObjectProperty . -ns2:participatingSubject a owl:AnnotationProperty . +ns1:participatingSubject a owl:AnnotationProperty . -ns2:participationIn a owl:ObjectProperty . +ns1:participationIn a owl:ObjectProperty . -ns2:participationTimePoint a owl:DatatypeProperty . +ns1:participationTimePoint a owl:DatatypeProperty . ns4:statementAbout a owl:AnnotationProperty . xsd:date a rdfs:Datatype . -ns1:DerivedUnit a owl:Class ; +ns2:DerivedUnit a owl:Class ; rdfs:label "Derived Unit" ; dcterms:description "A DerivedUnit is a type specification for units that are derived from other units." ; rdfs:isDefinedBy ; - rdfs:subClassOf ns1:Unit . + rdfs:subClassOf ns2:Unit . a owl:NamedIndividual . @@ -469,29 +469,29 @@ ns1:DerivedUnit a owl:Class ; a owl:NamedIndividual . - a ns1:Unit, + a ns2:Unit, owl:NamedIndividual ; rdfs:label "pascal"@en ; dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; - ns1:conversionMultiplier 1.0 ; - ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; - ns1:exactMatch , + ns2:conversionMultiplier 1.0 ; + ns2:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + ns2:exactMatch , ; - ns1:iec61360Code "0112/2///62720#UAA258" ; - ns1:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; - ns1:omUnit ; - ns1:siUnitsExpression "N/m^2" ; - ns1:symbol "Pa" ; - ns1:ucumCode "Pa"^^ns1:UCUMcs ; - ns1:udunitsCode "Pa" ; - ns1:uneceCommonCode "PAL" ; + ns2:iec61360Code "0112/2///62720#UAA258" ; + ns2:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + ns2:omUnit ; + ns2:siUnitsExpression "N/m^2" ; + ns2:symbol "Pa" ; + ns2:ucumCode "Pa"^^ns2:UCUMcs ; + ns2:udunitsCode "Pa" ; + ns2:uneceCommonCode "PAL" ; rdfs:isDefinedBy , . :Damper a owl:Class ; rdfs:subClassOf :ElectronicsProduct . -:M a ns2:Actor, +:M a ns1:Actor, owl:NamedIndividual . :NeodymiumMagnet a owl:Class ; @@ -499,7 +499,7 @@ ns1:DerivedUnit a owl:Class ; :PostCustomerRecycledContent a owl:Class ; rdfs:seeAlso "The finished goods or products that have been used by a customer, and then are going to be recycled." ; - rdfs:subClassOf ns1:Quantity . + rdfs:subClassOf ns2:Quantity . :Speaker a owl:Class ; rdfs:subClassOf :ElectronicsProduct . @@ -507,26 +507,26 @@ ns1:DerivedUnit a owl:Class ; :carbon_material_a a :NonMetalMaterial, owl:NamedIndividual . -:company_a a ns2:Actor, +:company_a a ns1:Actor, owl:NamedIndividual . -:company_b a ns2:Actor, +:company_b a ns1:Actor, owl:NamedIndividual . -:company_x a ns2:Actor, +:company_x a ns1:Actor, owl:NamedIndividual . -:company_y a ns2:Actor, +:company_y a ns1:Actor, owl:NamedIndividual . -:composition_a a ns1:Quantity, - ns2:ResourceRelation, +:composition_a a ns2:Quantity, + ns1:ResourceRelation, ns4:Statement, owl:NamedIndividual ; - ns1:hasUnit ; - ns1:numericalValue 3e+02 ; - ns2:participatingObject :carbon_material_a ; - ns2:participatingSubject :speaker_x ; + ns2:hasUnit ; + ns2:numericalValue 3e+02 ; + ns1:participatingObject :carbon_material_a ; + ns1:participatingSubject :speaker_x ; rdfs:comment "Speaker x contains 300 grams of carbon material a." . :datasheet_1 a , @@ -534,19 +534,19 @@ ns1:DerivedUnit a owl:Class ; ns3:containsInformation :composition_a, :s63 . -:dismantling_company_b a ns2:Actor, +:dismantling_company_b a ns1:Actor, owl:NamedIndividual . :dismantling_process_1 a , owl:NamedIndividual ; - ns2:participatingResource :boc_x . + ns1:participatingResource :boc_x . :s63 a , owl:NamedIndividual ; :decommissionReason "They are broken." ; - ns2:participantRole ; - ns2:participatingActor :dismantling_company_b ; - ns2:participationIn :dismantling_process_1 ; + ns1:participantRole ; + ns1:participatingActor :dismantling_company_b ; + ns1: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'." . a owl:Class . @@ -561,11 +561,11 @@ ns1:DerivedUnit a owl:Class ; a owl:NamedIndividual . -ns2:ResourceRelation a owl:Class . +ns1:ResourceRelation a owl:Class . a owl:Class . - a ns1:Unit, + a ns2:Unit, owl:NamedIndividual . a owl:NamedIndividual . @@ -597,7 +597,7 @@ ns2:ResourceRelation a owl:Class . :speaker_x a :Speaker, owl:NamedIndividual . -ns2:Actor a owl:Class . +ns1:Actor a owl:Class . :ElectronicsProduct a owl:Class ; rdfs:label "electronics product" ; diff --git a/docs/demo/textile/0.1/textile.jsonld b/docs/demo/textile/0.1/textile.jsonld index d80a2011..e5b4112c 100644 --- a/docs/demo/textile/0.1/textile.jsonld +++ b/docs/demo/textile/0.1/textile.jsonld @@ -1,17 +1,93 @@ [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRemanufacturing", + "@id": "http://w3id.org/CEON/ontology/textile/resins", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + ] + }, + { + "@id": "http://w3id.org/CEON/demo/textile/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Eva Blomqvist" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "The Textile module of CEON (Circular Economy Ontology Network)." + } + ], + "http://purl.org/dc/terms/license": [ + { + "@value": "https://creativecommons.org/licenses/by/4.0/" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Circular Economy Ontology Network (CEON) - Textile Module" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://w3id.org/CEON/demo/textile/" + } + ], + "http://qudt.org/schema/qudt/prefix": [ + { + "@value": "textile" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "https://github.com/LiUSemWeb/CEON" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/0.2/" + }, + { + "@id": "http://w3id.org/CEON/ontology/provenance/0.1/" + }, + { + "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/demo/textile/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "0.1" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/pigmentNatural", + "@id": "http://w3id.org/CEON/ontology/textile/reactiveDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/Dye", @@ -19,18 +95,7 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/PrintStuff", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/pigmentBiosynthetic", + "@id": "http://w3id.org/CEON/ontology/textile/chromeDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/Dye", @@ -38,75 +103,72 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/scratchAndSniff", + "@id": "http://w3id.org/CEON/ontology/textile/above99Perc", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": ">99%" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDataSheet", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRecycling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b22" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasPreConsumerRecycledContentAmount", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b22", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/hasComposition" + "@id": "http://w3id.org/CEON/ontology/textile/recyclingAtSameQualityRange" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/singeing", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/waxing", + "@id": "http://w3id.org/CEON/ontology/textile/softeningAgent", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/undyed", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/waterResistant", + "@id": "http://w3id.org/CEON/ontology/textile/_0.1perc", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/WaterProperty" + "http://w3id.org/CEON/ontology/textile/AmountThreshold" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Water resistant" + "@value": "0.1%" + }, + { + "@value": "1000ppm" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/above99Perc", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": ">99%" - } + "http://www.w3.org/2002/07/owl#Class" ] }, { @@ -117,25 +179,29 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/recyclingAtSameQualityRange", + "@id": "http://w3id.org/CEON/ontology/textile/collectionSystem", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ { - "@id": "http://w3id.org/CEON/ontology/quantity#objectValue" + "@value": "5050" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/_1to10Perc", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "1-10%" + "@language": "en", + "@value": "The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/collectionParameter" } ] }, @@ -146,169 +212,185 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval", + "@id": "http://w3id.org/CEON/ontology/textile/BatchOfTextileObjects", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b5" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/calendering", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b5", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasColor" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/Color" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignToBeDismantled", + "@id": "http://w3id.org/CEON/ontology/textile/WaterProperty", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasDyeMethod", + "@id": "http://w3id.org/CEON/ontology/textile/digitalPrinted", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ - { - "@value": "CF700" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/PrintingProcess" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/above95Perc", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", + "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Dye Method" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/DyeingProcess" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess" + "@value": ">95%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasPrintFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/_1to10Perc", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Print Finishing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@value": "1-10%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct", + "@id": "http://w3id.org/CEON/ontology/textile/analineDye", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b8" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b9" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b8", + "@id": "http://w3id.org/CEON/ontology/textile/coating", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/hasColor" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/Color" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/azoDye", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/shearing", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/mattingAgent", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/scratchAndSniff", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/designForProperties", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/designForRecyclingAmounts", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/soilRelease", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b9", + "@id": "http://w3id.org/CEON/ontology/textile/basicDye", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/hasTextileProductType" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/collectionParameter", + "@id": "http://w3id.org/CEON/ontology/textile/pigmentNatural", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_0.01perc", + "@id": "http://w3id.org/CEON/ontology/textile/sulfurDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/AmountThreshold" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "0.01%" - }, - { - "@value": "100ppm" - } + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/embossing", + "@id": "http://w3id.org/CEON/ontology/textile/pigmentSynthetic", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetAvailable", + "@id": "http://w3id.org/CEON/ontology/textile/technicalDataSheetAvailable", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "CF603" + "@value": "CF604" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Material Safety Data Sheet for the product is available." + "@value": "The Technical Data Sheet is available." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -323,18 +405,29 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/Print", + "@id": "http://w3id.org/CEON/ontology/textile/hasPostConsumerRecycledContentAmount", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/product/hasComposition" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/Dye", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionWeightFraction", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductRenewableContet", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -345,7 +438,7 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignedForBetterUse", + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingSiteStatement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -356,130 +449,170 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/prepareForDyeing", + "@id": "http://w3id.org/CEON/ontology/textile/coatingAcrylic", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/chemicalSubstanceDisclosureThreshold", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionOfConcern", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionDisclosureStatement" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/productCompositionDisclosureAvailability", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductComponentRelation", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement." + "@id": "http://qudt.org/schema/qudt/Quantity" + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b10" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b10", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@list": [ + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b11" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b12" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b13" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b14" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/softeningAgent", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/azoDye", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/creaseResistance", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b11", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://qudt.org/schema/qudt/hasUnit" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://qudt.org/schema/qudt/Unit" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/technicalDataSheetAvailable", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b12", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "CF604" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@language": "en", - "@value": "The Technical Data Sheet is available." + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" } + ] + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b13", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForReuseWMinimalMod", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b14", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "5000" + "@id": "http://qudt.org/schema/qudt/numericalValue" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@language": "en", - "@value": "The product is designed for re-use as-is or with minimal modification." + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b15" } + ] + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b15", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/designedForReuse" + "@list": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_10to25Perc", + "@id": "http://w3id.org/CEON/ontology/textile/_0perc", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "10-25%" + "@value": "0%" } ] }, + { + "@id": "http://w3id.org/CEON/ontology/textile/coatingPU", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + ] + }, { "@id": "http://w3id.org/CEON/ontology/textile/biodigestion", "@type": [ @@ -494,206 +627,218 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/AmountThreshold", + "@id": "http://w3id.org/CEON/ontology/textile/calendering", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductRecycledContent", + "@id": "http://w3id.org/CEON/ontology/textile/Availability", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/designedForReuse", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://qudt.org/schema/qudt/Quantity" - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" - }, + "@value": "The product is designed for reused?" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b32" + "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b32", + "@id": "http://w3id.org/CEON/ontology/textile/antibacterialFinishing", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b33" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b34" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b38" - } - ] - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b33", + "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesign", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://qudt.org/schema/qudt/hasUnit" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://qudt.org/schema/qudt/Unit" - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b34", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDataSheet", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b35" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b35", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" - } - ] + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b38", + "@id": "http://w3id.org/CEON/ontology/textile/screenPrinted", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://qudt.org/schema/qudt/numericalValue" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b39" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b39", + "@id": "http://w3id.org/CEON/ontology/textile/collectionParameter", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/waterAndOilRepellency", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/pre-shrinking", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/waterRepellent", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/WaterProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@list": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#double" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#integer" - } - ] + "@language": "en", + "@value": "Water repellent" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/Color", + "@id": "http://w3id.org/CEON/ontology/textile/_25to50Perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", + "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "25-50%" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/moistureManagemnet", + "@id": "http://w3id.org/CEON/ontology/textile/inkjetPrinted", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductManufacturingMethod", + "@id": "http://w3id.org/CEON/ontology/textile/ChemicalFinishing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/coatingAcrylic", + "@id": "http://w3id.org/CEON/ontology/textile/vatDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/washAndWear", + "@id": "http://w3id.org/CEON/ontology/textile/silicones", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType", + "@id": "http://w3id.org/CEON/ontology/textile/topDyed", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/antibacterialFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/waterproof", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://w3id.org/CEON/ontology/textile/WaterProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Waterproof" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/rollerPrinted", + "@id": "http://w3id.org/CEON/ontology/textile/hasFinishing", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/undyed", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasPrintStuff", + "@id": "http://w3id.org/CEON/ontology/textile/hasWaterProperty", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "CF703" + "@value": "CF706" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Print Stuff" + "@value": "Water Property" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/WaterProperty" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -703,415 +848,459 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductMatterCompositionRelation", + "@id": "http://w3id.org/CEON/ontology/textile/TextileChemicalSubstanceThresholdStatement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://qudt.org/schema/qudt/Quantity" - }, { "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b23" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b23", + "@id": "http://w3id.org/CEON/ontology/textile/PrintStuff", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@list": [ - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b24" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b25" - } - ] + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b24", + "@id": "http://w3id.org/CEON/ontology/textile/emissionByDesign", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject" + "@value": "5060" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" + "@language": "en", + "@value": "The portion of the product known to be emitted into the environment during use is designed for that purpose.  " + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/designForRecyclingAmounts" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b25", + "@id": "http://w3id.org/CEON/ontology/textile/incineration", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject" + "@language": "en", + "@value": "Clean incineration/pyrolysis." } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "incineration" + }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b26" + "@language": "en", + "@value": "pyrolysis" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b26", + "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" - } - ] + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturerStatement", + "@id": "http://w3id.org/CEON/ontology/textile/singeing", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/yarnDyed", + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/mothproof", + "@id": "http://w3id.org/CEON/ontology/textile/CEmark", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + { + "@value": "5001" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The product has theCE mark." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/certification" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_1perc", + "@id": "http://w3id.org/CEON/ontology/textile/homeComposting", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/AmountThreshold" + "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "1%" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "10000ppm" + "@language": "en", + "@value": "Composting in a home composter." } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductObject", + "@id": "http://w3id.org/CEON/ontology/textile/hasDyeMethod", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - }, + "@value": "CF700" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b31" + "@language": "en", + "@value": "Dye Method" } - ] - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b31", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasColor" + "@id": "http://w3id.org/CEON/ontology/textile/DyeingProcess" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/Color" + "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/directDye", + "@id": "http://w3id.org/CEON/ontology/textile/recyclingAtSameQualityRange", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/quantity#objectValue" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/inkjetPrinted", + "@id": "http://w3id.org/CEON/ontology/textile/prepareForDyeing", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingSiteStatement", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignToBeCleanlyRemoved", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForRemanufacturing", + "@id": "http://w3id.org/CEON/ontology/textile/hasFinishingStep", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "5020" + "@value": "CF704" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The product is designed for remanufacturing?" + "@value": "Finishing Step" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" + "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/steaming", + "@id": "http://w3id.org/CEON/ontology/textile/acidDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/WaterProperty", + "@id": "http://w3id.org/CEON/ontology/textile/_75to95Perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", + "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" + "@value": "75-95%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForRecycling", + "@id": "http://w3id.org/CEON/ontology/textile/rollerPrinted", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The product is designed for recycling?e" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/PCDSmapping", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/Availability", + "@id": "http://w3id.org/CEON/ontology/textile/flameRetardant", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designForRecyclingAmounts", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/pigmentSynthetic", + "@id": "http://w3id.org/CEON/ontology/textile/hasDyeStuff", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://w3id.org/CEON/ontology/textile/CFmapping": [ + { + "@value": "CF701" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Dye Stuff" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/pre-shrinking", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b8" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b9" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/disperseDye", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b8", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasColor" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/Color" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/enzymeFinishing", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b9", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasTextileProductType" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/directDyed", + "@id": "http://w3id.org/CEON/ontology/textile/coatingPVC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/soilRelease", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductManufacturingMethod", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/emissionByDesign", + "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetForFinishingAvailable", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "5060" + "@value": "CF601" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The portion of the product known to be emitted into the environment during use is designed for that purpose.  " + "@value": "Material Safety Data Sheets for Finishing are available." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/designForRecyclingAmounts" + "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/dopeDyed", + "@id": "http://w3id.org/CEON/ontology/textile/certified", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "http://w3id.org/CEON/ontology/textile/Validation" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_0.1perc", + "@id": "http://w3id.org/CEON/ontology/textile/permanentPress", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/AmountThreshold" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "0.1%" - }, - { - "@value": "1000ppm" - } + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/permanentCreasing", + "@id": "http://w3id.org/CEON/ontology/textile/AmountThreshold", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/productCompositionDisclosureValidation", + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheet", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet" + }, { - "@value": "The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition." + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b6" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b7" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/collectionSystem", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b6", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "5050" + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@language": "en", - "@value": "The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling." + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } + ] + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b7", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "http://w3id.org/CEON/ontology/resourceODP/isAbout" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/textile/collectionParameter" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/waterAndOilRepellency", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/wrinkleResistance", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductRenewableContet", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForReuseMethod", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1133,47 +1322,30 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/digitalPrinted", + "@id": "http://w3id.org/CEON/ontology/textile/Validation", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/anticipatedLeakageDuringUse", + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ - { - "@value": "5040-5046" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc." - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/weightFractionOfDisclosedSubstances", + "@id": "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%." - } + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForReuseMethod", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionDisclosureStatement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1184,30 +1356,19 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForRecyclingAtSameQuality", + "@id": "http://w3id.org/CEON/ontology/textile/hasPrintStuff", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ - { - "@value": "5030-5037" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@language": "en", - "@value": "Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content." + "@value": "CF703" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "desinged for recycling at the same level of quality" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRecycling" + "@value": "Print Stuff" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1217,298 +1378,300 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/industrialComposting", + "@id": "http://w3id.org/CEON/ontology/textile/disperseDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Composting in an industrial facility." - } + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/disclosureValue", + "@id": "http://w3id.org/CEON/ontology/textile/_95to99Perc", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileChemicalSubstanceThresholdStatement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/AmountThreshold" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/quantity#objectValue" + "@value": "95-99%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/mordantDye", + "@id": "http://w3id.org/CEON/ontology/textile/certification", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/handPainted", + "@id": "http://w3id.org/CEON/ontology/textile/sueding", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesignForRecycling", + "@id": "http://w3id.org/CEON/ontology/textile/designedForRecycling", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ - { - "@value": "5070, 5080, 5081, 5090, 5091" - } + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Product designed for a certain recycling method." - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" + "@value": "The product is designed for recycling?e" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesign" + "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/screenPrinted", + "@id": "http://w3id.org/CEON/ontology/textile/Color", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/validatedByThirdParty", + "@id": "http://w3id.org/CEON/ontology/textile/mordantDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Validation" + "http://w3id.org/CEON/ontology/textile/Dye", + "http://w3id.org/CEON/ontology/textile/PrintStuff" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/opticalBrighteners", + "@id": "http://w3id.org/CEON/ontology/textile/millingAgent", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/certified", + "@id": "http://w3id.org/CEON/ontology/textile/permanentCreasing", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Validation" + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty", + "@id": "http://w3id.org/CEON/ontology/textile/_0to10Perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "0-10%" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/secrecyAgreement", + "@id": "http://w3id.org/CEON/ontology/textile/waterResistant", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Availability" + "http://w3id.org/CEON/ontology/textile/WaterProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Water resistant" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasColor", + "@id": "http://w3id.org/CEON/ontology/textile/designedForRecyclingAtSameQuality", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + { + "@value": "5030-5037" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b1" + "@language": "en", + "@value": "desinged for recycling at the same level of quality" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/Color" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRecycling" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b1", + "@id": "http://w3id.org/CEON/ontology/textile/CFmapping", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/waxing", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/productCompositionDisclosureAvailability", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/product/Product" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" - } - ] + "@value": "A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement." } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/biosphereCascading", + "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetForDyeingAvailable", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@language": "en", - "@value": "Industrial cascading in the biosphere." + "@value": "CF602" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/incineration", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Clean incineration/pyrolysis." + "@value": "Material Safety Data Sheets for Dyeing are available." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "incineration" - }, + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "pyrolysis" + "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/permanentPress", + "@id": "http://w3id.org/CEON/ontology/textile/handPainted", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasDyeStuff", + "@id": "http://w3id.org/CEON/ontology/textile/designedForReuseWMinimalMod", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ { - "@value": "CF701" + "@value": "5000" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Dye Stuff" + "@value": "The product is designed for re-use as-is or with minimal modification." } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@id": "http://w3id.org/CEON/ontology/textile/designedForReuse" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/homeComposting", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignedForBetterUse", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "Composting in a home composter." + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/lessThan1Perc", + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturerStatement", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/washAndWear", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/directDyed", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval" + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasWaterProperty", + "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesignForRecycling", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ { - "@value": "CF706" + "@value": "5070, 5080, 5081, 5090, 5091" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Water Property" + "@value": "Product designed for a certain recycling method." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/WaterProperty" + "@id": "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesign" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/above95Perc", + "@id": "http://w3id.org/CEON/ontology/textile/transferPrinted", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", - "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": ">95%" - } + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/Dye", + "@id": "http://w3id.org/CEON/ontology/textile/opticalBrighteners", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/chromeDye", + "@id": "http://w3id.org/CEON/ontology/textile/pigmentBiosynthetic", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/Dye", @@ -1516,183 +1679,159 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/BatchOfTextileObjects", + "@id": "http://w3id.org/CEON/ontology/textile/DyeingProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" - }, + "@value": "dyeing process" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b5" + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b5", + "@id": "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/hasColor" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/Color" + "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/PCDSmapping", + "@id": "http://w3id.org/CEON/ontology/textile/moistureManagemnet", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_50-75Perc", + "@id": "http://w3id.org/CEON/ontology/textile/biodegradabilityTestAvailable", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", - "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "50-75%" + "@value": "CF600" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/stainResistance", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/textileProductDesign", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/waterRepellent", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/WaterProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Water repellent" + "@value": "Biodegradability test is available." + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/millingAgent", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/public", + "@id": "http://w3id.org/CEON/ontology/textile/batikPrinted", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Availability" + "http://w3id.org/CEON/ontology/textile/PrintingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/anti-pilling", + "@id": "http://w3id.org/CEON/ontology/textile/designedForRefurbishment", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + { + "@value": "5010" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The product is desinged for refurbishment?" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_0perc", + "@id": "http://w3id.org/CEON/ontology/textile/_50-75Perc", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "0%" + "@value": "50-75%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/Validation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignToBeCleanlyRemoved", + "@id": "http://w3id.org/CEON/ontology/textile/secrecyAgreement", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/Availability" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/analineDye", + "@id": "http://w3id.org/CEON/ontology/textile/directDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/Dye", "http://w3id.org/CEON/ontology/textile/PrintStuff" ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetForFinishingAvailable", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ - { - "@value": "CF601" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Material Safety Data Sheets for Finishing are available." - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" + "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/mercerizing", + "@id": "http://w3id.org/CEON/ontology/textile/weightFractionOfDisclosedSubstances", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%." + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designForProperties", + "@id": "http://w3id.org/CEON/ontology/textile/hasPreConsumerRecycledContentAmount", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/product/hasComposition" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductComponentRelation", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductRecycledContent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1707,12 +1846,12 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b10" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b32" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b10", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b32", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1720,23 +1859,20 @@ { "@list": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b11" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b12" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b33" }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b13" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b34" }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b14" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b38" } ] } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b11", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b33", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1752,39 +1888,41 @@ ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b12", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b34", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject" + "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b35" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b13", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b35", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" + } + ] } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b14", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b38", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1795,12 +1933,12 @@ ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b15" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b39" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b15", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b39", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ], @@ -1818,257 +1956,121 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/PrintingProcess", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductObject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/basicDye", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/_75to95Perc", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", - "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + }, { - "@value": "75-95%" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b31" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/waterproof", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b31", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/WaterProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@language": "en", - "@value": "Waterproof" + "@id": "http://w3id.org/CEON/ontology/textile/hasColor" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/naturalOiling", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/mattingAgent", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/batikPrinted", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/chemicalCompliance", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@value": "CF707" + "@id": "http://w3id.org/CEON/ontology/textile/Color" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCertification", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetForDyeingAvailable", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ - { - "@value": "CF602" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Material Safety Data Sheets for Dyeing are available." - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/availableInformation" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/coatingPVC", + "@id": "http://w3id.org/CEON/ontology/textile/dopeDyed", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/availableInformation", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/hasTextileProductType", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType" - } + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionDisclosureStatement", + "@id": "http://w3id.org/CEON/ontology/textile/Print", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/transferPrinted", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintingProcess" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/hasPostConsumerRecycledContentAmount", + "@id": "http://w3id.org/CEON/ontology/textile/mercerizing", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/product/hasComposition" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/resins", + "@id": "http://w3id.org/CEON/ontology/textile/anti-pilling", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetIssuingStatement", + "@id": "http://w3id.org/CEON/ontology/textile/industrialComposting", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@language": "en", + "@value": "Composting in an industrial facility." } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/nanoFinishing", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/acidDye", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/_0to10Perc", + "@id": "http://w3id.org/CEON/ontology/textile/hasPrintFinishing", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "0-10%" + "@language": "en", + "@value": "Print Finishing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/sulfurDye", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/PrintStuff" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/topDyed", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/narturalDye", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/biodegradabilityTestAvailable", + "@id": "http://w3id.org/CEON/ontology/textile/materialSafetyDataSheetAvailable", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@value": "CF600" + "@value": "CF603" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Biodegradability test is available." + "@value": "Material Safety Data Sheet for the product is available." } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -2083,163 +2085,82 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/coatingPU", + "@id": "http://w3id.org/CEON/ontology/textile/public", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://w3id.org/CEON/ontology/textile/Availability" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess", + "@id": "http://w3id.org/CEON/ontology/textile/hasColor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b1" + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "@id": "http://w3id.org/CEON/ontology/textile/Color" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionOfConcern", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/product/Product" + }, + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/demo/textile/", + "@id": "http://w3id.org/CEON/ontology/textile/biosphereCascading", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Huanyu Li" - }, - { - "@value": "Mikael Lindecrantz" - }, - { - "@value": "Robin Keskisärkkä" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Eva Blomqvist" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@value": "The Textile module of CEON (Circular Economy Ontology Network)." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@value": "https://creativecommons.org/licenses/by/4.0/" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Circular Economy Ontology Network (CEON) - Textile Module" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "http://w3id.org/CEON/demo/textile/" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@value": "textile" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "https://github.com/LiUSemWeb/CEON" - } - ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/datasheet/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/product/0.2/" - }, - { - "@id": "http://w3id.org/CEON/ontology/provenance/0.1/" - }, - { - "@id": "http://w3id.org/CEON/ontology/quantity/0.1/" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ - { - "@id": "http://w3id.org/CEON/demo/textile/0.1/" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileRecyclingProcess" ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "0.1" + "@language": "en", + "@value": "Industrial cascading in the biosphere." } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRecycling", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignToBeDismantled", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b22" - } - ] - }, - { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b22", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/recyclingAtSameQualityRange" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForDisassembly" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/finishingSteps", + "@id": "http://w3id.org/CEON/ontology/textile/yarnDyed", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ - { - "@value": "CF705" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileChemicalSubstanceThresholdStatement", + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetIssuingStatement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2250,128 +2171,121 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/textile/certification", + "@id": "http://w3id.org/CEON/ontology/textile/enzymeFinishing", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/ChemicalFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/_10to25Perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", + "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", + "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" + "@value": "10-25%" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasFinishingStep", + "@id": "http://w3id.org/CEON/ontology/textile/anticipatedLeakageDuringUse", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://w3id.org/CEON/ontology/textile/CFmapping": [ + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ { - "@value": "CF704" + "@value": "5040-5046" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Finishing Step" + "@value": "Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc." } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasTextileManufacturingProcess" + "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", + "@id": "http://w3id.org/CEON/ontology/textile/wrinkleResistance", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/chemicalCompliance", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://w3id.org/CEON/ontology/textile/CFmapping": [ { - "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" + "@value": "CF707" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/MechanicalFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForRefurbishment", + "@id": "http://w3id.org/CEON/ontology/textile/pieceDyed", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ - { - "@value": "5010" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The product is desinged for refurbishment?" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/flameRetardant", + "@id": "http://w3id.org/CEON/ontology/textile/MechanicalFinishing", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/CFmapping", + "@id": "http://w3id.org/CEON/ontology/textile/availableInformation", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/coating", + "@id": "http://w3id.org/CEON/ontology/textile/finishingSteps", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://w3id.org/CEON/ontology/textile/CFmapping": [ + { + "@value": "CF705" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/pieceDyed", + "@id": "http://w3id.org/CEON/ontology/textile/naturalOiling", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/vatDye", + "@id": "http://w3id.org/CEON/ontology/textile/narturalDye", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/Dye", @@ -2379,51 +2293,112 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheet", + "@id": "http://w3id.org/CEON/ontology/textile/designedForRemanufacturing", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ + { + "@value": "5020" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The product is designed for remanufacturing?" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductMatterCompositionRelation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet" + "@id": "http://qudt.org/schema/qudt/Quantity" + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b6" + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b7" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b23" + } + ] + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b23", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b24" + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b25" + } + ] } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b6", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b24", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" } ] }, { - "@id": "_:na6531cd0056f4ed88f42b34920e5c395b7", + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b25", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/isAbout" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingSubject" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b26" + } + ] + }, + { + "@id": "_:nbe9ce25f6ace45c4bddba4271d5d2769b26", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" + } + ] } ] }, @@ -2455,81 +2430,86 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/CEmark", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductDesignForRemanufacturing", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://w3id.org/CEON/ontology/textile/PCDSmapping": [ - { - "@value": "5001" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The product has theCE mark." - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/certification" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_95to99Perc", + "@id": "http://w3id.org/CEON/ontology/textile/PrintingProcess", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "95-99%" + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty", + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionWeightFraction", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + "@id": "http://w3id.org/CEON/ontology/textile/AmountIntervalValue" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/reactiveDye", + "@id": "http://w3id.org/CEON/ontology/textile/embossing", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/Dye", - "http://w3id.org/CEON/ontology/textile/PrintStuff" + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/hasFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/mothproof", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/disclosureValue", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileChemicalSubstanceThresholdStatement" + } + ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileFinishing" + "@id": "http://w3id.org/CEON/ontology/textile/AmountThreshold" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/hasProperty" + "@id": "http://w3id.org/CEON/ontology/quantity#objectValue" } ] }, @@ -2545,110 +2525,130 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetUpdateStatement", + "@id": "http://w3id.org/CEON/ontology/textile/productCompositionDisclosureValidation", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@value": "The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition." } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/silicones", + "@id": "http://w3id.org/CEON/ontology/textile/creaseResistance", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/shearing", + "@id": "http://w3id.org/CEON/ontology/textile/lessThan1Perc", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/designedForReuse", + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetUpdateStatement", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The product is designed for reused?" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/textile/designForProperties" + "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement", + "@id": "http://w3id.org/CEON/ontology/textile/antiStaticFinishing", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/_25to50Perc", + "@id": "http://w3id.org/CEON/ontology/textile/steaming", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/LeakageAmountInterval", - "http://w3id.org/CEON/ontology/textile/PostConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/PreConsumerRecycledContentInterval", - "http://w3id.org/CEON/ontology/textile/RecyclingAtSameLevelAmountInterval" + "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/hasTextileProductType", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "25-50%" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProduct" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductType" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/antiStaticFinishing", + "@id": "http://w3id.org/CEON/ontology/textile/stainResistance", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/textile/ChemicalFinishing" ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCertification", + "@id": "http://w3id.org/CEON/ontology/textile/_0.01perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/AmountThreshold" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileDataSheetStatement" + "@value": "0.01%" + }, + { + "@value": "100ppm" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/DyeingProcess", + "@id": "http://w3id.org/CEON/ontology/textile/_1perc", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/textile/AmountThreshold" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "dyeing process" + "@value": "1%" + }, + { + "@value": "10000ppm" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/nanoFinishing", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/textile/chemicalSubstanceDisclosureThreshold", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/textile/TextileManufacturingProcess" + "@id": "http://w3id.org/CEON/ontology/textile/TextileProductCompositionDisclosureStatement" } ] }, { - "@id": "http://w3id.org/CEON/ontology/textile/sueding", + "@id": "http://w3id.org/CEON/ontology/textile/validatedByThirdParty", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/textile/MechanicalFinishing" + "http://w3id.org/CEON/ontology/textile/Validation" ] } ] \ No newline at end of file diff --git a/docs/demo/textile/0.1/textile.owl b/docs/demo/textile/0.1/textile.owl index a7fed369..6d45894a 100644 --- a/docs/demo/textile/0.1/textile.owl +++ b/docs/demo/textile/0.1/textile.owl @@ -8,126 +8,50 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - - - - - 95-99% - - - - - - - - - - - 0% - - - - - - - - - - - - - - - - - - - - - - - - - - - >99% + + + + + - + - + + + 5070, 5080, 5081, 5090, 5091 + Product designed for a certain recycling method. - + - - - - - - - - - - - + + + - - - - Water repellent + + + + + 5050 + The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling. - + - - Water resistant - - - - - - CF700 - Dye Method + + 0.1% + 1000ppm - + - - CF706 - Water Property - - - - - - - - - The product is designed for reused? - - - - + CF701 + Dye Stuff - - - - - CF603 - Material Safety Data Sheet for the product is available. + + + @@ -149,24 +73,33 @@ https://github.com/LiUSemWeb/CEON 0.1 - + - 5020 - The product is designed for remanufacturing? + The product is designed for reused? - - - - + + + CF705 - + - + + + + + + + + + + Clean incineration/pyrolysis. + incineration + pyrolysis - + - + @@ -177,48 +110,69 @@ 10-25% - - - - - + - - + - + + + + 5020 + The product is designed for remanufacturing? + + + + + + >95% - + - - - - + - - - + + + + + + + + + + CF706 + Water Property - + + + + 95-99% + + + + + + - + + + - + - CF600 - Biodegradability test is available. + CF601 + Material Safety Data Sheets for Finishing are available. - - - - + + + - - - + + + + @@ -226,860 +180,906 @@ CF704 Finishing Step - - - - - - + - + + + + + + + + - + - - + + - + - - - - 0-10% - - - - - CF703 - Print Stuff + - + - - 5000 - The product is designed for re-use as-is or with minimal modification. - - - - + - 5001 - The product has theCE mark. + CF603 + Material Safety Data Sheet for the product is available. - - + + + The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition. - - + + - + + + + + + + + + + + - + + + - + + + + + - + - + + - + + + + + + + + + - - 5060 - The portion of the product known to be emitted into the environment during use is designed for that purpose.   + + + CF602 + Material Safety Data Sheets for Dyeing are available. - + + + + + + + + + + + - + - - - - + + dyeing process + + + + + + + + + + + CF700 + Dye Method Industrial cascading in the biosphere. - + + + + Water resistant + + + + + + + + + + 0.01% + 100ppm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CF702 + Print Method + + - CF602 - Material Safety Data Sheets for Dyeing are available. + CF604 + The Technical Data Sheet is available. - - - + + + + The product is designed for recycling?e - + - + + >99% - + + + + 5040-5046 + Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc. + + + + + + + + + Clean biodigestion. + + - - + + - - - + + + + 5010 + The product is desinged for refurbishment? - + + + + 5000 + The product is designed for re-use as-is or with minimal modification. + + + + + + + + + + + + + + + + + + + + - Print Finishing + CF703 + Print Stuff - + - + - - >95% + + 0-10% - + + + + + + + + + + - - + - + - + - - + + Water repellent + + + + + + + + + + + + - + - - + + - + - + + + + + + - + - - - + + + + + + + 25-50% - - - CF705 + + + + - + - - + + Composting in a home composter. - + - + - + + + + + + - - - - + - + + + + + 5030-5037 + Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content. + desinged for recycling at the same level of quality + + + + + + + - + - - - - + + + - - - - - CF601 - Material Safety Data Sheets for Finishing are available. + + + - + - + - - + + - - - - 0.01% - 100ppm - - + - + - + - + + - - + + + + + + - - - + + + - + + + + + + + + Composting in an industrial facility. + + - - - - + + + + Waterproof - + - - CF701 - Dye Stuff - - - - + The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%. - - - + + + - + - - - - + + + + - - - - 0.1% - 1000ppm + + - - - - + + - - - - - - - 75-95% - - + - + - - - - + + + - - - - - 5030-5037 - Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content. - desinged for recycling at the same level of quality + + + + + + - - - - + + - + - - Waterproof + + 1-10% - - - + + + - + + + + + - - + + + + + - - - + + - + - - - + + + + - + - - - + + + + - + - - - + + + + + + + - + - CF604 - The Technical Data Sheet is available. + CF600 + Biodegradability test is available. - + - - - - - - - - - - - Clean biodigestion. + - + - - Composting in an industrial facility. - - - - + + + + 0% - + - + - + - - - - - + + + - + - - - - + + + - + - - Clean incineration/pyrolysis. - incineration - pyrolysis + + + + + 50-75% - + - - dyeing process - - - + + + - - - - + + + - - - The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%. + + - + + + + + + + - - - - The product is designed for recycling?e + + + - - - + + + - + - - - - + + + - + - - + - - - - - - - - - A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement. + + + + + 75-95% - + - - - - - 5070, 5080, 5081, 5090, 5091 - Product designed for a certain recycling method. - - + - - Composting in a home composter. - - - + - - - The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition. + + + CF707 - + - - - - + + + + 5060 + The portion of the product known to be emitted into the environment during use is designed for that purpose.   - + - + - + - - - - 25-50% - - - - - - - - - - + - + - - - - - - - - - - - + - + - - - - - + + - + - - - - - + - - - - - - - + + + + 1% + 10000ppm - - - + + + + - - - - 5040-5046 - Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc. + + + + - - - + + + - - - + + + + - - - + + - + - - - + + + - + - + - - + - - - - - - - - + + + - + - + - + - + - + + + + + - + - 5050 - The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling. - - - - + 5001 + The product has theCE mark. - + - - 1-10% + - + - - - - + - + + - - - - - - - 50-75% - - + - - - - - - - - - - - + + + - + - + - - 1% - 10000ppm + - + - + + - - + + + - + - - + + - + + + + + - + - + - + - + - - - + + - - - + + + + - - - - + + + - + - - + + - - - - 5010 - The product is desinged for refurbishment? + + + - + + - - - + + - - - + + + - + + + + + + - - + - - + - + + + + + - - - - - + + + A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement. - + - - - - - - - CF702 - Print Method + - + - + - + - + + - - - + + + + Print Finishing - - + + - - - + + - + - + - - - - - - - CF707 - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - + + - + + - + - diff --git a/docs/demo/textile/0.1/textile.rdf b/docs/demo/textile/0.1/textile.rdf index a7fed369..6d45894a 100644 --- a/docs/demo/textile/0.1/textile.rdf +++ b/docs/demo/textile/0.1/textile.rdf @@ -8,126 +8,50 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - - - - - 95-99% - - - - - - - - - - - 0% - - - - - - - - - - - - - - - - - - - - - - - - - - - >99% + + + + + - + - + + + 5070, 5080, 5081, 5090, 5091 + Product designed for a certain recycling method. - + - - - - - - - - - - - + + + - - - - Water repellent + + + + + 5050 + The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling. - + - - Water resistant - - - - - - CF700 - Dye Method + + 0.1% + 1000ppm - + - - CF706 - Water Property - - - - - - - - - The product is designed for reused? - - - - + CF701 + Dye Stuff - - - - - CF603 - Material Safety Data Sheet for the product is available. + + + @@ -149,24 +73,33 @@ https://github.com/LiUSemWeb/CEON 0.1 - + - 5020 - The product is designed for remanufacturing? + The product is designed for reused? - - - - + + + CF705 - + - + + + + + + + + + + Clean incineration/pyrolysis. + incineration + pyrolysis - + - + @@ -177,48 +110,69 @@ 10-25% - - - - - + - - + - + + + + 5020 + The product is designed for remanufacturing? + + + + + + >95% - + - - - - + - - - + + + + + + + + + + CF706 + Water Property - + + + + 95-99% + + + + + + - + + + - + - CF600 - Biodegradability test is available. + CF601 + Material Safety Data Sheets for Finishing are available. - - - - + + + - - - + + + + @@ -226,860 +180,906 @@ CF704 Finishing Step - - - - - - + - + + + + + + + + - + - - + + - + - - - - 0-10% - - - - - CF703 - Print Stuff + - + - - 5000 - The product is designed for re-use as-is or with minimal modification. - - - - + - 5001 - The product has theCE mark. + CF603 + Material Safety Data Sheet for the product is available. - - + + + The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition. - - + + - + + + + + + + + + + + - + + + - + + + + + - + - + + - + + + + + + + + + - - 5060 - The portion of the product known to be emitted into the environment during use is designed for that purpose.   + + + CF602 + Material Safety Data Sheets for Dyeing are available. - + + + + + + + + + + + - + - - - - + + dyeing process + + + + + + + + + + + CF700 + Dye Method Industrial cascading in the biosphere. - + + + + Water resistant + + + + + + + + + + 0.01% + 100ppm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CF702 + Print Method + + - CF602 - Material Safety Data Sheets for Dyeing are available. + CF604 + The Technical Data Sheet is available. - - - + + + + The product is designed for recycling?e - + - + + >99% - + + + + 5040-5046 + Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc. + + + + + + + + + Clean biodigestion. + + - - + + - - - + + + + 5010 + The product is desinged for refurbishment? - + + + + 5000 + The product is designed for re-use as-is or with minimal modification. + + + + + + + + + + + + + + + + + + + + - Print Finishing + CF703 + Print Stuff - + - + - - >95% + + 0-10% - + + + + + + + + + + - - + - + - + - - + + Water repellent + + + + + + + + + + + + - + - - + + - + - + + + + + + - + - - - + + + + + + + 25-50% - - - CF705 + + + + - + - - + + Composting in a home composter. - + - + - + + + + + + - - - - + - + + + + + 5030-5037 + Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content. + desinged for recycling at the same level of quality + + + + + + + - + - - - - + + + - - - - - CF601 - Material Safety Data Sheets for Finishing are available. + + + - + - + - - + + - - - - 0.01% - 100ppm - - + - + - + - + + - - + + + + + + - - - + + + - + + + + + + + + Composting in an industrial facility. + + - - - - + + + + Waterproof - + - - CF701 - Dye Stuff - - - - + The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%. - - - + + + - + - - - - + + + + - - - - 0.1% - 1000ppm + + - - - - + + - - - - - - - 75-95% - - + - + - - - - + + + - - - - - 5030-5037 - Percentage of the product that is designed for recycling at the same level of quality. The remainder of the materials is foreseen by the manufacturer to be recycled at a lower quality than the original content. - desinged for recycling at the same level of quality + + + + + + - - - - + + - + - - Waterproof + + 1-10% - - - + + + - + + + + + - - + + + + + - - - + + - + - - - + + + + - + - - - + + + + - + - - - + + + + + + + - + - CF604 - The Technical Data Sheet is available. + CF600 + Biodegradability test is available. - + - - - - - - - - - - - Clean biodigestion. + - + - - Composting in an industrial facility. - - - - + + + + 0% - + - + - + - - - - - + + + - + - - - - + + + - + - - Clean incineration/pyrolysis. - incineration - pyrolysis + + + + + 50-75% - + - - dyeing process - - - + + + - - - - + + + - - - The weight fraction of all disclosed chemical substances is 0%, 0-10%, 10-25%, 25-50%, 50-75%, 75-95%, 95-99%, over 99%. + + - + + + + + + + - - - - The product is designed for recycling?e + + + - - - + + + - + - - - - + + + - + - - + - - - - - - - - - A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement. + + + + + 75-95% - + - - - - - 5070, 5080, 5081, 5090, 5091 - Product designed for a certain recycling method. - - + - - Composting in a home composter. - - - + - - - The product composition disclosed at the defined threshold has been validated by a third party or the product has been awarded an independent certification or standard related to its composition. + + + CF707 - + - - - - + + + + 5060 + The portion of the product known to be emitted into the environment during use is designed for that purpose.   - + - + - + - - - - 25-50% - - - - - - - - - - + - + - - - - - - - - - - - + - + - - - - - + + - + - - - - - + - - - - - - - + + + + 1% + 10000ppm - - - + + + + - - - - 5040-5046 - Percentage of the product content anticipated to become leakage during the use phase due to for example wear & tear, oxidation, erosion, etc. + + + + - - - + + + - - - + + + + - - - + + - + - - - + + + - + - + - - + - - - - - - - - + + + - + - + - + - + - + + + + + - + - 5050 - The manufacturer/ industry association has a dedicated collection system in place to gather and deliver products for recycling. - - - - + 5001 + The product has theCE mark. - + - - 1-10% + - + - - - - + - + + - - - - - - - 50-75% - - + - - - - - - - - - - - + + + - + - + - - 1% - 10000ppm + - + - + + - - + + + - + - - + + - + + + + + - + - + - + - + - - - + + - - - + + + + - - - - + + + - + - - + + - - - - 5010 - The product is desinged for refurbishment? + + + - + + - - - + + - - - + + + - + + + + + + - - + - - + - + + + + + - - - - - + + + A product composition disclosed at the defined threshold is publicly available or a product composition disclosed at the defined threshold is available to the customer under secrecy agreement. - + - - - - - - - CF702 - Print Method + - + - + - + - + + - - - + + + + Print Finishing - - + + - - - + + - + - + - - - - - - - CF707 - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - + + - + + - + - diff --git a/docs/ontology/actor/0.1/actor.jsonld b/docs/ontology/actor/0.1/actor.jsonld index 4bcb14d4..565451a1 100644 --- a/docs/ontology/actor/0.1/actor.jsonld +++ b/docs/ontology/actor/0.1/actor.jsonld @@ -1,29 +1,42 @@ [ { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/UpdatingResource", + "@id": "http://w3id.org/CEON/ontology/actor/provider", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/SellingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the updater of a certain resource." + "@value": "The relation where the role of the actor is the seller of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Updating resource" + "@value": "Selling resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -33,12 +46,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb53" + "@id": "_:n0e162043580b478d9d199d8c404292f6b45" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb53", + "@id": "_:n0e162043580b478d9d199d8c404292f6b45", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -49,20 +62,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb54" + "@id": "_:n0e162043580b478d9d199d8c404292f6b46" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb54", + "@id": "_:n0e162043580b478d9d199d8c404292f6b46", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/updater" + "@id": "http://w3id.org/CEON/ontology/actor/seller" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -72,19 +85,36 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role", + "@id": "http://w3id.org/CEON/ontology/actor/seller", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", + "@id": "http://w3id.org/CEON/ontology/cvn/CVN", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Circular Value Network" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] @@ -96,58 +126,48 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/buyer", + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://purl.org/dc/terms/license", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole", + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The role(s) of an actor in relation to a resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Actor resource role" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" - } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ResellingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the reseller of a certain resource." + "@value": "The relation where the role of the actor is the producer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Reselling resource" + "@value": "Producing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -157,12 +177,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb41" + "@id": "_:n0e162043580b478d9d199d8c404292f6b33" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb41", + "@id": "_:n0e162043580b478d9d199d8c404292f6b33", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -173,20 +193,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb42" + "@id": "_:n0e162043580b478d9d199d8c404292f6b34" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb42", + "@id": "_:n0e162043580b478d9d199d8c404292f6b34", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/reseller" + "@id": "http://w3id.org/CEON/ontology/actor/producer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -196,24 +216,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/Process", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ViewingResource", + "@id": "http://w3id.org/CEON/ontology/actor/UpdatingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the viewer of a certain resource." + "@value": "The relation where the role of the actor is the updater of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Viewing resource" + "@value": "Updating resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -223,12 +237,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb61" + "@id": "_:n0e162043580b478d9d199d8c404292f6b53" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb61", + "@id": "_:n0e162043580b478d9d199d8c404292f6b53", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -239,20 +253,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb62" + "@id": "_:n0e162043580b478d9d199d8c404292f6b54" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb62", + "@id": "_:n0e162043580b478d9d199d8c404292f6b54", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/viewer" + "@id": "http://w3id.org/CEON/ontology/actor/updater" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -262,91 +276,111 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/owner", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN", + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up." + "@value": "A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Value Network" + "@value": "Resource Relation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + "@id": "_:n0e162043580b478d9d199d8c404292f6b65" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorProcessRole", + "@id": "_:n0e162043580b478d9d199d8c404292f6b65", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@value": "The role(s) of an actor involved in a process." + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b66" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b67" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b68" + } + ] } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b66", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "Actor process role" + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole" + "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@id": "_:n0e162043580b478d9d199d8c404292f6b67", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@id": "_:n0e162043580b478d9d199d8c404292f6b68", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/SellingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ConsumingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the seller of a certain resource." + "@value": "The relation where the role of the actor is the consumer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Selling resource" + "@value": "Consuming resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -356,12 +390,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb45" + "@id": "_:n0e162043580b478d9d199d8c404292f6b13" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb45", + "@id": "_:n0e162043580b478d9d199d8c404292f6b13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -372,20 +406,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb46" + "@id": "_:n0e162043580b478d9d199d8c404292f6b14" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb46", + "@id": "_:n0e162043580b478d9d199d8c404292f6b14", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/seller" + "@id": "http://w3id.org/CEON/ontology/actor/consumer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -395,44 +429,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/consumer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ViewingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the issuer of a certain resource." + "@value": "The relation where the role of the actor is the viewer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Issuing resource" + "@value": "Viewing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -442,12 +450,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb17" + "@id": "_:n0e162043580b478d9d199d8c404292f6b61" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb17", + "@id": "_:n0e162043580b478d9d199d8c404292f6b61", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -458,20 +466,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb18" + "@id": "_:n0e162043580b478d9d199d8c404292f6b62" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb18", + "@id": "_:n0e162043580b478d9d199d8c404292f6b62", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/issuer" + "@id": "http://w3id.org/CEON/ontology/actor/viewer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -481,73 +489,33 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/dismantler", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/neededResourceRelation", + "@id": "http://w3id.org/CEON/ontology/actor/ResellingResource", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc." + "@value": "The relation where the role of the actor is the reseller of a certain resource." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "Reselling resource" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "needed resource relations" + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" + "@id": "_:n0e162043580b478d9d199d8c404292f6b41" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/viewer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProvidingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The relation where the role of the actor is the provider of a certain resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Providing resource" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - } - ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb37" - } - ] - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb37", + "@id": "_:n0e162043580b478d9d199d8c404292f6b41", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -558,20 +526,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb38" + "@id": "_:n0e162043580b478d9d199d8c404292f6b42" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb38", + "@id": "_:n0e162043580b478d9d199d8c404292f6b42", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/provider" + "@id": "http://w3id.org/CEON/ontology/actor/reseller" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -581,47 +549,13 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/capabilityExtent", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "capability extent" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/seller", + "@id": "http://purl.org/dc/terms/description", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/issuer", + "@id": "http://w3id.org/CEON/ontology/actor/owner", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" @@ -649,303 +583,168 @@ ] }, { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", + "@id": "http://w3id.org/CEON/ontology/actor/", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "The relation where the role of the actor is the supplier of a certain resource." + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Supplying resource" + "@value": "2023-03-16" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + "@value": "Eva Blomqvist" } ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ + "http://purl.org/dc/terms/description": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb49" + "@value": "The Actor module of CEON (Circular Economy Ontology Network)." } - ] - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb49", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://purl.org/dc/terms/license": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb50" - } - ] + "@value": "https://github.com/LiUSemWeb/CEON/blob/master/LICENSE" } - ] - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb50", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#hasValue": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://w3id.org/CEON/ontology/actor/supplier" + "@value": "Circular Economy Ontology Network (CEON) - Actor Module" } ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + "@value": "actor" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time." + "@value": "http://w3id.org/CEON/ontology/actor/" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ { - "@value": "Process Participation" + "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: C0-1, C0-2, C3-4, T3-4" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb25" + "@id": "https://github.com/LiUSemWeb/CEON" } - ] - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb25", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb26" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb27" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb28" - } - ] + "@id": "http://w3id.org/CEON/ontology/actorODP/0.1/" } - ] - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb26", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + "@id": "http://w3id.org/CEON/ontology/actor/0.1/" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "@value": "0.1" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb27", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb28", + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/process/Process" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole", + "@id": "http://w3id.org/CEON/ontology/actor/producer", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The roles of an actor involved in a collaboration." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Actor collaboration role" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/CVNParticipation", + "@id": "http://w3id.org/CEON/ontology/actor/ActorProcessRole", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval)." + "@value": "The role(s) of an actor involved in a process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Value Network Participation" + "@value": "Actor process role" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb5" + "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb5", + "@id": "http://w3id.org/CEON/ontology/actor/buyer", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb6" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb7" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb8" - } - ] - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb6", + "@id": "http://w3id.org/CEON/ontology/actor/viewer", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb7", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb8", + "@id": "http://w3id.org/CEON/ontology/actorODP/Role", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" - } + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", + "@id": "http://w3id.org/CEON/ontology/actor/UsingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the producer of a certain resource." + "@value": "The relation where the role of the actor is the user of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Producing resource" + "@value": "Using resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -955,12 +754,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb33" + "@id": "_:n0e162043580b478d9d199d8c404292f6b57" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb33", + "@id": "_:n0e162043580b478d9d199d8c404292f6b57", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -971,20 +770,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb34" + "@id": "_:n0e162043580b478d9d199d8c404292f6b58" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb34", + "@id": "_:n0e162043580b478d9d199d8c404292f6b58", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/producer" + "@id": "http://w3id.org/CEON/ontology/actor/user" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -994,32 +793,39 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/producer", + "@id": "http://w3id.org/CEON/ontology/actor/user", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/provider", + "@id": "http://w3id.org/CEON/ontology/actor/issuer", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/OwningResource", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/ProvidingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the owner of a certain resource." + "@value": "The relation where the role of the actor is the provider of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Owning resource" + "@value": "Providing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1029,12 +835,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb21" + "@id": "_:n0e162043580b478d9d199d8c404292f6b37" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb21", + "@id": "_:n0e162043580b478d9d199d8c404292f6b37", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1045,20 +851,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb22" + "@id": "_:n0e162043580b478d9d199d8c404292f6b38" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb22", + "@id": "_:n0e162043580b478d9d199d8c404292f6b38", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/owner" + "@id": "http://w3id.org/CEON/ontology/actor/provider" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -1068,175 +874,195 @@ ] }, { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ConsumingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the consumer of a certain resource." + "@value": "The roles of an actor involved in a collaboration." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Consuming resource" + "@value": "Actor collaboration role" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - } - ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb13" + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb13", + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - }, - { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb14" - } - ] - } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb14", + "@id": "http://w3id.org/CEON/ontology/actor/supplier", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#hasValue": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/consumer" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/", + "@id": "http://w3id.org/CEON/ontology/actor/neededResourceRelation", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Huanyu Li" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Mikael Lindecrantz" - }, + "@value": "In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Robin Keskisärkkä" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "2023-03-16" + "@value": "needed resource relations" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Eva Blomqvist" + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/dismantler", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/CVNParticipation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The Actor module of CEON (Circular Economy Ontology Network)." + "@value": "A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval)." } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "https://github.com/LiUSemWeb/CEON/blob/master/LICENSE" + "@value": "Circular Value Network Participation" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Circular Economy Ontology Network (CEON) - Actor Module" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b5" } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b5", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@value": "actor" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b6" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b7" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b8" + } + ] } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b6", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "http://w3id.org/CEON/ontology/actor/" + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" } ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: C0-1, C0-2, C3-4, T3-4" + "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b7", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" } ], - "http://www.w3.org/2002/07/owl#imports": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/0.1/" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b8", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actor/0.1/" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@value": "0.1" + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/reseller", + "@id": "http://w3id.org/CEON/ontology/actor/consumer", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/UsingResource", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the user of a certain resource." + "@value": "The relation where the role of the actor is the supplier of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Using resource" + "@value": "Supplying resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1246,12 +1072,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb57" + "@id": "_:n0e162043580b478d9d199d8c404292f6b49" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb57", + "@id": "_:n0e162043580b478d9d199d8c404292f6b49", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1262,20 +1088,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb58" + "@id": "_:n0e162043580b478d9d199d8c404292f6b50" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb58", + "@id": "_:n0e162043580b478d9d199d8c404292f6b50", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/user" + "@id": "http://w3id.org/CEON/ontology/actor/supplier" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -1285,50 +1111,91 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/recycler", + "@id": "http://w3id.org/CEON/ontology/actor/OwningResource", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The relation where the role of the actor is the owner of a certain resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Owning resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2002/07/owl#equivalentClass": [ + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b21" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/collector", + "@id": "_:n0e162043580b478d9d199d8c404292f6b21", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b22" + } + ] + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/user", + "@id": "_:n0e162043580b478d9d199d8c404292f6b22", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#hasValue": [ + { + "@id": "http://w3id.org/CEON/ontology/actor/owner" + } + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", + "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource." + "@value": "Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Resource Relation" + "@value": "Process Participation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb65" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b25" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb65", + "@id": "_:n0e162043580b478d9d199d8c404292f6b25", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1336,23 +1203,23 @@ { "@list": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb66" + "@id": "_:n0e162043580b478d9d199d8c404292f6b26" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb67" + "@id": "_:n0e162043580b478d9d199d8c404292f6b27" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb68" + "@id": "_:n0e162043580b478d9d199d8c404292f6b28" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb66", + "@id": "_:n0e162043580b478d9d199d8c404292f6b26", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1363,12 +1230,12 @@ ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb67", + "@id": "_:n0e162043580b478d9d199d8c404292f6b27", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1384,23 +1251,23 @@ ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb68", + "@id": "_:n0e162043580b478d9d199d8c404292f6b28", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "http://w3id.org/CEON/ontology/process/Process" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/supplier", + "@id": "http://w3id.org/CEON/ontology/actor/reseller", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorCVNRole", @@ -1415,9 +1282,63 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The relation where the role of the actor is the issuer of a certain resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Issuing resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2002/07/owl#equivalentClass": [ + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b17" + } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b17", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b18" + } + ] + } + ] + }, + { + "@id": "_:n0e162043580b478d9d199d8c404292f6b18", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#hasValue": [ + { + "@id": "http://w3id.org/CEON/ontology/actor/issuer" + } + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + } ] }, { @@ -1442,12 +1363,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb1" + "@id": "_:n0e162043580b478d9d199d8c404292f6b1" } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb1", + "@id": "_:n0e162043580b478d9d199d8c404292f6b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1458,14 +1379,14 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb2" + "@id": "_:n0e162043580b478d9d199d8c404292f6b2" } ] } ] }, { - "@id": "_:nbcc91ccfd0304d22a14ab04cc4acf7bdb2", + "@id": "_:n0e162043580b478d9d199d8c404292f6b2", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1481,9 +1402,88 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", + "@id": "http://w3id.org/CEON/ontology/actor/capabilityExtent", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "capability extent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/recycler", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/collector", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The role(s) of an actor in relation to a resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Actor resource role" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" + } + ] + }, + { + "@id": "http://purl.org/dc/terms/license", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] } ] \ No newline at end of file diff --git a/docs/ontology/actor/0.1/actor.owl b/docs/ontology/actor/0.1/actor.owl index b9df2ba8..b472b035 100644 --- a/docs/ontology/actor/0.1/actor.owl +++ b/docs/ontology/actor/0.1/actor.owl @@ -7,6 +7,28 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + + + + + + + + + + + + + + + + The relation where the role of the actor is the buyer of a certain resource. + Buying resource + @@ -25,595 +47,573 @@ 0.1 - - - + + + + + + + + + The relation where the role of the actor is the consumer of a certain resource. + Consuming resource + + + + - + The relation where the role of the actor is the seller of a certain resource. Selling resource - - + + + + + + + + + + + + + + + + + + + + + + - + - + - The relation where the role of the actor is the producer of a certain resource. - Producing resource + The relation where the role of the actor is the supplier of a certain resource. + Supplying resource - - - - The role(s) of an actor in relation to a resource. - Actor resource role + + + - - + + + + - + - + - + - - - The relation where the role of the actor is the buyer of a certain resource. - Buying resource + + The roles of an actor involved in a collaboration. + Actor collaboration role - - - - A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. - Circular Value Network + + - - - - The role(s) of an actor involved in a process. - Actor process role + + + - + + + + + + - + - The relation where the role of the actor is the provider of a certain resource. - Providing resource + The relation where the role of the actor is the owner of a certain resource. + Owning resource - - - - + + + + + The relation where the role of the actor is the issuer of a certain resource. + Issuing resource - + - + - - - - + + + - - - - + + + - - - + + + + + The relation where the role of the actor is the user of a certain resource. + Using resource - + + + + + - - + + + + The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. + Actor Circular Value Network role + + + + + + + + + + - + - - - - - The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. - capability extent + + + - - + + - + + - - - The relation where the role of the actor is the viewer of a certain resource. - Viewing resource - + - - Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. - Process Participation + + A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). + Circular Value Network Participation - - - + + + - - - + + + + + The relation where the role of the actor is the viewer of a certain resource. + Viewing resource - - + - - + + - + - + + + The role(s) of an actor involved in a process. + Actor process role - + - - - - - - + + - - - + + + + - + The relation where the role of the actor is the reseller of a certain resource. Reselling resource - - - - + - + - The relation where the role of the actor is the issuer of a certain resource. - Issuing resource - - - - - - In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. - needed resource relations - - - - - - - - - - - - + The relation where the role of the actor is the provider of a certain resource. + Providing resource - - + + - - + + + - + - - - - - - - - - The roles of an actor involved in a collaboration. - Actor collaboration role - - - - - - - - - - - + - - - The relation where the role of the actor is the user of a certain resource. - Using resource - - - + + + Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. + Process Participation - + - + - - - + + + - - - + + + - - + + + - + - - - - - + - - - - - The relation where the role of the actor is the supplier of a certain resource. - Supplying resource + + - + - - - - - + - + - - - - - - - - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + - + - The relation where the role of the actor is the consumer of a certain resource. - Consuming resource + The relation where the role of the actor is the producer of a certain resource. + Producing resource - - - + + + - - - + + + + The role(s) of an actor in relation to a resource. + Actor resource role - - - - + + + - + - + - + - - - - - - - + + - - - + + - + The relation where the role of the actor is the updater of a certain resource. Updating resource - + + + + + - + - - + + - + + - + - + + + + + - + + + + + The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. + capability extent + + - - + + - - - - - The relation where the role of the actor is the owner of a certain resource. - Owning resource + + - + - + - - - - A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. - Resource Relation + + + + + + + + + In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. + needed resource relations + + + + - - + - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + - - + + - + - + - + + - - - A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). - Circular Value Network Participation - - - - - + - - The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. - Actor Circular Value Network role + + A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. + Circular Value Network - - - + + + - + + + A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. + Resource Relation - - - - - + - + - - + + - - - + + + + - + - - - + + - - + + + - - + + - - - - + - + - + - + - - - - - - - + + + + - - - + + + - + + - - - + + - + - - + + - - + + + - - + + + + - + - - - - - + - - + + - - - + + - - + + - - - - - - - - - - - - - - - - + - - - - + - - + - - - - - - - + + + - - - + + - - + + - + - + + + + diff --git a/docs/ontology/actor/0.1/actor.rdf b/docs/ontology/actor/0.1/actor.rdf index b9df2ba8..b472b035 100644 --- a/docs/ontology/actor/0.1/actor.rdf +++ b/docs/ontology/actor/0.1/actor.rdf @@ -7,6 +7,28 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + + + + + + + + + + + + + + + + The relation where the role of the actor is the buyer of a certain resource. + Buying resource + @@ -25,595 +47,573 @@ 0.1 - - - + + + + + + + + + The relation where the role of the actor is the consumer of a certain resource. + Consuming resource + + + + - + The relation where the role of the actor is the seller of a certain resource. Selling resource - - + + + + + + + + + + + + + + + + + + + + + + - + - + - The relation where the role of the actor is the producer of a certain resource. - Producing resource + The relation where the role of the actor is the supplier of a certain resource. + Supplying resource - - - - The role(s) of an actor in relation to a resource. - Actor resource role + + + - - + + + + - + - + - + - - - The relation where the role of the actor is the buyer of a certain resource. - Buying resource + + The roles of an actor involved in a collaboration. + Actor collaboration role - - - - A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. - Circular Value Network + + - - - - The role(s) of an actor involved in a process. - Actor process role + + + - + + + + + + - + - The relation where the role of the actor is the provider of a certain resource. - Providing resource + The relation where the role of the actor is the owner of a certain resource. + Owning resource - - - - + + + + + The relation where the role of the actor is the issuer of a certain resource. + Issuing resource - + - + - - - - + + + - - - - + + + - - - + + + + + The relation where the role of the actor is the user of a certain resource. + Using resource - + + + + + - - + + + + The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. + Actor Circular Value Network role + + + + + + + + + + - + - - - - - The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. - capability extent + + + - - + + - + + - - - The relation where the role of the actor is the viewer of a certain resource. - Viewing resource - + - - Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. - Process Participation + + A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). + Circular Value Network Participation - - - + + + - - - + + + + + The relation where the role of the actor is the viewer of a certain resource. + Viewing resource - - + - - + + - + - + + + The role(s) of an actor involved in a process. + Actor process role - + - - - - - - + + - - - + + + + - + The relation where the role of the actor is the reseller of a certain resource. Reselling resource - - - - + - + - The relation where the role of the actor is the issuer of a certain resource. - Issuing resource - - - - - - In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. - needed resource relations - - - - - - - - - - - - + The relation where the role of the actor is the provider of a certain resource. + Providing resource - - + + - - + + + - + - - - - - - - - - The roles of an actor involved in a collaboration. - Actor collaboration role - - - - - - - - - - - + - - - The relation where the role of the actor is the user of a certain resource. - Using resource - - - + + + Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. + Process Participation - + - + - - - + + + - - - + + + - - + + + - + - - - - - + - - - - - The relation where the role of the actor is the supplier of a certain resource. - Supplying resource + + - + - - - - - + - + - - - - - - - - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + - + - The relation where the role of the actor is the consumer of a certain resource. - Consuming resource + The relation where the role of the actor is the producer of a certain resource. + Producing resource - - - + + + - - - + + + + The role(s) of an actor in relation to a resource. + Actor resource role - - - - + + + - + - + - + - - - - - - - + + - - - + + - + The relation where the role of the actor is the updater of a certain resource. Updating resource - + + + + + - + - - + + - + + - + - + + + + + - + + + + + The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. + capability extent + + - - + + - - - - - The relation where the role of the actor is the owner of a certain resource. - Owning resource + + - + - + - - - - A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. - Resource Relation + + + + + + + + + In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. + needed resource relations + + + + - - + - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + - - + + - + - + - + + - - - A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). - Circular Value Network Participation - - - - - + - - The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. - Actor Circular Value Network role + + A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. + Circular Value Network - - - + + + - + + + A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. + Resource Relation - - - - - + - + - - + + - - - + + + + - + - - - + + - - + + + - - + + - - - - + - + - + - + - - - - - - - + + + + - - - + + + - + + - - - + + - + - - + + - - + + + - - + + + + - + - - - - - + - - + + - - - + + - - + + - - - - - - - - - - - - - - - - + - - - - + - - + - - - - - - - + + + - - - + + - - + + - + - + + + + diff --git a/docs/ontology/actor/0.2/actor.jsonld b/docs/ontology/actor/0.2/actor.jsonld index b63f7912..be4e44b6 100644 --- a/docs/ontology/actor/0.2/actor.jsonld +++ b/docs/ontology/actor/0.2/actor.jsonld @@ -1,29 +1,42 @@ [ { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/UpdatingResource", + "@id": "http://w3id.org/CEON/ontology/actor/provider", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/SellingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the updater of a certain resource." + "@value": "The relation where the role of the actor is the seller of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Updating resource" + "@value": "Selling resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -33,12 +46,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b53" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b45" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b53", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b45", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -49,20 +62,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b54" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b46" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b54", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b46", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/updater" + "@id": "http://w3id.org/CEON/ontology/actor/seller" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -72,19 +85,36 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role", + "@id": "http://w3id.org/CEON/ontology/actor/seller", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", + "@id": "http://w3id.org/CEON/ontology/cvn/CVN", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Circular Value Network" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] @@ -96,58 +126,48 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/buyer", + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://purl.org/dc/terms/license", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole", + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The role(s) of an actor in relation to a resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Actor resource role" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" - } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ResellingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the reseller of a certain resource." + "@value": "The relation where the role of the actor is the producer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Reselling resource" + "@value": "Producing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -157,12 +177,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b41" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b33" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b41", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b33", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -173,20 +193,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b42" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b34" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b42", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b34", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/reseller" + "@id": "http://w3id.org/CEON/ontology/actor/producer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -196,24 +216,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/Process", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ViewingResource", + "@id": "http://w3id.org/CEON/ontology/actor/UpdatingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the viewer of a certain resource." + "@value": "The relation where the role of the actor is the updater of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Viewing resource" + "@value": "Updating resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -223,12 +237,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b61" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b53" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b61", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b53", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -239,20 +253,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b62" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b54" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b62", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b54", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/viewer" + "@id": "http://w3id.org/CEON/ontology/actor/updater" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -262,91 +276,111 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/owner", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN", + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up." + "@value": "A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Value Network" + "@value": "Resource Relation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b65" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorProcessRole", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b65", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@value": "The role(s) of an actor involved in a process." + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b66" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b67" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b68" + } + ] } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b66", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "Actor process role" + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole" + "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b67", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b68", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/SellingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ConsumingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the seller of a certain resource." + "@value": "The relation where the role of the actor is the consumer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Selling resource" + "@value": "Consuming resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -356,12 +390,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b45" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b13" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b45", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -372,20 +406,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b46" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b14" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b46", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b14", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/seller" + "@id": "http://w3id.org/CEON/ontology/actor/consumer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -395,44 +429,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/consumer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ViewingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the issuer of a certain resource." + "@value": "The relation where the role of the actor is the viewer of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Issuing resource" + "@value": "Viewing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -442,12 +450,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b17" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b61" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b17", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b61", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -458,20 +466,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b18" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b62" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b18", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b62", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/issuer" + "@id": "http://w3id.org/CEON/ontology/actor/viewer" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -481,73 +489,33 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/dismantler", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/neededResourceRelation", + "@id": "http://w3id.org/CEON/ontology/actor/ResellingResource", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc." + "@value": "The relation where the role of the actor is the reseller of a certain resource." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "Reselling resource" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "needed resource relations" + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b41" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/viewer", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProvidingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The relation where the role of the actor is the provider of a certain resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Providing resource" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - } - ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ - { - "@id": "_:ne07cda451ea64245a4420df15af69082b37" - } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b37", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b41", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -558,20 +526,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b38" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b42" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b38", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b42", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/provider" + "@id": "http://w3id.org/CEON/ontology/actor/reseller" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -581,47 +549,13 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/capabilityExtent", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "capability extent" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/seller", + "@id": "http://purl.org/dc/terms/description", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/issuer", + "@id": "http://w3id.org/CEON/ontology/actor/owner", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" @@ -649,303 +583,163 @@ ] }, { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", + "@id": "http://w3id.org/CEON/ontology/actor/", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "The relation where the role of the actor is the supplier of a certain resource." + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Supplying resource" + "@value": "2023-03-16" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + "@value": "Eva Blomqvist" } ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ + "http://purl.org/dc/terms/description": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b49" + "@value": "The Actor module of CEON (Circular Economy Ontology Network)." } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b49", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://purl.org/dc/terms/license": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b50" - } - ] + "@value": "https://creativecommons.org/licenses/by/4.0/" } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b50", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#hasValue": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://w3id.org/CEON/ontology/actor/supplier" + "@value": "Circular Economy Ontology Network (CEON) - Actor Module" } ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + "@value": "actor" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time." + "@value": "http://w3id.org/CEON/ontology/actor/" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ { - "@value": "Process Participation" + "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: C0-1, C0-2, C3-4, T3-4" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b25" + "@id": "https://github.com/LiUSemWeb/CEON" } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b25", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b26" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b27" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b28" - } - ] + "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b26", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + "@id": "http://w3id.org/CEON/ontology/actor/0.2/" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "0.2" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b27", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b28", + "@id": "http://w3id.org/CEON/ontology/actor/manufacturer", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole", + "@id": "http://w3id.org/CEON/ontology/actor/producer", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The roles of an actor involved in a collaboration." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Actor collaboration role" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/CVNParticipation", + "@id": "http://w3id.org/CEON/ontology/actor/ActorProcessRole", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval)." + "@value": "The role(s) of an actor involved in a process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Value Network Participation" + "@value": "Actor process role" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b5" - } - ] - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b5", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b6" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b7" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b8" - } - ] + "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b6", + "@id": "http://w3id.org/CEON/ontology/actor/buyer", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b7", + "@id": "http://w3id.org/CEON/ontology/actor/viewer", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b8", + "@id": "http://w3id.org/CEON/ontology/actorODP/Role", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" - } + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/ProducingResource", + "@id": "http://w3id.org/CEON/ontology/actor/UsingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the producer of a certain resource." + "@value": "The relation where the role of the actor is the user of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Producing resource" + "@value": "Using resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -955,12 +749,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b33" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b57" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b33", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b57", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -971,20 +765,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b34" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b58" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b34", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b58", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/producer" + "@id": "http://w3id.org/CEON/ontology/actor/user" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -994,32 +788,45 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/producer", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/user", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/provider", + "@id": "http://w3id.org/CEON/ontology/actor/issuer", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/OwningResource", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/ProvidingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the owner of a certain resource." + "@value": "The relation where the role of the actor is the provider of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Owning resource" + "@value": "Providing resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1029,12 +836,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b21" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b37" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b21", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b37", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1045,20 +852,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b22" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b38" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b22", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b38", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/owner" + "@id": "http://w3id.org/CEON/ontology/actor/provider" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -1068,176 +875,195 @@ ] }, { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actor/ConsumingResource", + "@id": "http://w3id.org/CEON/ontology/actor/ActorCollaborationRole", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the consumer of a certain resource." + "@value": "The roles of an actor involved in a collaboration." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Consuming resource" + "@value": "Actor collaboration role" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - } - ], - "http://www.w3.org/2002/07/owl#equivalentClass": [ - { - "@id": "_:ne07cda451ea64245a4420df15af69082b13" + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b13", + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" - }, - { - "@id": "_:ne07cda451ea64245a4420df15af69082b14" - } - ] - } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b14", + "@id": "http://w3id.org/CEON/ontology/actor/supplier", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#hasValue": [ - { - "@id": "http://w3id.org/CEON/ontology/actor/consumer" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" - } + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole", + "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/", + "@id": "http://w3id.org/CEON/ontology/actor/neededResourceRelation", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Huanyu Li" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Mikael Lindecrantz" - }, + "@value": "In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Robin Keskisärkkä" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "2023-03-16" + "@value": "needed resource relations" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Eva Blomqvist" + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/dismantler", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/CVNParticipation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The Actor module of CEON (Circular Economy Ontology Network)." + "@value": "A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval)." } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "https://creativecommons.org/licenses/by/4.0/" + "@value": "Circular Value Network Participation" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Circular Economy Ontology Network (CEON) - Actor Module" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b5" } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b5", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@value": "actor" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b6" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b7" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b8" + } + ] } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b6", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "http://w3id.org/CEON/ontology/actor/" + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" } ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: C0-1, C0-2, C3-4, T3-4" + "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b7", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor" } ], - "http://www.w3.org/2002/07/owl#imports": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b8", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actor/0.2/" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "0.2" + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/reseller", + "@id": "http://w3id.org/CEON/ontology/actor/consumer", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", "http://w3id.org/CEON/ontology/actor/ActorResourceRole" ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/UsingResource", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/SupplyingResource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The relation where the role of the actor is the user of a certain resource." + "@value": "The relation where the role of the actor is the supplier of a certain resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Using resource" + "@value": "Supplying resource" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1247,12 +1073,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b57" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b49" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b57", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b49", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1263,20 +1089,20 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b58" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b50" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b58", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b50", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#hasValue": [ { - "@id": "http://w3id.org/CEON/ontology/actor/user" + "@id": "http://w3id.org/CEON/ontology/actor/supplier" } ], "http://www.w3.org/2002/07/owl#onProperty": [ @@ -1286,50 +1112,91 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/recycler", + "@id": "http://w3id.org/CEON/ontology/actor/OwningResource", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The relation where the role of the actor is the owner of a certain resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Owning resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2002/07/owl#equivalentClass": [ + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b21" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/collector", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b21", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b22" + } + ] + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/user", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b22", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://w3id.org/CEON/ontology/actor/ActorCVNRole", - "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#hasValue": [ + { + "@id": "http://w3id.org/CEON/ontology/actor/owner" + } + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation", + "@id": "http://w3id.org/CEON/ontology/actor/ProcessParticipation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource." + "@value": "Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Resource Relation" + "@value": "Process Participation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b65" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b25" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b65", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b25", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1337,23 +1204,23 @@ { "@list": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b66" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b26" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b67" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b27" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b68" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b28" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b66", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b26", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1364,12 +1231,12 @@ ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole" + "@id": "http://w3id.org/CEON/ontology/actor/ActorCVNRole" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b67", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b27", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1385,23 +1252,23 @@ ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b68", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b28", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "http://w3id.org/CEON/ontology/processODP/Process" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actor/supplier", + "@id": "http://w3id.org/CEON/ontology/actor/reseller", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://w3id.org/CEON/ontology/actor/ActorCVNRole", @@ -1416,9 +1283,63 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@id": "http://w3id.org/CEON/ontology/actor/IssuingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The relation where the role of the actor is the issuer of a certain resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Issuing resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2002/07/owl#equivalentClass": [ + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b17" + } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b17", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b18" + } + ] + } + ] + }, + { + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b18", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#hasValue": [ + { + "@id": "http://w3id.org/CEON/ontology/actor/issuer" + } + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole" + } ] }, { @@ -1443,12 +1364,12 @@ ], "http://www.w3.org/2002/07/owl#equivalentClass": [ { - "@id": "_:ne07cda451ea64245a4420df15af69082b1" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b1" } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b1", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1459,14 +1380,14 @@ "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b2" + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b2" } ] } ] }, { - "@id": "_:ne07cda451ea64245a4420df15af69082b2", + "@id": "_:nd24ebe9ba11e44a297c7269f814c3ca7b2", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -1482,9 +1403,88 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", + "@id": "http://w3id.org/CEON/ontology/actor/capabilityExtent", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "capability extent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/recycler", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/collector", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://w3id.org/CEON/ontology/actor/ActorCVNRole" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actor/ActorResourceRole", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The role(s) of an actor in relation to a resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Actor resource role" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" + } + ] + }, + { + "@id": "http://purl.org/dc/terms/license", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] } ] \ No newline at end of file diff --git a/docs/ontology/actor/0.2/actor.owl b/docs/ontology/actor/0.2/actor.owl index cbdb4c3d..3dc3876d 100644 --- a/docs/ontology/actor/0.2/actor.owl +++ b/docs/ontology/actor/0.2/actor.owl @@ -7,6 +7,24 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + + + + + + + + + + + + The relation where the role of the actor is the buyer of a certain resource. + Buying resource + @@ -25,595 +43,577 @@ 0.2 - - + + - - - + + + + + The relation where the role of the actor is the consumer of a certain resource. + Consuming resource - - - + + + - - - + + + - + The relation where the role of the actor is the seller of a certain resource. Selling resource - - - - - - - - - - The relation where the role of the actor is the producer of a certain resource. - Producing resource + + + - - - - The role(s) of an actor in relation to a resource. - Actor resource role + + + - - - - + + + - + - + - + - + - + - The relation where the role of the actor is the buyer of a certain resource. - Buying resource + The relation where the role of the actor is the supplier of a certain resource. + Supplying resource - + + + + + + + + + + + - - A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. - Circular Value Network + + The roles of an actor involved in a collaboration. + Actor collaboration role - + + + + + - - The role(s) of an actor involved in a process. - Actor process role - + - + - + - + - The relation where the role of the actor is the provider of a certain resource. - Providing resource + The relation where the role of the actor is the owner of a certain resource. + Owning resource - - + + - - - + + + - - + + + + The relation where the role of the actor is the user of a certain resource. + Using resource - - - - + + + - + - - - - - - - - - - - - - - - - The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. - capability extent + + + - + The relation where the role of the actor is the issuer of a certain resource. Issuing resource - + - - - The relation where the role of the actor is the viewer of a certain resource. - Viewing resource + + The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. + Actor Circular Value Network role - + - - - Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. - Process Participation + + + The relation where the role of the actor is the provider of a certain resource. + Providing resource - - - + + + - - + + + - - - + + + + + A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). + Circular Value Network Participation - + + + + The relation where the role of the actor is the viewer of a certain resource. + Viewing resource - - + - + - - - - - - - - The relation where the role of the actor is the reseller of a certain resource. - Reselling resource + + - + - - - - - In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. - needed resource relations - - - - - - - - - + + + + The role(s) of an actor involved in a process. + Actor process role - + - + - - + + + - + - - - - - - - - - - + + - - - - The roles of an actor involved in a collaboration. - Actor collaboration role + + + - - + + + + Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. + Process Participation - - - - - + + - - - The relation where the role of the actor is the user of a certain resource. - Using resource - - - - - - - + - - - - - - - - - + + + - - - + + - - - - - The relation where the role of the actor is the supplier of a certain resource. - Supplying resource + + + - - - + + + - + + - - A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. - Resource Relation - - - - - - - + + + + - - + + + - - + + + - - - + + + - - - + + + + + The relation where the role of the actor is the reseller of a certain resource. + Reselling resource - - - + + + + - + - + - + - + - + - + - The relation where the role of the actor is the consumer of a certain resource. - Consuming resource + The relation where the role of the actor is the updater of a certain resource. + Updating resource - - + + + + The relation where the role of the actor is the producer of a certain resource. + Producing resource - - + + - - - - - - - - - - - + + + + The role(s) of an actor in relation to a resource. + Actor resource role - - - - + + + + - - - - - + + - - - The relation where the role of the actor is the updater of a certain resource. - Updating resource - - - + + + - - + + - - + + - + - + - + + + + + + + + + + + - - - The relation where the role of the actor is the owner of a certain resource. - Owning resource - + - - + + - + + + + + + + + + + + + + + + + + + + + + The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. + capability extent + + + + + + + + + - + - - + + + + + + + + + + + + + In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. + needed resource relations + + + - - + + - - - - + + - - + + - - - - - A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). - Circular Value Network Participation + + - - - - The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. - Actor Circular Value Network role + + - + - + + + + + + A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. + Resource Relation - + - - + + - - + + - - - + + + - - + + - + - + - + + - - - - + - - - - - + - - - + + + + - - + + - - - - - - - - - + + + - - - + + + - - - + + + + A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. + Circular Value Network - - - + + + + - - - + + + - - - + + + + - - - + + + + - + - - + + + - + - - - - - + + - - - + + + - + - - - + + + + - - - + + - + - + - - - + + - + - + - - - - + + + - - - + + + - - + + - - - + + + - + - - - + + - - - + + - + - + - - + + + - + + + + diff --git a/docs/ontology/actor/0.2/actor.rdf b/docs/ontology/actor/0.2/actor.rdf index cbdb4c3d..3dc3876d 100644 --- a/docs/ontology/actor/0.2/actor.rdf +++ b/docs/ontology/actor/0.2/actor.rdf @@ -7,6 +7,24 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + + + + + + + + + + + + The relation where the role of the actor is the buyer of a certain resource. + Buying resource + @@ -25,595 +43,577 @@ 0.2 - - + + - - - + + + + + The relation where the role of the actor is the consumer of a certain resource. + Consuming resource - - - + + + - - - + + + - + The relation where the role of the actor is the seller of a certain resource. Selling resource - - - - - - - - - - The relation where the role of the actor is the producer of a certain resource. - Producing resource + + + - - - - The role(s) of an actor in relation to a resource. - Actor resource role + + + - - - - + + + - + - + - + - + - + - The relation where the role of the actor is the buyer of a certain resource. - Buying resource + The relation where the role of the actor is the supplier of a certain resource. + Supplying resource - + + + + + + + + + + + - - A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. - Circular Value Network + + The roles of an actor involved in a collaboration. + Actor collaboration role - + + + + + - - The role(s) of an actor involved in a process. - Actor process role - + - + - + - + - The relation where the role of the actor is the provider of a certain resource. - Providing resource + The relation where the role of the actor is the owner of a certain resource. + Owning resource - - + + - - - + + + - - + + + + The relation where the role of the actor is the user of a certain resource. + Using resource - - - - + + + - + - - - - - - - - - - - - - - - - The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. - capability extent + + + - + The relation where the role of the actor is the issuer of a certain resource. Issuing resource - + - - - The relation where the role of the actor is the viewer of a certain resource. - Viewing resource + + The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. + Actor Circular Value Network role - + - - - Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. - Process Participation + + + The relation where the role of the actor is the provider of a certain resource. + Providing resource - - - + + + - - + + + - - - + + + + + A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). + Circular Value Network Participation - + + + + The relation where the role of the actor is the viewer of a certain resource. + Viewing resource - - + - + - - - - - - - - The relation where the role of the actor is the reseller of a certain resource. - Reselling resource + + - + - - - - - In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. - needed resource relations - - - - - - - - - + + + + The role(s) of an actor involved in a process. + Actor process role - + - + - - + + + - + - - - - - - - - - - + + - - - - The roles of an actor involved in a collaboration. - Actor collaboration role + + + - - + + + + Participation of a certain actor in a certain process, with a certain role. For instance, a certain department of a recycling company having the role of quality controllant, or material sorter, in a certain recycling process. The participation may also be given a time, e.g. a start and end time. + Process Participation - - - - - + + - - - The relation where the role of the actor is the user of a certain resource. - Using resource - - - - - - - + - - - - - - - - - + + + - - - + + - - - - - The relation where the role of the actor is the supplier of a certain resource. - Supplying resource + + + - - - + + + - + + - - A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. - Resource Relation - - - - - - - + + + + - - + + + - - + + + - - - + + + - - - + + + + + The relation where the role of the actor is the reseller of a certain resource. + Reselling resource - - - + + + + - + - + - + - + - + - + - The relation where the role of the actor is the consumer of a certain resource. - Consuming resource + The relation where the role of the actor is the updater of a certain resource. + Updating resource - - + + + + The relation where the role of the actor is the producer of a certain resource. + Producing resource - - + + - - - - - - - - - - - + + + + The role(s) of an actor in relation to a resource. + Actor resource role - - - - + + + + - - - - - + + - - - The relation where the role of the actor is the updater of a certain resource. - Updating resource - - - + + + - - + + - - + + - + - + - + + + + + + + + + + + - - - The relation where the role of the actor is the owner of a certain resource. - Owning resource - + - - + + - + + + + + + + + + + + + + + + + + + + + + The extent of this capability, e.g. stating whether there are limist to the capability, such as a maximum amount or size of something. + capability extent + + + + + + + + + - + - - + + + + + + + + + + + + + In order for an actor to have a capability, it needs to have certain resources, e.g. materials, infrastrucutre, know-how, information etc. + needed resource relations + + + - - + + - - - - + + - - + + - - - - - A participation-relation, that represents the participation of an actor in a CVN with a certain role. For instance, a specific company playing the role of recycler in a certain flow of a CVN. The participation may also be related to a certain time (or time interval). - Circular Value Network Participation + + - - - - The role(s) of an actor in a Circular Value Network, which is a specific type of collaboration. - Actor Circular Value Network role + + - + - + + + + + + A relation between a resource, an actor, and the role the actor has in relation to the resource. For instance, the role of owner that a certain actor takes for a certain resource for a certain period of time. Or the seller of a certain resource, until that resource has been sold, and the actor no longer has that role in relation to the resource. + Resource Relation - + - - + + - - + + - - - + + + - - + + - + - + - + + - - - - + - - - - - + - - - + + + + - - + + - - - - - - - - - + + + - - - + + + - - - + + + + A collaboration between actors that constitute a Circular Value Newtworks, implicitly or explicitly set up. + Circular Value Network - - - + + + + - - - + + + - - - + + + + - - - + + + + - + - - + + + - + - - - - - + + - - - + + + - + - - - + + + + - - - + + - + - + - - - + + - + - + - - - - + + + - - - + + + - - + + - - - + + + - + - - - + + - - - + + - + - + - - + + + - + + + + diff --git a/docs/ontology/actorODP/0.1/actorODP.jsonld b/docs/ontology/actorODP/0.1/actorODP.jsonld index 9fa2b76e..0d4df3e8 100644 --- a/docs/ontology/actorODP/0.1/actorODP.jsonld +++ b/docs/ontology/actorODP/0.1/actorODP.jsonld @@ -1,77 +1,72 @@ [ { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Holds the value of the actor involved in this participation relation." + "@value": "The collaboration or process that this participation relates to." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has participating actor" + "@value": "is a participation in" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b4" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b4", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + }, + { + "@id": "http://w3id.org/CEON/ontology/process/Process" + } + ] + } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/ActorType", + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities." - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Actor Type" + "@value": "Participation" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/hasLocation", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b1" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b22" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b1", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -79,127 +74,124 @@ { "@list": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b23" }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b24" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b23", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#cardinality": [ { - "@value": "A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow." + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "Role" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b24", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time." - } + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#cardinality": [ { - "@value": "Collaboration participation" + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint" } ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#gYear", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/process/Process", + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The collaboration or process that this participation relates to." + "@value": "An agent able to act in the context of a circular value network, e.g. an organisation, person." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + "@value": "Actor" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "is a participation in" + "@value": "A collaboration between a set of actors." } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b4" + "@value": "Collaboration" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b4", + "@id": "http://www.w3.org/2001/XMLSchema#gYear", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" - }, - { - "@id": "http://w3id.org/CEON/ontology/process/Process" - } - ] - } + "http://www.w3.org/2000/01/rdf-schema#Datatype" ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", + "@id": "http://w3id.org/CEON/ontology/actorODP/Role", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how." + "@value": "A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Capability" + "@value": "Role" } ] }, @@ -230,94 +222,110 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", + "@id": "http://w3id.org/CEON/ontology/actorODP/ActorType", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "An agent able to act in the context of a circular value network, e.g. an organisation, person." + "@value": "The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Actor" + "@value": "Actor Type" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime", + "@id": "http://w3id.org/CEON/ontology/actorODP/hasLocation", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The start of a time interval." - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "start time" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b12" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b1" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b12", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b1", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#unionOf": [ { "@list": [ { - "@id": "http://www.w3.org/2001/XMLSchema#date" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#dateTime" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" }, { - "@id": "http://www.w3.org/2001/XMLSchema#gYear" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationEndTime", + "@id": "http://w3id.org/CEON/ontology/process/Process", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The resource that this participation relation relates to, i.e. for which the actor holds the specified role." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has participating resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The end of a time interval." + "@value": "The point in time when something took place or was valid." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "end time" + "@value": "time point" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b7" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b17" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b7", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b17", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ], @@ -362,122 +370,80 @@ ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#date", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/basedOnCapability", + "@id": "http://w3id.org/CEON/ontology/actorODP/", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "An actor participates in a collaboration based on that it has some capability that is useful for the collaboration." + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + "@value": "Eva Blomqvist" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/description": [ { - "@value": "based on capability" + "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "Circular Economy Ontology Network (CEON) - Actor ODP" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@value": "Relates some properties to the capability, such as the parameters of it, or the needed resources." + "@value": "actorODP" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "https://w3id.org/CEON/ontoloy/actorODP/" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ { - "@value": "capability property" + "@value": "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10" } - ] - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The resource that this participation relation relates to, i.e. for which the actor holds the specified role." + "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + "@id": "https://github.com/LiUSemWeb/CEON" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@value": "has participating resource" + "@id": "http://w3id.org/CEON/ontology/actorODP/0.1/" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@value": "0.1" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Holds the value of the role of the participant in this participation relation." + "@value": "Holds the value of the actor involved in this participation relation." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -487,111 +453,86 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has participant role" + "@value": "has participating actor" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Participation" + "@value": "Relates some properties to the capability, such as the parameters of it, or the needed resources." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b22" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } - ] - }, - { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b22", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@list": [ - { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b23" - }, - { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b24" - } - ] + "@value": "capability property" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b23", + "@id": "http://purl.org/dc/terms/creator", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#cardinality": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b24", + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#cardinality": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" + "@value": "The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time." } ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint" + "@value": "Collaboration participation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationEndTime", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The point in time when something took place or was valid." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@value": "The end of a time interval." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "time point" + "@value": "end time" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b17" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b7" } ] }, { - "@id": "_:n35d6c07c7473451ab3694bc00db60c73b17", + "@id": "_:n5893733a01a543a4be6d04d221cedb25b7", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ], @@ -615,110 +556,169 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityOf", + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/basedOnCapability", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "An actor participates in a collaboration based on that it has some capability that is useful for the collaboration." + } + ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Relates to the actor holding the capability." - }, - { - "@value": "capability of" + "@value": "based on capability" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/", + "@id": "http://purl.org/dc/terms/title", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Huanyu Li" - }, - { - "@value": "Mikael Lindecrantz" - }, + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Robin Keskisärkkä" + "@value": "Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how." } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Eva Blomqvist" + "@value": "Capability" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityOf", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Economy Ontology Network (CEON) - Actor ODP" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "@value": "Relates to the actor holding the capability." + }, { - "@value": "actorODP" + "@value": "capability of" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "https://w3id.org/CEON/ontoloy/actorODP/" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } + ] + }, + { + "@id": "http://purl.org/dc/terms/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10" + "@value": "The start of a time interval." } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@value": "start time" } ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/0.1/" + "@id": "_:n5893733a01a543a4be6d04d221cedb25b12" } + ] + }, + { + "@id": "_:n5893733a01a543a4be6d04d221cedb25b12", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "0.1" + "@list": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#dateTime" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gYear" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A collaboration between a set of actors." + "@value": "Holds the value of the role of the participant in this participation relation." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Collaboration" + "@value": "has participant role" } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" + } + ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" ] } ] \ No newline at end of file diff --git a/docs/ontology/actorODP/0.1/actorODP.owl b/docs/ontology/actorODP/0.1/actorODP.owl index ae8b8f9f..2c0fd240 100644 --- a/docs/ontology/actorODP/0.1/actorODP.owl +++ b/docs/ontology/actorODP/0.1/actorODP.owl @@ -7,21 +7,31 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Huanyu Li - Mikael Lindecrantz - Robin Keskisärkkä - Eva Blomqvist - A core ODP of the CEON ontology network, defining aspects of the actor concept. - Circular Economy Ontology Network (CEON) - Actor ODP - actorODP - https://w3id.org/CEON/ontoloy/actorODP/ - Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 - A core ODP of the CEON ontology network, defining aspects of the actor concept. - - 0.1 + + + + + The collaboration or process that this participation relates to. + is a participation in + + + + + Participation + + + + + + + + + + + + + Relates to the actor holding the capability. + capability of @@ -30,27 +40,26 @@ The type of the actor. has actor type - - - - - - - - - + + + - + - + 1 - - - - - The resource that this participation relation relates to, i.e. for which the actor holds the specified role. - has participating resource + + + A collaboration between a set of actors. + Collaboration + + + + + + The point in time when something took place or was valid. + time point @@ -59,30 +68,13 @@ Holds the value of the actor involved in this participation relation. has participating actor - - - Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. - Capability - - - - - 1 - - - - A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. - Role - - - - A collaboration between a set of actors. - Collaboration + + + - - - - Participation + + + @@ -90,115 +82,91 @@ The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. Resource Relation - - - - - - - - - - - - - - - - - + The start of a time interval. start time - - - - - The collaboration or process that this participation relates to. - is a participation in - - - - - - An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. - based on capability - - - - - - - - - - - - - - - + + + - + - + - + + A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. + Role - - - - - The point in time when something took place or was valid. - time point - - - + + + - - - - The end of a time interval. - end time + + + + + The resource that this participation relation relates to, i.e. for which the actor holds the specified role. + has participating resource - - - + + + - + - + + + Holds the value of the role of the participant in this participation relation. + has participant role - - - + + + + 1 - + + + + Huanyu Li + Mikael Lindecrantz + Robin Keskisärkkä + Eva Blomqvist + A core ODP of the CEON ontology network, defining aspects of the actor concept. + Circular Economy Ontology Network (CEON) - Actor ODP + actorODP + https://w3id.org/CEON/ontoloy/actorODP/ + Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 + A core ODP of the CEON ontology network, defining aspects of the actor concept. + + 0.1 + + - + - The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. - Actor Type + An agent able to act in the context of a circular value network, e.g. an organisation, person. + Actor - + - - - + + + - - - + + + - - - + + + @@ -206,84 +174,116 @@ The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time. Collaboration participation - + - - - - - - - - + Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. + Capability - - - - - Relates to the actor holding the capability. - capability of - - - - - - - - - - Holds the value of the role of the participant in this participation relation. - has participant role - Relates some properties to the capability, such as the parameters of it, or the needed resources. capability property - - - + + + - - - + + + - - - + + + The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. + Actor Type - - + + + - + - + + + + + + + + + + + + + + The end of a time interval. + end time + + + + + + + - + - + + + + + - + - + + + + + An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. + based on capability + + + + + + + + + - An agent able to act in the context of a circular value network, e.g. an organisation, person. - Actor + + + + - - - + + + + + + + + + + + + + + + + diff --git a/docs/ontology/actorODP/0.1/actorODP.rdf b/docs/ontology/actorODP/0.1/actorODP.rdf index ae8b8f9f..2c0fd240 100644 --- a/docs/ontology/actorODP/0.1/actorODP.rdf +++ b/docs/ontology/actorODP/0.1/actorODP.rdf @@ -7,21 +7,31 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Huanyu Li - Mikael Lindecrantz - Robin Keskisärkkä - Eva Blomqvist - A core ODP of the CEON ontology network, defining aspects of the actor concept. - Circular Economy Ontology Network (CEON) - Actor ODP - actorODP - https://w3id.org/CEON/ontoloy/actorODP/ - Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 - A core ODP of the CEON ontology network, defining aspects of the actor concept. - - 0.1 + + + + + The collaboration or process that this participation relates to. + is a participation in + + + + + Participation + + + + + + + + + + + + + Relates to the actor holding the capability. + capability of @@ -30,27 +40,26 @@ The type of the actor. has actor type - - - - - - - - - + + + - + - + 1 - - - - - The resource that this participation relation relates to, i.e. for which the actor holds the specified role. - has participating resource + + + A collaboration between a set of actors. + Collaboration + + + + + + The point in time when something took place or was valid. + time point @@ -59,30 +68,13 @@ Holds the value of the actor involved in this participation relation. has participating actor - - - Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. - Capability - - - - - 1 - - - - A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. - Role - - - - A collaboration between a set of actors. - Collaboration + + + - - - - Participation + + + @@ -90,115 +82,91 @@ The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. Resource Relation - - - - - - - - - - - - - - - - - + The start of a time interval. start time - - - - - The collaboration or process that this participation relates to. - is a participation in - - - - - - An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. - based on capability - - - - - - - - - - - - - - - + + + - + - + - + + A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. + Role - - - - - The point in time when something took place or was valid. - time point - - - + + + - - - - The end of a time interval. - end time + + + + + The resource that this participation relation relates to, i.e. for which the actor holds the specified role. + has participating resource - - - + + + - + - + + + Holds the value of the role of the participant in this participation relation. + has participant role - - - + + + + 1 - + + + + Huanyu Li + Mikael Lindecrantz + Robin Keskisärkkä + Eva Blomqvist + A core ODP of the CEON ontology network, defining aspects of the actor concept. + Circular Economy Ontology Network (CEON) - Actor ODP + actorODP + https://w3id.org/CEON/ontoloy/actorODP/ + Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 + A core ODP of the CEON ontology network, defining aspects of the actor concept. + + 0.1 + + - + - The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. - Actor Type + An agent able to act in the context of a circular value network, e.g. an organisation, person. + Actor - + - - - + + + - - - + + + - - - + + + @@ -206,84 +174,116 @@ The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time. Collaboration participation - + - - - - - - - - + Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. + Capability - - - - - Relates to the actor holding the capability. - capability of - - - - - - - - - - Holds the value of the role of the participant in this participation relation. - has participant role - Relates some properties to the capability, such as the parameters of it, or the needed resources. capability property - - - + + + - - - + + + - - - + + + The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. + Actor Type - - + + + - + - + + + + + + + + + + + + + + The end of a time interval. + end time + + + + + + + - + - + + + + + - + - + + + + + An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. + based on capability + + + + + + + + + - An agent able to act in the context of a circular value network, e.g. an organisation, person. - Actor + + + + - - - + + + + + + + + + + + + + + + + diff --git a/docs/ontology/actorODP/0.2/actorODP.jsonld b/docs/ontology/actorODP/0.2/actorODP.jsonld index 1d5fb5d6..45fcb6c5 100644 --- a/docs/ontology/actorODP/0.2/actorODP.jsonld +++ b/docs/ontology/actorODP/0.2/actorODP.jsonld @@ -1,108 +1,77 @@ [ { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Holds the value of the actor involved in this participation relation." + "@value": "The collaboration or process that this participation relates to." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has participating actor" + "@value": "is a participation in" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b4" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ActorType", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b4", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "Actor Type" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation", + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property." + "@value": "Represents the participation of objects in some situation." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Resource participation" + "@value": "Participation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/hasLocation", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "Defines the location of an actor or resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "_:nacab69dac109466b93198ec11e411c9eb1" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "has location" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b22" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb1", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -110,56 +79,59 @@ { "@list": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b23" }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b24" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b23", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#cardinality": [ { - "@value": "A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow." + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@value": "Role" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b24", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time." - } + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#cardinality": [ { - "@value": "Collaboration participation" + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint" } ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#gYear", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { @@ -184,90 +156,96 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The collaboration or process that this participation relates to." + "@value": "An agent able to act in the context of a circular value network, e.g. an organisation, person." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + "@value": "Actor" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "is a participation in" + "@value": "A collaboration between a set of actors." } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "_:nacab69dac109466b93198ec11e411c9eb4" + "@value": "Collaboration" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb4", + "@id": "http://www.w3.org/2001/XMLSchema#gYear", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process" - } - ] - } + "http://www.w3.org/2000/01/rdf-schema#Datatype" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Role", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" + "@value": "A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "participating object" + "@value": "Role" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how." + "@value": "The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Capability" + "@value": "Resource participation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } - ] - }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { @@ -297,103 +275,118 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "An agent able to act in the context of a circular value network, e.g. an organisation, person." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Actor" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime", + "@id": "http://w3id.org/CEON/ontology/actorODP/hasLocation", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The start of a time interval." + "@value": "Defines the location of an actor or resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "participation start time" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "_:nacab69dac109466b93198ec11e411c9eb12" + "@value": "has location" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb12", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b1", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#unionOf": [ { "@list": [ { - "@id": "http://www.w3.org/2001/XMLSchema#date" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#dateTime" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" }, { - "@id": "http://www.w3.org/2001/XMLSchema#gYear" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationEndTime", + "@id": "http://w3id.org/CEON/ontology/actorODP/ActorType", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The end of a time interval." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + "@value": "The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "participation end time" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "_:nacab69dac109466b93198ec11e411c9eb7" + "@value": "Actor Type" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb7", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The resource that this participation relation relates to, i.e. for which the actor holds the specified role." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has participating resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The point in time when something took place or was valid." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "participation time point" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b17" + } + ] + }, + { + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b17", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ { "@list": [ { @@ -434,140 +427,92 @@ ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#date", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/basedOnCapability", + "@id": "http://w3id.org/CEON/ontology/actorODP/", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "An actor participates in a collaboration based on that it has some capability that is useful for the collaboration." + "@value": "Huanyu Li" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-03-17" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "based on capability" + "@value": "Eva Blomqvist" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." } - ] - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/license": [ { - "@value": "Relates some properties to the capability, such as the parameters of it, or the needed resources." + "@value": "https://creativecommons.org/licenses/by/4.0/" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@value": "Circular Economy Ontology Network (CEON) - Actor ODP" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@value": "capability property" + "@value": "actorODP" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/CEON/ontoloy/actorODP/" + } + ], + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + { + "@value": "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participatingResource", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The resource that this participation relation relates to, i.e. for which the actor holds the specified role." + "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceRelation" + "@id": "https://github.com/LiUSemWeb/CEON" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@value": "has participating resource" + "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "0.2" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingActor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Holds the value of the role of the participant in this participation relation." + "@value": "Holds the value of the actor involved in this participation relation." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -577,96 +522,77 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has participant role" + "@value": "has participating actor" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Role" + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityProperty", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Represents the participation of objects in some situation." + "@value": "Relates some properties to the capability, such as the parameters of it, or the needed resources." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Participation" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "_:nacab69dac109466b93198ec11e411c9eb22" + "@value": "capability property" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb22", + "@id": "http://purl.org/dc/terms/creator", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "_:nacab69dac109466b93198ec11e411c9eb23" - }, - { - "@id": "_:nacab69dac109466b93198ec11e411c9eb24" - } - ] - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb23", + "@id": "http://w3id.org/CEON/ontology/processODP/Process", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#cardinality": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime" - } + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb24", + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#cardinality": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" + "@value": "The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time." } ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint" + "@value": "Collaboration participation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationTimePoint", + "@id": "http://w3id.org/CEON/ontology/actorODP/participationEndTime", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The point in time when something took place or was valid." + "@value": "The end of a time interval." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -676,17 +602,17 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "participation time point" + "@value": "participation end time" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "_:nacab69dac109466b93198ec11e411c9eb17" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b7" } ] }, { - "@id": "_:nacab69dac109466b93198ec11e411c9eb17", + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b7", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ], @@ -710,123 +636,197 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityOf", + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/basedOnCapability", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Relates to the actor holding the capability." + "@value": "An actor participates in a collaboration based on that it has some capability that is useful for the collaboration." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" + "@id": "http://w3id.org/CEON/ontology/actorODP/CollaborationParticipation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "capability of" + "@value": "based on capability" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/", + "@id": "http://purl.org/dc/terms/title", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Huanyu Li" - }, + "@value": "Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Mikael Lindecrantz" - }, + "@value": "Capability" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/capabilityOf", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Robin Keskisärkkä" + "@value": "Relates to the actor holding the capability." } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-03-17" + "@id": "http://w3id.org/CEON/ontology/actorODP/Capability" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Eva Blomqvist" + "@value": "capability of" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." + "@id": "http://w3id.org/CEON/ontology/actorODP/Actor" } + ] + }, + { + "@id": "http://purl.org/dc/terms/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participationStartTime", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "https://creativecommons.org/licenses/by/4.0/" + "@value": "The start of a time interval." } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Circular Economy Ontology Network (CEON) - Actor ODP" + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "actorODP" + "@value": "participation start time" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "https://w3id.org/CEON/ontoloy/actorODP/" + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b12" } + ] + }, + { + "@id": "_:n5eb3901d5610486d89e6fae530ef8561b12", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10" + "@list": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#dateTime" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gYear" + } + ] } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participantRole", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A core ODP of the CEON ontology network, defining aspects of the actor concept." + "@value": "Holds the value of the role of the participant in this participation relation." } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" } ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/actorODP/0.2/" + "@value": "has participant role" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "0.2" + "@id": "http://w3id.org/CEON/ontology/actorODP/Role" } ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", + "@id": "http://purl.org/dc/terms/license", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participatingObject", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A collaboration between a set of actors." + "@value": "Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/ResourceParticipation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Collaboration" + "@value": "participating object" } ] } diff --git a/docs/ontology/actorODP/0.2/actorODP.owl b/docs/ontology/actorODP/0.2/actorODP.owl index 0fe2e804..de142b86 100644 --- a/docs/ontology/actorODP/0.2/actorODP.owl +++ b/docs/ontology/actorODP/0.2/actorODP.owl @@ -7,85 +7,26 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Huanyu Li - Mikael Lindecrantz - Robin Keskisärkkä - 2023-03-17 - Eva Blomqvist - A core ODP of the CEON ontology network, defining aspects of the actor concept. - https://creativecommons.org/licenses/by/4.0/ - Circular Economy Ontology Network (CEON) - Actor ODP - actorODP - https://w3id.org/CEON/ontoloy/actorODP/ - Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 - A core ODP of the CEON ontology network, defining aspects of the actor concept. - - 0.2 - - - - - - The type of the actor. - has actor type - - - - - - - - - - - - - - - - The resource that this participation relation relates to, i.e. for which the actor holds the specified role. - has participating resource - - + - - - Holds the value of the actor involved in this participation relation. - has participating actor - - - - Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. - Capability - - - - A collaboration between a set of actors. - Collaboration - - - - A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. - Role + + + The collaboration or process that this participation relates to. + is a participation in - + - + + Represents the participation of objects in some situation. + Participation - - - - Participating subject in a resource participation. This is part of a resource participation that can be a directional relation, and the participating subject is the starting point of the relation. - participating subject + + - - - - The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. - Resource Relation + + + + 1 @@ -94,128 +35,166 @@ Relates to the actor holding the capability. capability of - - - - - The collaboration or process that this participation relates to. - is a participation in - - - - - - An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. - based on capability - - + - Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation. - participating object + Participating subject in a resource participation. This is part of a resource participation that can be a directional relation, and the participating subject is the starting point of the relation. + participating subject - - - + + + + + The type of the actor. + has actor type - - - + + + + 1 - - - - The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property. - Resource participation + + + - - + + + - + + A collaboration between a set of actors. + Collaboration - - - - - - - - 1 + + + + + Holds the value of the actor involved in this participation relation. + has participating actor - - - + + + + + The end of a time interval. + participation end time - + The start of a time interval. participation start time - - + + + + + + + + The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. + Resource Relation + + + + - + Defines the location of an actor or resource. has location + + + + + + + A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. + Role + - + The point in time when something took place or was valid. participation time point - - + + + + + The resource that this participation relation relates to, i.e. for which the actor holds the specified role. + has participating resource - - + + + + + Holds the value of the role of the participant in this participation relation. + has participant role - + - The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. - Actor Type + - - + + + - - - + + + - - - - - The end of a time interval. - participation end time + + + - - - + + + + Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation. + participating object - - - + + + + Huanyu Li + Mikael Lindecrantz + Robin Keskisärkkä + 2023-03-17 + Eva Blomqvist + A core ODP of the CEON ontology network, defining aspects of the actor concept. + https://creativecommons.org/licenses/by/4.0/ + Circular Economy Ontology Network (CEON) - Actor ODP + actorODP + https://w3id.org/CEON/ontoloy/actorODP/ + Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 + A core ODP of the CEON ontology network, defining aspects of the actor concept. + + 0.2 - - - + + + - - - + + - + - - Represents the participation of objects in some situation. - Participation + An agent able to act in the context of a circular value network, e.g. an organisation, person. + Actor + + + + + + + @@ -223,97 +202,118 @@ The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time. Collaboration participation + + + + + + + + + + + Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. + Capability + - - - - - Holds the value of the role of the participant in this participation relation. - has participant role - Relates some properties to the capability, such as the parameters of it, or the needed resources. capability property - - - - - - - - - - + + - - - - - + + + - + - + - + - + - - - + + + The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. + Actor Type - - - - 1 + + + - + + + The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property. + Resource participation - - - + + - - + + - - - + + + + + An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. + based on capability - + - An agent able to act in the context of a circular value network, e.g. an organisation, person. - Actor + + + + - + - - - + + + - - - + + + + + + + + + - - - + + + + + + + + + + + + + + + diff --git a/docs/ontology/actorODP/0.2/actorODP.rdf b/docs/ontology/actorODP/0.2/actorODP.rdf index 0fe2e804..de142b86 100644 --- a/docs/ontology/actorODP/0.2/actorODP.rdf +++ b/docs/ontology/actorODP/0.2/actorODP.rdf @@ -7,85 +7,26 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Huanyu Li - Mikael Lindecrantz - Robin Keskisärkkä - 2023-03-17 - Eva Blomqvist - A core ODP of the CEON ontology network, defining aspects of the actor concept. - https://creativecommons.org/licenses/by/4.0/ - Circular Economy Ontology Network (CEON) - Actor ODP - actorODP - https://w3id.org/CEON/ontoloy/actorODP/ - Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 - A core ODP of the CEON ontology network, defining aspects of the actor concept. - - 0.2 - - - - - - The type of the actor. - has actor type - - - - - - - - - - - - - - - - The resource that this participation relation relates to, i.e. for which the actor holds the specified role. - has participating resource - - + - - - Holds the value of the actor involved in this participation relation. - has participating actor - - - - Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. - Capability - - - - A collaboration between a set of actors. - Collaboration - - - - A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. - Role + + + The collaboration or process that this participation relates to. + is a participation in - + - + + Represents the participation of objects in some situation. + Participation - - - - Participating subject in a resource participation. This is part of a resource participation that can be a directional relation, and the participating subject is the starting point of the relation. - participating subject + + - - - - The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. - Resource Relation + + + + 1 @@ -94,128 +35,166 @@ Relates to the actor holding the capability. capability of - - - - - The collaboration or process that this participation relates to. - is a participation in - - - - - - An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. - based on capability - - + - Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation. - participating object + Participating subject in a resource participation. This is part of a resource participation that can be a directional relation, and the participating subject is the starting point of the relation. + participating subject - - - + + + + + The type of the actor. + has actor type - - - + + + + 1 - - - - The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property. - Resource participation + + + - - + + + - + + A collaboration between a set of actors. + Collaboration - - - - - - - - 1 + + + + + Holds the value of the actor involved in this participation relation. + has participating actor - - - + + + + + The end of a time interval. + participation end time - + The start of a time interval. participation start time - - + + + + + + + + The relation involving the role of a certain actor with respect to a certain resource, e.g. an organisation or individual (actor) owning (role) a specific product (resource) at a specific point or period in time. + Resource Relation + + + + - + Defines the location of an actor or resource. has location + + + + + + + A role that an actor can take in a specific context. Applies both to roles in the context of resources, such as owner, manufacturer, reseller etc. of that resource, as well as roles in relation to a circular value network, such as recycler, dismantler, transporter etc., in relation to a material flow. + Role + - + The point in time when something took place or was valid. participation time point - - + + + + + The resource that this participation relation relates to, i.e. for which the actor holds the specified role. + has participating resource - - + + + + + Holds the value of the role of the participant in this participation relation. + has participant role - + - The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. - Actor Type + - - + + + - - - + + + - - - - - The end of a time interval. - participation end time + + + - - - + + + + Participating object in a resource participation. This is part of a resource participation that can be a directional relation, and the participating object is the end point of the relation. + participating object - - - + + + + Huanyu Li + Mikael Lindecrantz + Robin Keskisärkkä + 2023-03-17 + Eva Blomqvist + A core ODP of the CEON ontology network, defining aspects of the actor concept. + https://creativecommons.org/licenses/by/4.0/ + Circular Economy Ontology Network (CEON) - Actor ODP + actorODP + https://w3id.org/CEON/ontoloy/actorODP/ + Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3, CVN-Actor-1,4,6,7, CVN-Competency-3, CVN-Information-4, C11-1, C11-3, E1-6,6,6,9, E4-10 + A core ODP of the CEON ontology network, defining aspects of the actor concept. + + 0.2 - - - + + + - - - + + - + - - Represents the participation of objects in some situation. - Participation + An agent able to act in the context of a circular value network, e.g. an organisation, person. + Actor + + + + + + + @@ -223,97 +202,118 @@ The relation involving the role of a certain actor with respect to a value network or a process in such a network, e.g. an organisation (actor) acting as the recycler (role) in a glass recycling value netowrk (network) at a specific point or period in time. Or an organisation (actor) acting as the dismantler (role) in a dismantling step of a building deconstruction process (process step) at a specific point or period in time. Collaboration participation + + + + + + + + + + + Something that the actor is capable of doing, e.g. perfomring a certain role in a process, based on some properties, such as access to infrastructure, resources and know-how. + Capability + - - - - - Holds the value of the role of the participant in this participation relation. - has participant role - Relates some properties to the capability, such as the parameters of it, or the needed resources. capability property - - - - - - - - - - + + - - - - - + + + - + - + - + - + - - - + + + The type of an actor, e.g. the type of company, or a specific subtype based on the organisations capabilities. + Actor Type - - - - 1 + + + - + + + The generic relation representing the particpation of a resource in some relation. For example, it can be specialized to represent a reified version of an object or data property. + Resource participation - - - + + - - + + - - - + + + + + An actor participates in a collaboration based on that it has some capability that is useful for the collaboration. + based on capability - + - An agent able to act in the context of a circular value network, e.g. an organisation, person. - Actor + + + + - + - - - + + + - - - + + + + + + + + + - - - + + + + + + + + + + + + + + + diff --git a/docs/ontology/cvn/0.1/cvn.jsonld b/docs/ontology/cvn/0.1/cvn.jsonld index 985751ca..00394b7e 100644 --- a/docs/ontology/cvn/0.1/cvn.jsonld +++ b/docs/ontology/cvn/0.1/cvn.jsonld @@ -1,69 +1,47 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/createsValue", + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/plansToImplementStrategy", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level." + "@value": "A strategy that is planned to be implemented by this CVN or CVN blueprint." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b10" + "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "creates value" + "@value": "plans to implement strategy" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/value/Value" + "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy" } - ] - }, - { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b10", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" - }, - { - "@id": "http://w3id.org/CEON/ontology/process/Process" - } - ] + "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy" } ] }, - { - "@id": "http://purl.org/dc/terms/contributor", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://w3id.org/CEON/ontology/cvn/", "@type": [ @@ -147,13 +125,41 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/implementsBlueprint", + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The blueprint (or plan) that this concrete CVN is an instance of." + "@value": "A strategy that is targeted by this CVN or CVN blueprint." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "related strategy" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/implementsStrategy", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A strategy that is implemented by this CVN or CVN blueprint." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -163,12 +169,17 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "implements blueprint" + "@value": "implements strategy" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" + "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy" } ] }, @@ -179,218 +190,203 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/Process", + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint", + "@id": "http://w3id.org/CEON/ontology/process/Process", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Circular Value Network Blueprint" - } ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/plansToImplementStrategy", + "@id": "http://w3id.org/CEON/ontology/cvn/composedOf", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A strategy that is planned to be implemented by this CVN or CVN blueprint." + "@value": "Both a CVN and a process can be composed of other CVNs or processes." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "plans to implement strategy" + "@value": "composed of" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy" + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b7" } + ] + }, + { + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b4", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" + }, + { + "@id": "http://w3id.org/CEON/ontology/process/Process" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/value/ValueProposition", + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b7", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" + }, + { + "@id": "http://w3id.org/CEON/ontology/process/Process" + } + ] + } ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#date", + "@id": "http://w3id.org/CEON/ontology/value/Value", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/implementsStrategy", + "@id": "http://w3id.org/CEON/ontology/cvn/createsValue", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A strategy that is implemented by this CVN or CVN blueprint." + "@value": "Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b10" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "implements strategy" + "@value": "creates value" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy" + "@id": "http://w3id.org/CEON/ontology/value/Value" } ] }, { - "@id": "http://w3id.org/CEON/ontology/value/Value", + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b10", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/relatedStrategy", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A strategy that is targeted by this CVN or CVN blueprint." - } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@value": "related strategy" + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/actorODP/Participation" + }, + { + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" + }, + { + "@id": "http://w3id.org/CEON/ontology/process/Process" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy", + "@id": "http://w3id.org/CEON/ontology/cvn/CVN", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A circular strategy, such as to reccycle, reuse or refurbish something." + "@value": "An instantiation of a circular value network, i.e. a concrete network of different actors collaborating to achieve some goal." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Strategy" + "@value": "Circular Value Network" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" } ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN", + "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "An instantiation of a circular value network, i.e. a concrete network of different actors collaborating to achieve some goal." + "@value": "A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Circular Value Network" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration" + "@value": "Circular Value Network Blueprint" } ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/composedOf", + "@id": "http://w3id.org/CEON/ontology/cvn/aimsAtValue", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Both a CVN and a process can be composed of other CVNs or processes." + "@value": "The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b4" + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "composed of" + "@value": "aims at value" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b7" - } - ] - }, - { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b4", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" - }, - { - "@id": "http://w3id.org/CEON/ontology/process/Process" - } - ] + "@id": "http://w3id.org/CEON/ontology/value/ValueProposition" } ] }, { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b7", + "@id": "_:nc1a1dfe7c6764267a40a5bfd34638c34b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -401,84 +397,88 @@ "@id": "http://w3id.org/CEON/ontology/cvn/CVN" }, { - "@id": "http://w3id.org/CEON/ontology/process/Process" + "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/aimsAtValue", + "@id": "http://w3id.org/CEON/ontology/cvn/implementsBlueprint", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve." + "@value": "The blueprint (or plan) that this concrete CVN is an instance of." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b1" + "@id": "http://w3id.org/CEON/ontology/cvn/CVN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "aims at value" + "@value": "implements blueprint" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/value/ValueProposition" + "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" } ] }, { - "@id": "_:n6e1a07b505c044e1be2e83e66dedb716b1", + "@id": "http://purl.org/dc/terms/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/value/ValueProposition", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVN" - }, - { - "@id": "http://w3id.org/CEON/ontology/cvn/CVNBlueprint" - } - ] - } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://purl.org/dc/terms/title", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/Participation", + "@id": "http://purl.org/dc/terms/description", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/cvn/Collaboration", + "@id": "http://w3id.org/CEON/ontology/cvn/CircularStrategy", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A circular strategy, such as to reccycle, reuse or refurbish something." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Circular Strategy" + } + ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" ] } ] \ No newline at end of file diff --git a/docs/ontology/cvn/0.1/cvn.owl b/docs/ontology/cvn/0.1/cvn.owl index 5d48150c..86bde3e3 100644 --- a/docs/ontology/cvn/0.1/cvn.owl +++ b/docs/ontology/cvn/0.1/cvn.owl @@ -7,21 +7,21 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - Both a CVN and a process can be composed of other CVNs or processes. - composed of - - - - A strategy that is targeted by this CVN or CVN blueprint. - related strategy + + - + + + + + + + + A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs. + Circular Value Network Blueprint + @@ -48,22 +48,9 @@ The blueprint (or plan) that this concrete CVN is an instance of. implements blueprint - - - - - - - - - - - - - - - The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve. - aims at value + + + @@ -71,33 +58,19 @@ An instantiation of a circular value network, i.e. a concrete network of different actors collaborating to achieve some goal. Circular Value Network - - - - - + - A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs. - Circular Value Network Blueprint - - - - - - Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level. - creates value - + - - - - A strategy that is implemented by this CVN or CVN blueprint. - implements strategy + + + Both a CVN and a process can be composed of other CVNs or processes. + composed of - + - + @@ -107,85 +80,112 @@ A strategy that is planned to be implemented by this CVN or CVN blueprint. plans to implement strategy - - - - - - - - + - + - - - - - - - - - + + - - + + + + + Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level. + creates value - - + + - + + + + + + - - - + + + A strategy that is targeted by this CVN or CVN blueprint. + related strategy - + - - + + + + + The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve. + aims at value - - + + + + + + + A circular strategy, such as to reccycle, reuse or refurbish something. Circular Strategy - - - + + + + + + A strategy that is implemented by this CVN or CVN blueprint. + implements strategy - - - + + - + + + + + + + + + + + - - - + + + + + + - - - + + + + + + - + - - + + + + + diff --git a/docs/ontology/cvn/0.1/cvn.rdf b/docs/ontology/cvn/0.1/cvn.rdf index 5d48150c..86bde3e3 100644 --- a/docs/ontology/cvn/0.1/cvn.rdf +++ b/docs/ontology/cvn/0.1/cvn.rdf @@ -7,21 +7,21 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - Both a CVN and a process can be composed of other CVNs or processes. - composed of - - - - A strategy that is targeted by this CVN or CVN blueprint. - related strategy + + - + + + + + + + + A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs. + Circular Value Network Blueprint + @@ -48,22 +48,9 @@ The blueprint (or plan) that this concrete CVN is an instance of. implements blueprint - - - - - - - - - - - - - - - The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve. - aims at value + + + @@ -71,33 +58,19 @@ An instantiation of a circular value network, i.e. a concrete network of different actors collaborating to achieve some goal. Circular Value Network - - - - - + - A plan or a pattern of a CVN configuration that can then be filled with actual actors and processes. The blueprint can be used to capture a desired setup of a network, or for reusing patterns of CVNs. - Circular Value Network Blueprint - - - - - - Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level. - creates value - + - - - - A strategy that is implemented by this CVN or CVN blueprint. - implements strategy + + + Both a CVN and a process can be composed of other CVNs or processes. + composed of - + - + @@ -107,85 +80,112 @@ A strategy that is planned to be implemented by this CVN or CVN blueprint. plans to implement strategy - - - - - - - - + - + - - - - - - - - - + + - - + + + + + Value creation can be captured at the actor level, i.e. value created by an actor's participation in a collaboration, or at the process or complete CVN level. + creates value - - + + - + + + + + + - - - + + + A strategy that is targeted by this CVN or CVN blueprint. + related strategy - + - - + + + + + The value proposition that the planned abstract CVN configuration, or concrete network wants to achieve. + aims at value - - + + + + + + + A circular strategy, such as to reccycle, reuse or refurbish something. Circular Strategy - - - + + + + + + A strategy that is implemented by this CVN or CVN blueprint. + implements strategy - - - + + - + + + + + + + + + + + - - - + + + + + + - - - + + + + + + - + - - + + + + + diff --git a/docs/ontology/datasheet/0.1/datasheet.jsonld b/docs/ontology/datasheet/0.1/datasheet.jsonld index 2b629d3f..517e8029 100644 --- a/docs/ontology/datasheet/0.1/datasheet.jsonld +++ b/docs/ontology/datasheet/0.1/datasheet.jsonld @@ -5,6 +5,64 @@ "http://www.w3.org/2002/07/owl#Class" ] }, + { + "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A data sheet is a collection of data about something, e.g. a set of facts about a product." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Data Sheet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + }, + { + "@id": "_:n6f6dde1d798d47a3a2d931dce9dc0a9bb1" + } + ] + }, + { + "@id": "_:n6f6dde1d798d47a3a2d931dce9dc0a9bb1", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#intersectionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + }, + { + "@id": "_:n6f6dde1d798d47a3a2d931dce9dc0a9bb2" + } + ] + } + ] + }, + { + "@id": "_:n6f6dde1d798d47a3a2d931dce9dc0a9bb2", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/containsInformation" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/datasheet/", "@type": [ @@ -74,63 +132,5 @@ "@value": "0.1" } ] - }, - { - "@id": "http://w3id.org/CEON/ontology/datasheet/DataSheet", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A data sheet is a collection of data about something, e.g. a set of facts about a product." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Data Sheet" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" - }, - { - "@id": "_:nca1811c048e24693b27bf2aa2f695a34b1" - } - ] - }, - { - "@id": "_:nca1811c048e24693b27bf2aa2f695a34b1", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" - }, - { - "@id": "_:nca1811c048e24693b27bf2aa2f695a34b2" - } - ] - } - ] - }, - { - "@id": "_:nca1811c048e24693b27bf2aa2f695a34b2", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/containsInformation" - } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" - } - ] } ] \ No newline at end of file diff --git a/docs/ontology/datasheet/0.1/datasheet.owl b/docs/ontology/datasheet/0.1/datasheet.owl index fc970c0c..a636d045 100644 --- a/docs/ontology/datasheet/0.1/datasheet.owl +++ b/docs/ontology/datasheet/0.1/datasheet.owl @@ -6,11 +6,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - @@ -28,26 +23,31 @@ http://w3id.org/CEON/ontology/datasheet/ 0.1 - - - - - - - - - - + + - + A data sheet is a collection of data about something, e.g. a set of facts about a product. Data Sheet + + + + + + + + + + + + + diff --git a/docs/ontology/datasheet/0.1/datasheet.rdf b/docs/ontology/datasheet/0.1/datasheet.rdf index fc970c0c..a636d045 100644 --- a/docs/ontology/datasheet/0.1/datasheet.rdf +++ b/docs/ontology/datasheet/0.1/datasheet.rdf @@ -6,11 +6,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - @@ -28,26 +23,31 @@ http://w3id.org/CEON/ontology/datasheet/ 0.1 - - - - - - - - - - + + - + A data sheet is a collection of data about something, e.g. a set of facts about a product. Data Sheet + + + + + + + + + + + + + diff --git a/docs/ontology/material/0.1/material.jsonld b/docs/ontology/material/0.1/material.jsonld index 0988199e..25234449 100644 --- a/docs/ontology/material/0.1/material.jsonld +++ b/docs/ontology/material/0.1/material.jsonld @@ -1,107 +1,78 @@ [ { - "@id": "http://w3id.org/CEON/ontology/material/AnonymousFormula", + "@id": "http://w3id.org/CEON/ontology/material/", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@language": "en", - "@value": "AnonymousFormula represents that a molecular entity has the anonymous formula in a string." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@value": "Eva Blomqvist" + }, { - "@value": "anonymous formula" + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://purl.org/dc/terms/created": [ { - "@value": "https://w3id.org/mdo/structure/AnonymousFormula" + "@value": "2023-03-16" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/material/HillFormula", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "HillFormula represents that a composition has the hill formula in a string." + "@value": "Huanyu Li" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/description": [ { - "@value": "hill formula" + "@value": "The Material module of CEON (Circular Economy Ontology Network)." } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://purl.org/dc/terms/license": [ { - "@value": "https://w3id.org/mdo/structure/HillFormula" + "@value": "https://creativecommons.org/licenses/by/4.0/" } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/material/ChemicalSubstance", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "A chemical substance is made up of a collection of molecular entities." + "@value": "Circular Economy Ontology Network (CEON) - Material Module" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "ChemicalSubstance" + "@value": "material" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea" - }, + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "http://purl.obolibrary.org/obo/chebi#59999" + "@value": "http://w3id.org/CEON/ontology/material/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ { - "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" + "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResourceType-4, C3-3, E1-3, E2-4, E5-2, T1-1, T10-2." } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/material/MolecularEntity", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@language": "en", - "@value": "A molecular entity means a singular/distinguishable entity. It can be for instance, atom, ion." + "@id": "https://github.com/LiUSemWeb/CEON" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@language": "en", - "@value": "MolecularEntity" + "@id": "http://w3id.org/CEON/ontology/resourceODP/0.1/" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a" - }, + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@value": "http://purl.obolibrary.org/obo/chebi#23367" + "@id": "http://w3id.org/CEON/ontology/material/0.1/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" + "@value": "0.1" } ] }, @@ -112,165 +83,159 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/material/hasMaterialComponent", + "@id": "http://w3id.org/CEON/ontology/material/AnonymousFormula", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "hasMaterialComponent intends to represent that a material can have a collection of components." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@value": "AnonymousFormula represents that a molecular entity has the anonymous formula in a string." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "hasMaterialComponent" + "@value": "anonymous formula" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/material/MaterialComponent" + "@value": "https://w3id.org/mdo/structure/AnonymousFormula" } ] }, { - "@id": "http://w3id.org/CEON/ontology/material/MaterialComponent", + "@id": "http://w3id.org/CEON/ontology/material/DescriptiveFormula", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A material component is a part of a material." + "@value": "DescriptiveFormula represents that a molecular entity has the descriptive formula in a string." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "MaterialComponent" + "@value": "descriptive formula" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" + "@value": "https://w3id.org/mdo/structure/DescriptiveFormula" } ] }, { - "@id": "http://w3id.org/CEON/ontology/material/ReducedChemicalFormula", + "@id": "http://w3id.org/CEON/ontology/material/ChemicalSubstance", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "ReducedChemicalFormula represents that a molecular entity has the reduced chemical formula in a string." + "@value": "A chemical substance is made up of a collection of molecular entities." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "reduced formula" + "@language": "en", + "@value": "ChemicalSubstance" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "https://w3id.org/mdo/structure/ReducedFormula" + "@value": "http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea" + }, + { + "@value": "http://purl.obolibrary.org/obo/chebi#59999" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity", + "@id": "http://w3id.org/CEON/ontology/material/MaterialComponent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance." + "@value": "A material component is a part of a material." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ChemicalEntity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0" - }, - { - "@value": "http://purl.obolibrary.org/obo/chebi#24431" + "@value": "MaterialComponent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent" } ] }, { - "@id": "http://w3id.org/CEON/ontology/material/hasChemicalEntity", + "@id": "http://w3id.org/CEON/ontology/material/HillFormula", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "hasChemicalEntity intends to represent that a material can have a collection of chemical entities." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/material/Material" + "@value": "HillFormula represents that a composition has the hill formula in a string." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "hasChemicalEntity" + "@value": "hill formula" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" + "@value": "https://w3id.org/mdo/structure/HillFormula" } ] }, { - "@id": "http://w3id.org/CEON/ontology/material/DescriptiveFormula", + "@id": "http://w3id.org/CEON/ontology/material/hasMaterialComponent", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "DescriptiveFormula represents that a molecular entity has the descriptive formula in a string." + "@value": "hasMaterialComponent intends to represent that a material can have a collection of components." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/material/Material" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "descriptive formula" + "@language": "en", + "@value": "hasMaterialComponent" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "https://w3id.org/mdo/structure/DescriptiveFormula" + "@id": "http://w3id.org/CEON/ontology/material/MaterialComponent" } ] }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, { "@id": "http://w3id.org/CEON/ontology/material/Material", "@type": [ @@ -301,12 +266,12 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" }, { - "@id": "_:n8602d281d6a343789650d8861fb98d78b1" + "@id": "_:ne9ccd2fddfb147a087f02cf351c98d03b1" } ] }, { - "@id": "_:n8602d281d6a343789650d8861fb98d78b1", + "@id": "_:ne9ccd2fddfb147a087f02cf351c98d03b1", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -322,85 +287,120 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", + "@id": "http://w3id.org/CEON/ontology/material/MolecularEntity", "@type": [ "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/material/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Eva Blomqvist" - }, + "@language": "en", + "@value": "A molecular entity means a singular/distinguishable entity. It can be for instance, atom, ion." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Mikael Lindecrantz" + "@language": "en", + "@value": "MolecularEntity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a" }, { - "@value": "Robin Keskisärkkä" + "@value": "http://purl.obolibrary.org/obo/chebi#23367" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "2023-03-16" + "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/material/ReducedChemicalFormula", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Huanyu Li" + "@language": "en", + "@value": "ReducedChemicalFormula represents that a molecular entity has the reduced chemical formula in a string." } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "The Material module of CEON (Circular Economy Ontology Network)." + "@value": "reduced formula" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "https://creativecommons.org/licenses/by/4.0/" + "@value": "https://w3id.org/mdo/structure/ReducedFormula" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/material/hasChemicalEntity", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Circular Economy Ontology Network (CEON) - Material Module" + "@language": "en", + "@value": "hasChemicalEntity intends to represent that a material can have a collection of chemical entities." } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "material" + "@id": "http://w3id.org/CEON/ontology/material/Material" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "http://w3id.org/CEON/ontology/material/" + "@language": "en", + "@value": "hasChemicalEntity" } ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResourceType-4, C3-3, E1-3, E2-4, E5-2, T1-1, T10-2." + "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/material/ChemicalEntity", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://github.com/LiUSemWeb/CEON" + "@language": "en", + "@value": "A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance." } ], - "http://www.w3.org/2002/07/owl#imports": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/0.1/" + "@language": "en", + "@value": "ChemicalEntity" } ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://w3id.org/CEON/ontology/material/0.1/" + "@value": "http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0" + }, + { + "@value": "http://purl.obolibrary.org/obo/chebi#24431" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "0.1" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" } ] } diff --git a/docs/ontology/material/0.1/material.owl b/docs/ontology/material/0.1/material.owl index 712d5b98..14af56a3 100644 --- a/docs/ontology/material/0.1/material.owl +++ b/docs/ontology/material/0.1/material.owl @@ -7,30 +7,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - A chemical substance is made up of a collection of molecular entities. - ChemicalSubstance - http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea - http://purl.obolibrary.org/obo/chebi#59999 - - - - - A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance. - ChemicalEntity - http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 - http://purl.obolibrary.org/obo/chebi#24431 - - - - - - Material as a sub-concept of Matter, can be a substance or a collection of substance which a physical object is composed of. - Material - http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 - https://w3id.org/mdo/core/Material + + + + + hasMaterialComponent intends to represent that a material can have a collection of components. + hasMaterialComponent @@ -50,17 +32,27 @@ 0.1 - + - DescriptiveFormula represents that a molecular entity has the descriptive formula in a string. - descriptive formula - https://w3id.org/mdo/structure/DescriptiveFormula + AnonymousFormula represents that a molecular entity has the anonymous formula in a string. + anonymous formula + https://w3id.org/mdo/structure/AnonymousFormula - - - HillFormula represents that a composition has the hill formula in a string. - hill formula - https://w3id.org/mdo/structure/HillFormula + + + + A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance. + ChemicalEntity + http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 + http://purl.obolibrary.org/obo/chebi#24431 + + + + + A chemical substance is made up of a collection of molecular entities. + ChemicalSubstance + http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea + http://purl.obolibrary.org/obo/chebi#59999 @@ -70,33 +62,47 @@ http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a http://purl.obolibrary.org/obo/chebi#23367 - - - - - hasChemicalEntity intends to represent that a material can have a collection of chemical entities. - hasChemicalEntity + + + HillFormula represents that a composition has the hill formula in a string. + hill formula + https://w3id.org/mdo/structure/HillFormula + + + + + A material component is a part of a material. + MaterialComponent + + + - + - - + + + DescriptiveFormula represents that a molecular entity has the descriptive formula in a string. + descriptive formula + https://w3id.org/mdo/structure/DescriptiveFormula - + - - hasMaterialComponent intends to represent that a material can have a collection of components. - hasMaterialComponent + + hasChemicalEntity intends to represent that a material can have a collection of chemical entities. + hasChemicalEntity - + - - A material component is a part of a material. - MaterialComponent + + + Material as a sub-concept of Matter, can be a substance or a collection of substance which a physical object is composed of. + Material + http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 + https://w3id.org/mdo/core/Material @@ -104,14 +110,8 @@ reduced formula https://w3id.org/mdo/structure/ReducedFormula - - - - - - AnonymousFormula represents that a molecular entity has the anonymous formula in a string. - anonymous formula - https://w3id.org/mdo/structure/AnonymousFormula + + diff --git a/docs/ontology/material/0.1/material.rdf b/docs/ontology/material/0.1/material.rdf index 712d5b98..14af56a3 100644 --- a/docs/ontology/material/0.1/material.rdf +++ b/docs/ontology/material/0.1/material.rdf @@ -7,30 +7,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - A chemical substance is made up of a collection of molecular entities. - ChemicalSubstance - http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea - http://purl.obolibrary.org/obo/chebi#59999 - - - - - A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance. - ChemicalEntity - http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 - http://purl.obolibrary.org/obo/chebi#24431 - - - - - - Material as a sub-concept of Matter, can be a substance or a collection of substance which a physical object is composed of. - Material - http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 - https://w3id.org/mdo/core/Material + + + + + hasMaterialComponent intends to represent that a material can have a collection of components. + hasMaterialComponent @@ -50,17 +32,27 @@ 0.1 - + - DescriptiveFormula represents that a molecular entity has the descriptive formula in a string. - descriptive formula - https://w3id.org/mdo/structure/DescriptiveFormula + AnonymousFormula represents that a molecular entity has the anonymous formula in a string. + anonymous formula + https://w3id.org/mdo/structure/AnonymousFormula - - - HillFormula represents that a composition has the hill formula in a string. - hill formula - https://w3id.org/mdo/structure/HillFormula + + + + A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance. + ChemicalEntity + http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 + http://purl.obolibrary.org/obo/chebi#24431 + + + + + A chemical substance is made up of a collection of molecular entities. + ChemicalSubstance + http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea + http://purl.obolibrary.org/obo/chebi#59999 @@ -70,33 +62,47 @@ http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a http://purl.obolibrary.org/obo/chebi#23367 - - - - - hasChemicalEntity intends to represent that a material can have a collection of chemical entities. - hasChemicalEntity + + + HillFormula represents that a composition has the hill formula in a string. + hill formula + https://w3id.org/mdo/structure/HillFormula + + + + + A material component is a part of a material. + MaterialComponent + + + - + - - + + + DescriptiveFormula represents that a molecular entity has the descriptive formula in a string. + descriptive formula + https://w3id.org/mdo/structure/DescriptiveFormula - + - - hasMaterialComponent intends to represent that a material can have a collection of components. - hasMaterialComponent + + hasChemicalEntity intends to represent that a material can have a collection of chemical entities. + hasChemicalEntity - + - - A material component is a part of a material. - MaterialComponent + + + Material as a sub-concept of Matter, can be a substance or a collection of substance which a physical object is composed of. + Material + http://emmo.info/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 + https://w3id.org/mdo/core/Material @@ -104,14 +110,8 @@ reduced formula https://w3id.org/mdo/structure/ReducedFormula - - - - - - AnonymousFormula represents that a molecular entity has the anonymous formula in a string. - anonymous formula - https://w3id.org/mdo/structure/AnonymousFormula + + diff --git a/docs/ontology/process/0.1/process.jsonld b/docs/ontology/process/0.1/process.jsonld index 3c2fe303..482bbf11 100644 --- a/docs/ontology/process/0.1/process.jsonld +++ b/docs/ontology/process/0.1/process.jsonld @@ -1,82 +1,94 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/process/usesCathalyst", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/producesCO2", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The cathalyst used in a process." + "@value": "The CO2 released or produced by the process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "uses cathalyst" + "@value": "produces CO2" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/process/Cathalyst" + "@id": "http://w3id.org/CEON/ontology/process/CO2Emission" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/hasInput" + "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput" } ] }, { - "@id": "http://purl.org/dc/terms/contributor", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/process/CO2Emission", + "@id": "http://w3id.org/CEON/ontology/process/BuyResourceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "An amount of CO2." + "@value": "A process of buying a resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CO2 emission" + "@value": "Buy Resource Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ReuseProcess", + "@id": "http://w3id.org/CEON/ontology/process/IssuingCertificateProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of reusing." + "@value": "A process of issuing a certificate." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Reuse Process" + "@value": "Issuing Certificate Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -86,39 +98,39 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/Cathalyst", + "@id": "http://w3id.org/CEON/ontology/process/ResellProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it." + "@value": "A process of reselling." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Cathalyst" + "@value": "Resell Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ProductionProcess", + "@id": "http://w3id.org/CEON/ontology/process/ChangeResourceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of production." + "@value": "A process of a changing resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Production Process" + "@value": "Change Resource Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -128,18 +140,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/RecycleProcess", + "@id": "http://w3id.org/CEON/ontology/process/ShareResourceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of recycling." + "@value": "A process of sharing a resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Recycle Process" + "@value": "Share Resource Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -149,62 +161,104 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation", + "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/EnsureClaimProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A process of ensuring a claim." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Ensure Claim Process" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/hasInput", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/process/SellResourceProcess", + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/CO2Emission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of selling a resource." + "@value": "An amount of CO2." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Sell Resource Process" + "@value": "CO2 emission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput", + "@id": "http://w3id.org/CEON/ontology/process/RemoveProcess", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A process of removing." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Remove Process" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/BuyResourceProcess", + "@id": "http://w3id.org/CEON/ontology/process/Energy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of buying a resource." + "@value": "An amount of energy." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Buy Resource Process" + "@value": "Energy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } ] }, @@ -285,33 +339,6 @@ } ] }, - { - "@id": "http://w3id.org/CEON/ontology/process/RemoveResourceProcess", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A process of removing a resource." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Remove Resource Process" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" - } - ] - }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://w3id.org/CEON/ontology/process/needsEnergy", "@type": [ @@ -339,18 +366,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ServiceProcess", + "@id": "http://w3id.org/CEON/ontology/process/ReuseProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of servicing." + "@value": "A process of reusing." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Service Process" + "@value": "Reuse Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -359,32 +386,6 @@ } ] }, - { - "@id": "http://w3id.org/CEON/ontology/process/producesCO2", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The CO2 released or produced by the process." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "produces CO2" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/process/CO2Emission" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput" - } - ] - }, { "@id": "http://w3id.org/CEON/ontology/process/RefurbishmentProcess", "@type": [ @@ -407,18 +408,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ShareResourceProcess", + "@id": "http://w3id.org/CEON/ontology/process/ServiceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of sharing a resource." + "@value": "A process of servicing." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Share Resource Process" + "@value": "Service Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -428,18 +429,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/IssuingCertificateProcess", + "@id": "http://w3id.org/CEON/ontology/process/ContactProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of issuing a certificate." + "@value": "A contact process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Issuing Certificate Process" + "@value": "Contact Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -449,60 +450,71 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ResellProcess", + "@id": "http://w3id.org/CEON/ontology/process/Cathalyst", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of reselling." + "@value": "A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Resell Process" + "@value": "Cathalyst" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/DismantleProcess", + "@id": "http://w3id.org/CEON/ontology/processODP/hasInput", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/usesCathalyst", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of dismantling." + "@value": "The cathalyst used in a process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Dismantle Process" + "@value": "uses cathalyst" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/process/Cathalyst" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/hasInput" } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ContactProcess", + "@id": "http://w3id.org/CEON/ontology/process/DeconstructionProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A contact process." + "@value": "A process of deconstruction." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Contact Process" + "@value": "Deconstruction Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -512,36 +524,18 @@ ] }, { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/process/DeconstructionProcess", + "@id": "http://w3id.org/CEON/ontology/process/RepairProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of deconstruction." + "@value": "A process of repairing." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Deconstruction Process" + "@value": "Repair Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -551,18 +545,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/EnsureClaimProcess", + "@id": "http://w3id.org/CEON/ontology/process/AssemblingProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of ensuring a claim." + "@value": "A process of assembling." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Ensure Claim Process" + "@value": "Assembling Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -572,39 +566,44 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/OffsetProcess", + "@id": "http://w3id.org/CEON/ontology/process/resultingProduct", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of offsetting." + "@value": "The resource that is the output (product, i.e. what is produced) from a certain process." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Offset Process" + "@value": "resulting product" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput" } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ManufacturingProcess", + "@id": "http://w3id.org/CEON/ontology/process/DismantleProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of manufacturing." + "@value": "A process of dismantling." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manufacturing Process" + "@value": "Dismantle Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -614,18 +613,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/RemoveProcess", + "@id": "http://w3id.org/CEON/ontology/process/OffsetProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of removing." + "@value": "A process of offsetting." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Remove Process" + "@value": "Offset Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -635,18 +634,24 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/ChangeResourceProcess", + "@id": "http://purl.org/dc/terms/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/ManufacturingProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of a changing resource." + "@value": "A process of manufacturing." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Change Resource Process" + "@value": "Manufacturing Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -656,57 +661,51 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/Energy", + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/process/TakeBackProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "An amount of energy." + "@value": "A process of taking back." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Energy" + "@value": "Take Back Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/process/AssemblingProcess", + "@id": "http://w3id.org/CEON/ontology/process/RemoveResourceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of assembling." + "@value": "A process of removing a resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Assembling Process" + "@value": "Remove Resource Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -716,44 +715,39 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/resultingProduct", + "@id": "http://w3id.org/CEON/ontology/process/RecycleProcess", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The resource that is the output (product, i.e. what is produced) from a certain process." + "@value": "A process of recycling." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "resulting product" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + "@value": "Recycle Process" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/process/TakeBackProcess", + "@id": "http://w3id.org/CEON/ontology/process/SellResourceProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of taking back." + "@value": "A process of selling a resource." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Take Back Process" + "@value": "Sell Resource Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -763,18 +757,18 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/process/RepairProcess", + "@id": "http://w3id.org/CEON/ontology/process/ProductionProcess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process of repairing." + "@value": "A process of production." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Repair Process" + "@value": "Production Process" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -782,5 +776,11 @@ "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ] + }, + { + "@id": "http://purl.org/dc/terms/license", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] } ] \ No newline at end of file diff --git a/docs/ontology/process/0.1/process.owl b/docs/ontology/process/0.1/process.owl index 22e3fcb5..630817e9 100644 --- a/docs/ontology/process/0.1/process.owl +++ b/docs/ontology/process/0.1/process.owl @@ -7,23 +7,20 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - A process of offsetting. - Offset Process + + - + - An amount of energy. - Energy - - - + An amount of CO2. + CO2 emission - - + + + + A process of sharing a resource. + Share Resource Process @@ -31,30 +28,23 @@ A process of ensuring a claim. Ensure Claim Process - + - A process of sharing a resource. - Share Resource Process - - - - - - The CO2 released or produced by the process. - produces CO2 + A process of production. + Production Process - + - A process of refurbishment. - Refurbishment Process + A process of reusing. + Reuse Process - + - - A process of servicing. - Service Process + + An amount of energy. + Energy @@ -74,18 +64,6 @@ 0.1 - - - - A process of assembling. - Assembling Process - - - - - A contact process. - Contact Process - @@ -98,55 +76,37 @@ A process of taking back. Take Back Process - - - - - The resource that is the output (product, i.e. what is produced) from a certain process. - resulting product - - - - - A process of issuing a certificate. - Issuing Certificate Process - - + - - The cathalyst used in a process. - uses cathalyst + + The energy needed to perform a certain process. + needs energy - + - A process of buying a resource. - Buy Resource Process - - - + A contact process. + Contact Process - + - A process of deconstruction. - Deconstruction Process - - - - - An amount of CO2. - CO2 emission - - - + A process of refurbishment. + Refurbishment Process - + - A process of dismantling. - Dismantle Process + A process of reselling. + Resell Process + + + + + + The CO2 released or produced by the process. + produces CO2 @@ -154,8 +114,17 @@ A process of repairing. Repair Process - - + + + + A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it. + Cathalyst + + + + + A process of selling a resource. + Sell Resource Process @@ -163,48 +132,70 @@ A process of recycling. Recycle Process - - + + + + A process of issuing a certificate. + Issuing Certificate Process - + - A process of selling a resource. - Sell Resource Process + A process of buying a resource. + Buy Resource Process - + - + + + + + + + + The cathalyst used in a process. + uses cathalyst + + - A process of reusing. - Reuse Process + A process of manufacturing. + Manufacturing Process - + - A process of reselling. - Resell Process + A process of deconstruction. + Deconstruction Process - + + + + - A process of a changing resource. - Change Resource Process + A process of offsetting. + Offset Process - + + + + - - A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it. - Cathalyst - + - - - The energy needed to perform a certain process. - needs energy + + + The resource that is the output (product, i.e. what is produced) from a certain process. + resulting product + + + + + A process of a changing resource. + Change Resource Process @@ -212,34 +203,43 @@ A process of removing a resource. Remove Resource Process - + - A process of manufacturing. - Manufacturing Process - - - + A process of servicing. + Service Process - - + + + + A process of assembling. + Assembling Process - + - A process of production. - Production Process + A process of dismantling. + Dismantle Process - - + + - - + + + + + + + + - - + + + + + diff --git a/docs/ontology/process/0.1/process.rdf b/docs/ontology/process/0.1/process.rdf index 22e3fcb5..630817e9 100644 --- a/docs/ontology/process/0.1/process.rdf +++ b/docs/ontology/process/0.1/process.rdf @@ -7,23 +7,20 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - A process of offsetting. - Offset Process + + - + - An amount of energy. - Energy - - - + An amount of CO2. + CO2 emission - - + + + + A process of sharing a resource. + Share Resource Process @@ -31,30 +28,23 @@ A process of ensuring a claim. Ensure Claim Process - + - A process of sharing a resource. - Share Resource Process - - - - - - The CO2 released or produced by the process. - produces CO2 + A process of production. + Production Process - + - A process of refurbishment. - Refurbishment Process + A process of reusing. + Reuse Process - + - - A process of servicing. - Service Process + + An amount of energy. + Energy @@ -74,18 +64,6 @@ 0.1 - - - - A process of assembling. - Assembling Process - - - - - A contact process. - Contact Process - @@ -98,55 +76,37 @@ A process of taking back. Take Back Process - - - - - The resource that is the output (product, i.e. what is produced) from a certain process. - resulting product - - - - - A process of issuing a certificate. - Issuing Certificate Process - - + - - The cathalyst used in a process. - uses cathalyst + + The energy needed to perform a certain process. + needs energy - + - A process of buying a resource. - Buy Resource Process - - - + A contact process. + Contact Process - + - A process of deconstruction. - Deconstruction Process - - - - - An amount of CO2. - CO2 emission - - - + A process of refurbishment. + Refurbishment Process - + - A process of dismantling. - Dismantle Process + A process of reselling. + Resell Process + + + + + + The CO2 released or produced by the process. + produces CO2 @@ -154,8 +114,17 @@ A process of repairing. Repair Process - - + + + + A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it. + Cathalyst + + + + + A process of selling a resource. + Sell Resource Process @@ -163,48 +132,70 @@ A process of recycling. Recycle Process - - + + + + A process of issuing a certificate. + Issuing Certificate Process - + - A process of selling a resource. - Sell Resource Process + A process of buying a resource. + Buy Resource Process - + - + + + + + + + + The cathalyst used in a process. + uses cathalyst + + - A process of reusing. - Reuse Process + A process of manufacturing. + Manufacturing Process - + - A process of reselling. - Resell Process + A process of deconstruction. + Deconstruction Process - + + + + - A process of a changing resource. - Change Resource Process + A process of offsetting. + Offset Process - + + + + - - A resource that is needed as a cathalyst by a process, but that is not considered the direct input or output of it. - Cathalyst - + - - - The energy needed to perform a certain process. - needs energy + + + The resource that is the output (product, i.e. what is produced) from a certain process. + resulting product + + + + + A process of a changing resource. + Change Resource Process @@ -212,34 +203,43 @@ A process of removing a resource. Remove Resource Process - + - A process of manufacturing. - Manufacturing Process - - - + A process of servicing. + Service Process - - + + + + A process of assembling. + Assembling Process - + - A process of production. - Production Process + A process of dismantling. + Dismantle Process - - + + - - + + + + + + + + - - + + + + + diff --git a/docs/ontology/processODP/0.1/processODP.jsonld b/docs/ontology/processODP/0.1/processODP.jsonld index 44e72673..0a3d8e81 100644 --- a/docs/ontology/processODP/0.1/processODP.jsonld +++ b/docs/ontology/processODP/0.1/processODP.jsonld @@ -1,6 +1,48 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/ProcessExecution", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An execution of a specific process." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "ProcessExecution" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ] + }, + { + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] @@ -12,12 +54,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:nc87230325491482e81755d2d32b8c406b1" + "@id": "_:n76022f3c3d934231a4084d2c64647de5b1" } ] }, { - "@id": "_:nc87230325491482e81755d2d32b8c406b1", + "@id": "_:n76022f3c3d934231a4084d2c64647de5b1", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -33,17 +75,53 @@ ] }, { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The output situation of a transformation, i.e. the state of affairs after the transformation took place." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "has output" + } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Transformation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/processODP/hasPart", "@type": [ @@ -92,6 +170,32 @@ } ] }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/resultingSituation", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "The situation after the execution of a process." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "resulting situation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Situation" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/processODP/hasProcessExecution", "@type": [ @@ -121,170 +225,194 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation", + "@id": "http://w3id.org/CEON/ontology/processODP/nextProcess", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc." + "@value": "A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Transformation" + "@value": "next process" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "http://w3id.org/CEON/ontology/processODP/Process" } ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/occursInLocation", + "@id": "http://w3id.org/CEON/ontology/processODP/ProcessType", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The location in which a transformation takes place, e.g. the factory location where something is manufactured." + "@language": "en", + "@value": "The type of a process." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@language": "en", + "@value": "ProcessType" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Process", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An activity in the context of a circular value network, handling resources." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "occurs in location" + "@language": "en", + "@value": "Process" } ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/hasOutput", + "@id": "http://purl.org/dc/terms/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/isSettingFor", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The output situation of a transformation, i.e. the state of affairs after the transformation took place." + "@value": "The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/processODP/Situation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has output" + "@value": "is the setting for" } ] }, { - "@id": "http://w3id.org/CEON/ontology/actorODP/participationIn", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/intialSituation", + "@id": "http://w3id.org/CEON/ontology/processODP/hasProcessType", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The situation before executing a process." + "@language": "en", + "@value": "The type of the process." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" + "@id": "http://w3id.org/CEON/ontology/processODP/Process" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "initial situation" + "@language": "en", + "@value": "hasProcessType" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Situation" + "@id": "http://w3id.org/CEON/ontology/processODP/ProcessType" } ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://purl.org/dc/terms/title", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/isSettingFor", + "@id": "http://w3id.org/CEON/ontology/processODP/intialSituation", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state." + "@value": "The situation before executing a process." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Situation" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "is the setting for" + "@value": "initial situation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/processODP/Situation" } ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/ProcessType", + "@id": "http://purl.org/dc/terms/description", "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The type of a process." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "ProcessType" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/processODP/hasProcessType", + "@id": "http://w3id.org/CEON/ontology/processODP/occursInLocation", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@language": "en", - "@value": "The type of the process." + "@value": "The location in which a transformation takes place, e.g. the factory location where something is manufactured." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/Process" + "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "hasProcessType" + "@value": "occurs in location" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/processODP/Situation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/processODP/ProcessType" + "@value": "A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Situation" } ] }, @@ -366,138 +494,10 @@ } ] }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/nextProcess", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "next process" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process" - } - ] - }, { "@id": "http://purl.org/dc/terms/license", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/resultingSituation", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "The situation after the execution of a process." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Transformation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "resulting situation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/processODP/Situation" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/Process", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "An activity in the context of a circular value network, handling resources." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Process" - } - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/Situation", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Situation" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/processODP/ProcessExecution", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "An execution of a specific process." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "ProcessExecution" - } - ] } ] \ No newline at end of file diff --git a/docs/ontology/processODP/0.1/processODP.owl b/docs/ontology/processODP/0.1/processODP.owl index f5929668..48cf2c6a 100644 --- a/docs/ontology/processODP/0.1/processODP.owl +++ b/docs/ontology/processODP/0.1/processODP.owl @@ -7,23 +7,51 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - An execution of a specific process. - ProcessExecution + + - + + + + + The type of the process. + hasProcessType + + - The output situation of a transformation, i.e. the state of affairs after the transformation took place. - has output + + The situation before executing a process. + initial situation - + + + + A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc. + Transformation + + + + + + A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow. + next process + + + + + The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state. + is the setting for + + - - - + + + + + A process can have specific executions. + hasProcessExecution @@ -43,63 +71,27 @@ 0.1 - - - - - - - - The situation before executing a process. - initial situation - - - - - - A process can have specific executions. - hasProcessExecution + + + An execution of a specific process. + ProcessExecution - + - The type of a process. - ProcessType + A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time. + Situation - + + - A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow. - next process - - - - - A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc. - Transformation + A process can consists of several part, which are sub-processes. + has part - + - An activity in the context of a circular value network, handling resources. - Process - - - - - - - - - - The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state. - is the setting for - - - - - - The type of the process. - hasProcessType + @@ -107,53 +99,61 @@ The situation before the transformation takes place, i.e. the state of affairs before the process takes places, such as the set of components before they are assembled into a product. has input - + + + The type of a process. + ProcessType + + + + + + + The situation after the execution of a process. + resulting situation + The location in which a transformation takes place, e.g. the factory location where something is manufactured. occurs in location - - - - - - A process can consists of several part, which are sub-processes. - has part - - + - + - - - A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time. - Situation - - + - - The situation after the execution of a process. - resulting situation + The output situation of a transformation, i.e. the state of affairs after the transformation took place. + has output - + + + + + + - + + + + An activity in the context of a circular value network, handling resources. + Process + diff --git a/docs/ontology/processODP/0.1/processODP.rdf b/docs/ontology/processODP/0.1/processODP.rdf index f5929668..48cf2c6a 100644 --- a/docs/ontology/processODP/0.1/processODP.rdf +++ b/docs/ontology/processODP/0.1/processODP.rdf @@ -7,23 +7,51 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - An execution of a specific process. - ProcessExecution + + - + + + + + The type of the process. + hasProcessType + + - The output situation of a transformation, i.e. the state of affairs after the transformation took place. - has output + + The situation before executing a process. + initial situation - + + + + A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc. + Transformation + + + + + + A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow. + next process + + + + + The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state. + is the setting for + + - - - + + + + + A process can have specific executions. + hasProcessExecution @@ -43,63 +71,27 @@ 0.1 - - - - - - - - The situation before executing a process. - initial situation - - - - - - A process can have specific executions. - hasProcessExecution + + + An execution of a specific process. + ProcessExecution - + - The type of a process. - ProcessType + A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time. + Situation - + + - A relation between one process and the next one following it in some sequence of processes, e.g. a sequence of transformations in a material flow. - next process - - - - - A process that transforms some situation into another situation, i.e. changes the state of affairs of some actor, resource etc. - Transformation + A process can consists of several part, which are sub-processes. + has part - + - An activity in the context of a circular value network, handling resources. - Process - - - - - - - - - - The thing(s) that this situation is the setting for, e.g. a resource that is in a certain state. - is the setting for - - - - - - The type of the process. - hasProcessType + @@ -107,53 +99,61 @@ The situation before the transformation takes place, i.e. the state of affairs before the process takes places, such as the set of components before they are assembled into a product. has input - + + + The type of a process. + ProcessType + + + + + + + The situation after the execution of a process. + resulting situation + The location in which a transformation takes place, e.g. the factory location where something is manufactured. occurs in location - - - - - - A process can consists of several part, which are sub-processes. - has part - - + - + - - - A situation that may involve some resources and actors, i.e. a state of affairs at a certain point in time. - Situation - - + - - The situation after the execution of a process. - resulting situation + The output situation of a transformation, i.e. the state of affairs after the transformation took place. + has output - + + + + + + - + + + + An activity in the context of a circular value network, handling resources. + Process + diff --git a/docs/ontology/product/0.1/product.jsonld b/docs/ontology/product/0.1/product.jsonld index a89f863d..f6cf7784 100644 --- a/docs/ontology/product/0.1/product.jsonld +++ b/docs/ontology/product/0.1/product.jsonld @@ -1,6 +1,125 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/product/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Eva Blomqvist" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@value": "2023-03-16" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Huanyu Li" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "The Product module of CEON (Circular Economy Ontology Network)." + } + ], + "http://purl.org/dc/terms/license": [ + { + "@value": "https://github.com/LiUSemWeb/CEON/blob/master/LICENSE" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Circular Economy Ontology Network (CEON) - Product Module" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "product" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://w3id.org/CEON/ontology/product/" + } + ], + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + { + "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResrouceType-4, C11-2, C12-1, C13-3, E2-1, T8-3." + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://github.com/LiUSemWeb/CEON" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/ontology/product/0.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.1" + } + ] + }, + { + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/dc/terms/created", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] @@ -33,18 +152,6 @@ } ] }, - { - "@id": "http://purl.org/dc/terms/contributor", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://w3id.org/CEON/ontology/product/ProductComponent", "@type": [ @@ -68,12 +175,6 @@ } ] }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject", "@type": [ @@ -81,29 +182,11 @@ ] }, { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", + "@id": "http://purl.org/dc/terms/creator", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, { "@id": "http://w3id.org/CEON/ontology/product/Product", "@type": [ @@ -126,12 +209,12 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" }, { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b1" + "@id": "_:n70a9573091b043389265842817dd250ab1" } ] }, { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b1", + "@id": "_:n70a9573091b043389265842817dd250ab1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -139,17 +222,17 @@ { "@list": [ { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b2" + "@id": "_:n70a9573091b043389265842817dd250ab2" }, { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b3" + "@id": "_:n70a9573091b043389265842817dd250ab3" } ] } ] }, { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b2", + "@id": "_:n70a9573091b043389265842817dd250ab2", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -165,7 +248,7 @@ ] }, { - "@id": "_:n395c4ab0c05543c995f04aa12ab84fd2b3", + "@id": "_:n70a9573091b043389265842817dd250ab3", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -180,12 +263,6 @@ } ] }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, { "@id": "http://purl.org/dc/terms/title", "@type": [ @@ -193,92 +270,15 @@ ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/product/", + "@id": "http://purl.org/dc/terms/license", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Eva Blomqvist" - }, - { - "@value": "Mikael Lindecrantz" - }, - { - "@value": "Robin Keskisärkkä" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@value": "2023-03-16" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Huanyu Li" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@value": "The Product module of CEON (Circular Economy Ontology Network)." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@value": "https://github.com/LiUSemWeb/CEON/blob/master/LICENSE" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Circular Economy Ontology Network (CEON) - Product Module" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "product" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "http://w3id.org/CEON/ontology/product/" - } - ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ - { - "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResrouceType-4, C11-2, C12-1, C13-3, E2-1, T8-3." - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://github.com/LiUSemWeb/CEON" - } - ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/0.1/" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ - { - "@id": "http://w3id.org/CEON/ontology/product/0.1/" - } - ], - "http://www.w3.org/2002/07/owl#versionInfo": [ - { - "@value": "0.1" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] } ] \ No newline at end of file diff --git a/docs/ontology/product/0.1/product.owl b/docs/ontology/product/0.1/product.owl index f2f7ec50..e3b89799 100644 --- a/docs/ontology/product/0.1/product.owl +++ b/docs/ontology/product/0.1/product.owl @@ -7,9 +7,35 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - + + + + + + + + + + + A product is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. + Product + + + + + A product component is a part of a product. + ProductComponent + + + + + + + + + + @@ -29,23 +55,20 @@ 0.1 - + - - + + - - - + + - - - - + + @@ -54,56 +77,33 @@ hasProductComponent intends to represent that a product can have a collection of components. hasProductComponent - - - - A product component is a part of a product. - ProductComponent - - - - - - - - + + + - + + - - - A product is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. - Product - + - - - - - + - - - - - - - + - + - - + + - + diff --git a/docs/ontology/product/0.1/product.rdf b/docs/ontology/product/0.1/product.rdf index f2f7ec50..e3b89799 100644 --- a/docs/ontology/product/0.1/product.rdf +++ b/docs/ontology/product/0.1/product.rdf @@ -7,9 +7,35 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - + + + + + + + + + + + A product is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. + Product + + + + + A product component is a part of a product. + ProductComponent + + + + + + + + + + @@ -29,23 +55,20 @@ 0.1 - + - - + + - - - + + - - - - + + @@ -54,56 +77,33 @@ hasProductComponent intends to represent that a product can have a collection of components. hasProductComponent - - - - A product component is a part of a product. - ProductComponent - - - - - - - - + + + - + + - - - A product is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. - Product - + - - - - - + - - - - - - - + - + - - + + - + diff --git a/docs/ontology/product/0.2/product.jsonld b/docs/ontology/product/0.2/product.jsonld index 18181f75..ef2271a7 100644 --- a/docs/ontology/product/0.2/product.jsonld +++ b/docs/ontology/product/0.2/product.jsonld @@ -1,46 +1,95 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/product/hasProductComponent", + "@id": "http://w3id.org/CEON/ontology/product/", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/contributor": [ { - "@language": "en", - "@value": "hasProductComponent intends to represent that a product can have other product components." + "@value": "Eva Blomqvist" + }, + { + "@value": "Mikael Lindecrantz" + }, + { + "@value": "Robin Keskisärkkä" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + "@value": "2023-03-16" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "hasProductComponent" + "@value": "Huanyu Li" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + "@value": "The Product module of CEON (Circular Economy Ontology Network)." + } + ], + "http://purl.org/dc/terms/license": [ + { + "@value": "https://creativecommons.org/licenses/by/4.0/" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Circular Economy Ontology Network (CEON) - Product Module" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "product" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://w3id.org/CEON/ontology/product/" + } + ], + "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ + { + "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResrouceType-4, C11-2, C12-1, C13-3, E2-1, T8-3." + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://github.com/LiUSemWeb/CEON" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/0.2/" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/ontology/product/0.2/" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.2" } ] }, { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] @@ -64,7 +113,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "modelledBy" + "@value": "modelled by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -74,50 +123,91 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/product/hasComposition", + "@id": "http://purl.org/dc/terms/created", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/product/compositionQuantity", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "hasComposition intends to represent that a product model or physical object can have compostition information." + "@value": "compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b1" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has composition" + "@language": "en", + "@value": "Composition quantity" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b4" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b1", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b4", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2000/01/rdf-schema#Datatype" ], "http://www.w3.org/2002/07/owl#unionOf": [ { "@list": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "http://www.w3.org/2001/XMLSchema#double" }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + "@id": "http://www.w3.org/2001/XMLSchema#positiveInteger" } ] } ] }, + { + "@id": "http://w3id.org/CEON/ontology/product/associatedWithMatter", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/product/MatterComposition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "associated with matter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/product/batchOfProduct", "@type": [ @@ -137,7 +227,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "batchOfProduct" + "@value": "batch of products" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -147,78 +237,117 @@ ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://w3id.org/CEON/ontology/product/hasProductComponent", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "hasProductComponent intends to represent that a product can have other product components." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has product component" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/CEON/ontology/product/ProductObject" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/product/compositionQuantity", + "@id": "http://w3id.org/CEON/ontology/product/hasComposition", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element." + "@value": "hasComposition intends to represent that a product model or physical object can have compostition information." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "compositionQuantity" + "@value": "has composition" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b4" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b4", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b1", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#unionOf": [ { "@list": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@id": "http://w3id.org/CEON/ontology/product/Product" }, { - "@id": "http://www.w3.org/2001/XMLSchema#positiveInteger" + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" } ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition", + "@id": "http://w3id.org/CEON/ontology/product/ProductObject", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Product object" + } + ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b13" + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + }, + { + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b11" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b13", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b11", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onDataRange": [ + "http://www.w3.org/2002/07/owl#onClass": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b14" + "@id": "http://w3id.org/CEON/ontology/product/Product" } ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/compositionQuantity" + "@id": "http://w3id.org/CEON/ontology/product/modelledBy" } ], "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ @@ -228,24 +357,6 @@ } ] }, - { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b14", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#double" - }, - { - "@id": "http://www.w3.org/2001/XMLSchema#positiveInteger" - } - ] - } - ] - }, { "@id": "http://w3id.org/CEON/ontology/product/ProductComposition", "@type": [ @@ -260,7 +371,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ProductComposition" + "@value": "Product composition" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -268,12 +379,12 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b10" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b10" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b10", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b10", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -295,54 +406,44 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/product/associatedWithMatter", + "@id": "http://w3id.org/CEON/ontology/product/MatterComposition", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/product/MatterComposition" + "@value": "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "associatedWithMatter" + "@value": "Matter composition" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects", "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b12" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" + }, + { + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b7" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b12", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b7", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onClass": [ { - "@id": "http://w3id.org/CEON/ontology/product/Product" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" } ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/batchOfProduct" + "@id": "http://w3id.org/CEON/ontology/product/associatedWithMatter" } ], "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ @@ -352,24 +453,6 @@ } ] }, - { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://w3id.org/CEON/ontology/product/associatedWithProductModel", "@type": [ @@ -389,7 +472,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "associatedWithProductModel" + "@value": "associated with product model" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -399,139 +482,133 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/product/Product", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A product model is a model that is used for manufacturing products." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Product Model" - } - ], + "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition", "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b8" - }, - { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b9" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b13" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b8", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b13", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onDataRange": [ + { + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b14" + } + ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/hasComposition" + "@id": "http://w3id.org/CEON/ontology/product/compositionQuantity" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ { - "@id": "http://w3id.org/CEON/ontology/product/MatterComposition" + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b9", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b14", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/product/hasComposition" - } + "http://www.w3.org/2000/01/rdf-schema#Datatype" ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2002/07/owl#unionOf": [ { - "@id": "http://w3id.org/CEON/ontology/product/ProductComposition" + "@list": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#positiveInteger" + } + ] } ] }, { - "@id": "http://w3id.org/CEON/ontology/product/MatterComposition", + "@id": "http://purl.org/dc/terms/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/product/Product", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter." + "@value": "Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "MatterComposition" + "@value": "Product model" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b8" }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b7" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b9" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b7", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b8", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onClass": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" - } - ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/associatedWithMatter" + "@id": "http://w3id.org/CEON/ontology/product/hasComposition" } ], - "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" + "@id": "http://w3id.org/CEON/ontology/product/MatterComposition" } ] }, { - "@id": "http://w3id.org/CEON/ontology/product/ProductObject", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b9", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@language": "en", - "@value": "A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes." + "@id": "http://w3id.org/CEON/ontology/product/hasComposition" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@language": "en", - "@value": "ProductObject" + "@id": "http://w3id.org/CEON/ontology/product/ProductComposition" } - ], + ] + }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects", "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" - }, - { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b11" + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b12" } ] }, { - "@id": "_:nf6a5b77c7adc4b54837b09a037e1e0b3b11", + "@id": "_:n45b328aad6d94b758cb55a9680a80cc3b12", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -542,7 +619,7 @@ ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/product/modelledBy" + "@id": "http://w3id.org/CEON/ontology/product/batchOfProduct" } ], "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ @@ -553,92 +630,15 @@ ] }, { - "@id": "http://purl.org/dc/terms/title", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/license", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] - }, - { - "@id": "http://w3id.org/CEON/ontology/product/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Eva Blomqvist" - }, - { - "@value": "Mikael Lindecrantz" - }, - { - "@value": "Robin Keskisärkkä" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@value": "2023-03-16" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Huanyu Li" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@value": "The Product module of CEON (Circular Economy Ontology Network)." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@value": "https://creativecommons.org/licenses/by/4.0/" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Circular Economy Ontology Network (CEON) - Product Module" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "product" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "http://w3id.org/CEON/ontology/product/" - } - ], - "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements": [ - { - "@value": "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResrouceType-4, C11-2, C12-1, C13-3, E2-1, T8-3." - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://github.com/LiUSemWeb/CEON" - } - ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/0.2/" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ - { - "@id": "http://w3id.org/CEON/ontology/product/0.2/" - } - ], - "http://www.w3.org/2002/07/owl#versionInfo": [ - { - "@value": "0.2" - } - ] } ] \ No newline at end of file diff --git a/docs/ontology/product/0.2/product.owl b/docs/ontology/product/0.2/product.owl index 298162c5..ce0c7911 100644 --- a/docs/ontology/product/0.2/product.owl +++ b/docs/ontology/product/0.2/product.owl @@ -7,19 +7,43 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product. + Product composition + + + + modelledBy intends to represent that product objects follow particular product models. - modelledBy + modelled by - - - - - A product model is a model that is used for manufacturing products. - Product Model + + + + 1 + + + + + + + hasProductComponent intends to represent that a product can have other product components. + has product component + + + + + + + + @@ -39,174 +63,150 @@ 0.2 - - - - - - - 1 - + + + - + - - - - - + - - 1 - + + - + - + 1 - + - - - - - hasProductComponent intends to represent that a product can have other product components. - hasProductComponent + + + + + compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element. + Composition quantity - + - + 1 - + - - A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. - ProductObject + + A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. + Product object - - - - + + + + + hasComposition intends to represent that a product model or physical object can have compostition information. + has composition associatedWithProductModel intends to represent the matter to which a product compopsition information regards to. - associatedWithProductModel + associated with product model - - - - - batchOfProduct intends to represent what is the model product of a batch of objects. - batchOfProduct + + + + 1 + - - - - - hasComposition intends to represent that a product model or physical object can have compostition information. - has composition + + + + + Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products. + Product model + + + + + + + + + 1 + associatedWithMatter intends to represent the matter to which a matter compopsition information regards to. - associatedWithMatter - - - - - - - - - - compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element. - compositionQuantity + associated with matter - - - + + - - + + - - - - - A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter. - MatterComposition - - - - - 1 - + + - - - + + - + - - - - - A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product. - ProductComposition - - - - - - + - - - + + + - - + + + - - + + - - - + + + + + batchOfProduct intends to represent what is the model product of a batch of objects. + batch of products - - + + + - - + + + + + A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter. + Matter composition - - - + + + - - + + - - + + diff --git a/docs/ontology/product/0.2/product.rdf b/docs/ontology/product/0.2/product.rdf index 298162c5..ce0c7911 100644 --- a/docs/ontology/product/0.2/product.rdf +++ b/docs/ontology/product/0.2/product.rdf @@ -7,19 +7,43 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product. + Product composition + + + + modelledBy intends to represent that product objects follow particular product models. - modelledBy + modelled by - - - - - A product model is a model that is used for manufacturing products. - Product Model + + + + 1 + + + + + + + hasProductComponent intends to represent that a product can have other product components. + has product component + + + + + + + + @@ -39,174 +63,150 @@ 0.2 - - - - - - - 1 - + + + - + - - - - - + - - 1 - + + - + - + 1 - + - - - - - hasProductComponent intends to represent that a product can have other product components. - hasProductComponent + + + + + compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element. + Composition quantity - + - + 1 - + - - A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. - ProductObject + + A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes. + Product object - - - - + + + + + hasComposition intends to represent that a product model or physical object can have compostition information. + has composition associatedWithProductModel intends to represent the matter to which a product compopsition information regards to. - associatedWithProductModel + associated with product model - - - - - batchOfProduct intends to represent what is the model product of a batch of objects. - batchOfProduct + + + + 1 + - - - - - hasComposition intends to represent that a product model or physical object can have compostition information. - has composition + + + + + Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products. + Product model + + + + + + + + + 1 + associatedWithMatter intends to represent the matter to which a matter compopsition information regards to. - associatedWithMatter - - - - - - - - - - compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element. - compositionQuantity + associated with matter - - - + + - - + + - - - - - A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter. - MatterComposition - - - - - 1 - + + - - - + + - + - - - - - A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product. - ProductComposition - - - - - - + - - - + + + - - + + + - - + + - - - + + + + + batchOfProduct intends to represent what is the model product of a batch of objects. + batch of products - - + + + - - + + + + + A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter. + Matter composition - - - + + + - - + + - - + + diff --git a/docs/ontology/product/0.2/product.ttl b/docs/ontology/product/0.2/product.ttl index 6377bd5b..6262d63a 100644 --- a/docs/ontology/product/0.2/product.ttl +++ b/docs/ontology/product/0.2/product.ttl @@ -42,7 +42,7 @@ vann:preferredNamespaceUri a owl:AnnotationProperty . owl:versionInfo "0.2" . :hasProductComponent a owl:ObjectProperty ; - rdfs:label "hasProductComponent"@en ; + rdfs:label "has product component"@en ; rdfs:comment "hasProductComponent intends to represent that a product can have other product components."@en ; rdfs:domain :ProductObject ; rdfs:range :ProductObject . @@ -50,32 +50,32 @@ vann:preferredNamespaceUri a owl:AnnotationProperty . odp:coversRequirements a owl:AnnotationProperty . :associatedWithMatter a owl:ObjectProperty ; - rdfs:label "associatedWithMatter"@en ; + rdfs:label "associated with matter"@en ; rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to."@en ; rdfs:domain :MatterComposition ; rdfs:range resourceODP:Matter . :associatedWithProductModel a owl:ObjectProperty ; - rdfs:label "associatedWithProductModel"@en ; + rdfs:label "associated with product model"@en ; rdfs:comment "associatedWithProductModel intends to represent the matter to which a product compopsition information regards to."@en ; rdfs:domain :ProductComposition ; rdfs:range :Product . :batchOfProduct a owl:ObjectProperty ; - rdfs:label "batchOfProduct"@en ; + rdfs:label "batch of products"@en ; rdfs:comment "batchOfProduct intends to represent what is the model product of a batch of objects."@en ; rdfs:domain resourceODP:BatchOfObjects ; rdfs:range :Product . :compositionQuantity a owl:DatatypeProperty ; - rdfs:label "compositionQuantity"@en ; + rdfs:label "Composition quantity"@en ; rdfs:comment "compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element."@en ; rdfs:domain resourceODP:Composition ; rdfs:range [ a rdfs:Datatype ; owl:unionOf ( xsd:double xsd:positiveInteger ) ] . :modelledBy a owl:ObjectProperty ; - rdfs:label "modelledBy"@en ; + rdfs:label "modelled by"@en ; rdfs:comment "modelledBy intends to represent that product objects follow particular product models."@en ; rdfs:domain :ProductObject ; rdfs:range :Product . @@ -86,7 +86,7 @@ resourceODP:BatchOfObjects rdfs:subClassOf [ a owl:Restriction ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . :MatterComposition a owl:Class ; - rdfs:label "MatterComposition"@en ; + rdfs:label "Matter composition"@en ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass resourceODP:Matter ; @@ -95,7 +95,7 @@ resourceODP:BatchOfObjects rdfs:subClassOf [ a owl:Restriction ; resourceODP:Composition . :ProductComposition a owl:Class ; - rdfs:label "ProductComposition"@en ; + rdfs:label "Product composition"@en ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass :Product ; @@ -111,8 +111,8 @@ resourceODP:BatchOfObjects rdfs:subClassOf [ a owl:Restriction ; rdfs:range resourceODP:Composition . :ProductObject a owl:Class ; - rdfs:label "ProductObject"@en ; - rdfs:comment "A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; + rdfs:label "Product object"@en ; + rdfs:comment "A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass :Product ; owl:onProperty :modelledBy ; @@ -126,8 +126,8 @@ resourceODP:Composition rdfs:subClassOf [ a owl:Restriction ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . :Product a owl:Class ; - rdfs:label "Product Model"@en ; - rdfs:comment "A product model is a model that is used for manufacturing products."@en ; + rdfs:label "Product model"@en ; + rdfs:comment "Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products."@en ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :hasComposition ; owl:someValuesFrom :MatterComposition ], diff --git a/docs/ontology/provenance/0.1/provenance.jsonld b/docs/ontology/provenance/0.1/provenance.jsonld index f262f235..954ba80e 100644 --- a/docs/ontology/provenance/0.1/provenance.jsonld +++ b/docs/ontology/provenance/0.1/provenance.jsonld @@ -1,75 +1,4 @@ [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "Generic class representing the concept of a statement, i.e. some piece of information, fact etc that is expressed in the data. Effectively used to reify relations (triples) in the data, and express information about them." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "statement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/ns/prov#Entity" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "Generic property to express what the statement is about, i.e. what is involved in the statement." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "statement about" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/ns/prov#Entity" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/provenance/statementValue", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "Generic property to express values, e.g. literals, that are involved in this statement." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/provenance/Statement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "statement value" - } - ] - }, { "@id": "http://w3id.org/CEON/ontology/provenance/", "@type": [ @@ -139,5 +68,76 @@ "@value": "0.1" } ] + }, + { + "@id": "http://w3id.org/CEON/ontology/provenance/statementValue", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Generic property to express values, e.g. literals, that are involved in this statement." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "statement value" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/provenance/Statement", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Generic class representing the concept of a statement, i.e. some piece of information, fact etc that is expressed in the data. Effectively used to reify relations (triples) in the data, and express information about them." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "statement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/ns/prov#Entity" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/ns/prov#Entity" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/provenance/statementAbout", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Generic property to express what the statement is about, i.e. what is involved in the statement." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/provenance/Statement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "statement about" + } + ] } ] \ No newline at end of file diff --git a/docs/ontology/provenance/0.1/provenance.owl b/docs/ontology/provenance/0.1/provenance.owl index c26fc18e..a7935e01 100644 --- a/docs/ontology/provenance/0.1/provenance.owl +++ b/docs/ontology/provenance/0.1/provenance.owl @@ -6,12 +6,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Generic property to express what the statement is about, i.e. what is involved in the statement. - statement about - @@ -35,6 +29,12 @@ http://w3id.org/CEON/ontology/provenance/ 0.1 + + + + Generic property to express what the statement is about, i.e. what is involved in the statement. + statement about + diff --git a/docs/ontology/provenance/0.1/provenance.rdf b/docs/ontology/provenance/0.1/provenance.rdf index c26fc18e..a7935e01 100644 --- a/docs/ontology/provenance/0.1/provenance.rdf +++ b/docs/ontology/provenance/0.1/provenance.rdf @@ -6,12 +6,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Generic property to express what the statement is about, i.e. what is involved in the statement. - statement about - @@ -35,6 +29,12 @@ http://w3id.org/CEON/ontology/provenance/ 0.1 + + + + Generic property to express what the statement is about, i.e. what is involved in the statement. + statement about + diff --git a/docs/ontology/quantity/0.1/quantity.jsonld b/docs/ontology/quantity/0.1/quantity.jsonld index e850d253..4803b816 100644 --- a/docs/ontology/quantity/0.1/quantity.jsonld +++ b/docs/ontology/quantity/0.1/quantity.jsonld @@ -1,10 +1,4 @@ [ - { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, { "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ @@ -12,31 +6,60 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#HIGH_QUALITY", + "@id": "http://w3id.org/CEON/ontology/quantity#numericalMinValue", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#hasRefurbishmentCost", + "@id": "http://w3id.org/CEON/ontology/quantity#numericalMaxValue", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@id": "http://www.w3.org/2001/XMLSchema#double" } ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue", + "@id": "http://qudt.org/vocab/unit/EURO-PER-M2", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://qudt.org/schema/qudt/quantityValue" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "Euro Per Square Meter (€/km) is a unit used to represent the cost or value of resource per square meter." + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "€/m²" } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Euro Per Square Meter" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/quantity#FloorPanel1", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { @@ -64,55 +87,70 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#Value", + "@id": "http://w3id.org/CEON/ontology/quantity#hasRefurbishmentCost", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://qudt.org/schema/qudt/quantityValue" + } ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#hasTestingCost", + "@id": "http://w3id.org/CEON/ontology/quantity#Value", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://qudt.org/schema/qudt/quantityValue" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#LOW_QUALITY", + "@id": "http://w3id.org/CEON/ontology/quantity#MEDIUM_QUALITY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#numericalMaxValue", + "@id": "http://w3id.org/CEON/ontology/quantity#objectValue", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@value": "objectValue is analogous to qudt:numericalValue" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" } ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#MEDIUM_QUALITY", + "@id": "http://w3id.org/CEON/ontology/quantity#hasMarketValue", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://qudt.org/schema/qudt/quantityValue" + } ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#FloorPanel1", + "@id": "http://w3id.org/CEON/ontology/quantity#hasDismantlingCost", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://qudt.org/schema/qudt/quantityValue" + } ] }, { @@ -122,7 +160,13 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#hasDismantlingCost", + "@id": "http://purl.org/dc/terms/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/quantity#hasTransportCost", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], @@ -132,6 +176,12 @@ } ] }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, { "@id": "http://w3id.org/CEON/ontology/quantity/", "@type": [ @@ -192,81 +242,31 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#hasTransportCost", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://qudt.org/schema/qudt/quantityValue" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/quantity#objectValue", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@value": "objectValue is analogous to qudt:numericalValue" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2002/07/owl#topObjectProperty" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/EURO-PER-M2", + "@id": "http://purl.org/dc/terms/description", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "Euro Per Square Meter (€/km) is a unit used to represent the cost or value of resource per square meter." - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "€/m²" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Euro Per Square Meter" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://w3id.org/CEON/ontology/quantity#LOW_QUALITY", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://purl.org/dc/terms/title", + "@id": "http://w3id.org/CEON/ontology/quantity#HIGH_QUALITY", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://w3id.org/CEON/ontology/quantity#numericalMinValue", + "@id": "http://w3id.org/CEON/ontology/quantity#hasTestingCost", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#double" - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2002/07/owl#topDataProperty" + "@id": "http://qudt.org/schema/qudt/quantityValue" } ] } diff --git a/docs/ontology/quantity/0.1/quantity.owl b/docs/ontology/quantity/0.1/quantity.owl index 23b7bfc5..f29b9473 100644 --- a/docs/ontology/quantity/0.1/quantity.owl +++ b/docs/ontology/quantity/0.1/quantity.owl @@ -7,27 +7,9 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Euro Per Kilometer (€/km) is a unit used to represent the cost or value associated with transporting a resource. - €/km - Euro Per Kilometer - - - - - - - - - - - - @@ -40,15 +22,6 @@ objectValue is analogous to qudt:numericalValue - - - - - - - - - @@ -62,43 +35,70 @@ https://github.com/LiUSemWeb/Materials-Design-Ontology 0.1 + + + + + + + Euro Per Kilometer (€/km) is a unit used to represent the cost or value associated with transporting a resource. + €/km + Euro Per Kilometer + + + + + + + + + - + - + + + + - + + + + - - + + + - + - - + + + - - + + + - + - + - + - + diff --git a/docs/ontology/quantity/0.1/quantity.rdf b/docs/ontology/quantity/0.1/quantity.rdf index 23b7bfc5..f29b9473 100644 --- a/docs/ontology/quantity/0.1/quantity.rdf +++ b/docs/ontology/quantity/0.1/quantity.rdf @@ -7,27 +7,9 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Euro Per Kilometer (€/km) is a unit used to represent the cost or value associated with transporting a resource. - €/km - Euro Per Kilometer - - - - - - - - - - - - @@ -40,15 +22,6 @@ objectValue is analogous to qudt:numericalValue - - - - - - - - - @@ -62,43 +35,70 @@ https://github.com/LiUSemWeb/Materials-Design-Ontology 0.1 + + + + + + + Euro Per Kilometer (€/km) is a unit used to represent the cost or value associated with transporting a resource. + €/km + Euro Per Kilometer + + + + + + + + + - + - + + + + - + + + + - - + + + - + - - + + + - - + + + - + - + - + - + diff --git a/docs/ontology/qudt-unit/2.1/qudt-unit.jsonld b/docs/ontology/qudt-unit/2.1/qudt-unit.jsonld index c9f71e36..cd132c18 100644 --- a/docs/ontology/qudt-unit/2.1/qudt-unit.jsonld +++ b/docs/ontology/qudt-unit/2.1/qudt-unit.jsonld @@ -1,6 +1,18 @@ [ { - "@id": "http://qudt.org/vocab/unit/HR", + "@id": "http://qudt.org/vocab/quantitykind/Area", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/symbol", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/CentiM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -8,50 +20,45 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h." + "@value": "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Hour" + "@value": "http://dbpedia.org/resource/Centimetre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Hour?oldid=495040268" + "@value": "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/hour" + "@id": "http://qudt.org/vocab/prefix/Centi" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "hr" + "@value": "cm" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "h" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "h" + "@value": "cm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "HUR" + "@value": "CMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -60,65 +67,74 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Centimeter" + }, { "@language": "en", - "@value": "Hour" + "@value": "Centimetre" } ] }, { - "@id": "http://qudt.org/vocab/unit/DAY", + "@id": "http://qudt.org/vocab/unit/M", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "Mean solar day" + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Day" + "@value": "http://dbpedia.org/resource/Metre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Day?oldid=494970012" + "@value": "http://en.wikipedia.org/wiki/Metre?oldid=495145797" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/day" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/metre" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ + { + "@value": "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "day" + "@value": "m" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "d" + "@value": "m" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "d" + "@value": "m" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DAY" + "@value": "MTR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -127,9 +143,101 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Meter" + }, + { + "@language": "en-us", + "@value": "Meter" + }, + { + "@language": "ms", + "@value": "meter" + }, + { + "@language": "sl", + "@value": "meter" + }, + { + "@language": "cs", + "@value": "metr" + }, + { + "@language": "pl", + "@value": "metr" + }, { "@language": "en", - "@value": "Day" + "@value": "metre" + }, + { + "@language": "tr", + "@value": "metre" + }, + { + "@language": "es", + "@value": "metro" + }, + { + "@language": "it", + "@value": "metro" + }, + { + "@language": "pt", + "@value": "metro" + }, + { + "@language": "ro", + "@value": "metru" + }, + { + "@language": "la", + "@value": "metrum" + }, + { + "@language": "fr", + "@value": "mètre" + }, + { + "@language": "hu", + "@value": "méter" + }, + { + "@language": "el", + "@value": "μέτρο" + }, + { + "@language": "ru", + "@value": "метр" + }, + { + "@language": "bg", + "@value": "метър" + }, + { + "@language": "he", + "@value": "מטר" + }, + { + "@language": "ar", + "@value": "متر" + }, + { + "@language": "fa", + "@value": "متر" + }, + { + "@language": "hi", + "@value": "मीटर" + }, + { + "@language": "ja", + "@value": "メートル" + }, + { + "@language": "zh", + "@value": "米" } ] }, @@ -182,7 +290,7 @@ ] }, { - "@id": "http://qudt.org/vocab/unit/KiloM", + "@id": "http://qudt.org/vocab/unit/NUM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -190,45 +298,27 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. " - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Kilometre" + "@value": ""Number" is a unit for 'Dimensionless' expressed as (\\#\\)." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Kilo" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "km" + "@value": "#" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "km" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ + "@value": "1" + }, { - "@value": "KMT" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "{#}" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -237,83 +327,48 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Kilometer" - }, { "@language": "en", - "@value": "Kilometre" + "@value": "Number" } ] }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/DEG_C", + "@id": "http://qudt.org/vocab/unit/CentiM2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ - { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).

" - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Celsius" - } - ], - "http://qudt.org/schema/qudt/guidance": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "

See NIST section SP811 section 4.2.1.1

" - }, - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "

See NIST section SP811 section 6.2.8

" + "@value": "A unit of area equal to that of a square, of sides 1cm" } ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Celsius?oldid=494152178" + "@id": "http://qudt.org/vocab/quantitykind/Area" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius" + "@id": "http://qudt.org/vocab/prefix/Centi" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "°C" + "@value": "cm²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Cel" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "°C" - }, - { - "@value": "℃" + "@value": "cm2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CEL" + "@value": "CMK" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -323,137 +378,199 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "hu", - "@value": "Celsius-fok" - }, + "@language": "en-us", + "@value": "Square Centimeter" + }, + { + "@language": "en", + "@value": "Square Centimetre" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/KiloGM", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Kilogram" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Mass" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ + { + "@value": "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds." + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "kg" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "kg" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "kg" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "KGM" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Grad Celsius" + "@value": "Kilogramm" }, { - "@language": "tr", - "@value": "celsius" + "@language": "la", + "@value": "chiliogramma" }, { - "@language": "ms", - "@value": "darjah celsius" + "@language": "it", + "@value": "chilogrammo" + }, + { + "@language": "cs", + "@value": "kilogram" }, { "@language": "en", - "@value": "degree Celsius" + "@value": "kilogram" }, { - "@language": "fr", - "@value": "degré celsius" + "@language": "ms", + "@value": "kilogram" }, { - "@language": "ro", - "@value": "grad celsius" + "@language": "pl", + "@value": "kilogram" }, { - "@language": "es", - "@value": "grado celsius" + "@language": "ro", + "@value": "kilogram" }, { - "@language": "it", - "@value": "grado celsius" + "@language": "sl", + "@value": "kilogram" }, { - "@language": "la", - "@value": "gradus celsii" + "@language": "tr", + "@value": "kilogram" }, { - "@language": "pt", - "@value": "grau celsius" + "@language": "hu", + "@value": "kilogramm*" }, { - "@language": "pl", - "@value": "stopień celsjusza" + "@language": "fr", + "@value": "kilogramme" }, { - "@language": "sl", - "@value": "stopinja Celzija" + "@language": "es", + "@value": "kilogramo" }, { - "@language": "cs", - "@value": "stupně celsia" + "@language": "pt", + "@value": "quilograma" }, { "@language": "el", - "@value": "βαθμός Κελσίου" + "@value": "χιλιόγραμμο" }, { "@language": "bg", - "@value": "градус Целзий" + "@value": "килограм" }, { "@language": "ru", - "@value": "градус Цельсия" + "@value": "килограмм" }, { "@language": "he", - "@value": "צלזיוס" + "@value": "קילוגרם" }, { "@language": "ar", - "@value": "درجة مئوية" + "@value": "كيلوغرام" }, { "@language": "fa", - "@value": "درجه سانتی گراد/سلسیوس" + "@value": "کیلوگرم" }, { "@language": "hi", - "@value": "सेल्सियस" + "@value": "किलोग्राम" }, { "@language": "ja", - "@value": "セルシウス度" + "@value": "キログラム" }, { "@language": "zh", - "@value": "摄氏度" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@value": "degree-centigrade" + "@value": "公斤" } ] }, { - "@id": "http://w3id.org/CEON/ontology/qudt-unit/2.1/", + "@id": "http://qudt.org/vocab/unit/MilliM2", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/creator": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Robin Keskisärkkä" + "@id": "http://qudt.org/vocab/quantitykind/Area" } ], - "http://purl.org/dc/terms/rights": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" + "@value": "0.000001-fold of the power of the SI base unit metre with the exponent 2" } ], - "http://purl.org/dc/terms/title": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@value": "Circular Economy Ontology Network (CEON) - Subset of the QUDT Unit Schema" + "@id": "http://qudt.org/vocab/prefix/Milli" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://qudt.org/schema/qudt/symbol": [ { - "@value": "qudt-unit" + "@value": "mm²" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://qudt.org/schema/qudt/ucumCode": [ { - "@value": "http://qudt.org/vocab/unit" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "mm2" } ], - "http://www.linkedmodel.org/schema/vaem#description": [ + "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "Standard units of measure for all units." + "@value": "MMK" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -461,144 +578,89 @@ "@id": "http://qudt.org/2.1/vocab/unit" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2002/07/owl#imports": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/qudt/2.1/" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "@language": "en-us", + "@value": "Square Millimeter" + }, { - "@id": "http://w3id.org/CEON/ontology/qudt-unit/2.1/" + "@language": "en", + "@value": "Square Millimetre" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Length", + "@id": "http://qudt.org/schema/qudt/ucumCode", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/vocab/unit/NUM", + "@id": "http://qudt.org/vocab/quantitykind/Density", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": ""Number" is a unit for 'Dimensionless' expressed as (\\#\\)." - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "#" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "1" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "{#}" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Number" - } + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel", + "@id": "http://qudt.org/schema/qudt/omUnit", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/schema/qudt/dbpediaMatch", + "@id": "http://qudt.org/schema/qudt/uneceCommonCode", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/vocab/unit/L", + "@id": "http://qudt.org/vocab/unit/KiloM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\(litre\\) (American spelling: \\(\\textit{liter}\\); SI symbol \\(l\\) or \\(L\\)) is a non-SI metric system unit of volume equal to \\(1 \\textit{cubic decimetre}\\) (\\(dm^3\\)), 1,000 cubic centimetres (\\(cm^3\\)) or \\(1/1000 \\textit{cubic metre}\\). If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau." + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. " } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Litre" + "@value": "http://dbpedia.org/resource/Kilometre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume" - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Volume" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Litre?oldid=494846400" + "@value": "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/litre" + "@id": "http://qudt.org/vocab/prefix/Kilo" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "L" + "@value": "km" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "L" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "l" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "L" + "@value": "km" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "LTR" + "@value": "KMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -609,66 +671,61 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Liter" + "@value": "Kilometer" }, { "@language": "en", - "@value": "Litre" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@value": "litre" + "@value": "Kilometre" } ] }, { - "@id": "http://qudt.org/vocab/unit/KiloGM", + "@id": "http://qudt.org/vocab/unit/YR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Kilogram" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Mass" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626" + "@value": "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/omUnit": [ { - "@value": "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds." + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/year" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kg" + "@value": "yr" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg" + "@value": "a" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "kg" + "@value": "yr" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "KGM" + "@value": "ANN" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -677,108 +734,63 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Kilogramm" - }, - { - "@language": "la", - "@value": "chiliogramma" - }, - { - "@language": "it", - "@value": "chilogrammo" - }, - { - "@language": "cs", - "@value": "kilogram" - }, { "@language": "en", - "@value": "kilogram" - }, - { - "@language": "ms", - "@value": "kilogram" - }, - { - "@language": "pl", - "@value": "kilogram" - }, - { - "@language": "ro", - "@value": "kilogram" - }, - { - "@language": "sl", - "@value": "kilogram" - }, - { - "@language": "tr", - "@value": "kilogram" - }, - { - "@language": "hu", - "@value": "kilogramm*" - }, - { - "@language": "fr", - "@value": "kilogramme" - }, - { - "@language": "es", - "@value": "kilogramo" - }, - { - "@language": "pt", - "@value": "quilograma" - }, - { - "@language": "el", - "@value": "χιλιόγραμμο" - }, + "@value": "Year" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/MegaOHM", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@language": "bg", - "@value": "килограм" - }, + "@id": "http://qudt.org/vocab/quantitykind/Resistance" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@language": "ru", - "@value": "килограмм" - }, + "@value": "1,000,000-fold of the derived unit ohm" + } + ], + "http://qudt.org/schema/qudt/prefix": [ { - "@language": "he", - "@value": "קילוגרם" - }, + "@id": "http://qudt.org/vocab/prefix/Mega" + } + ], + "http://qudt.org/schema/qudt/symbol": [ { - "@language": "ar", - "@value": "كيلوغرام" - }, + "@value": "MΩ" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ { - "@language": "fa", - "@value": "کیلوگرم" - }, + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "MOhm" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@language": "hi", - "@value": "किलोग्राम" - }, + "@value": "B75" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "ja", - "@value": "キログラム" - }, + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "zh", - "@value": "公斤" + "@language": "en", + "@value": "Megaohm" } ] }, { - "@id": "http://qudt.org/schema/qudt/udunitsCode", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless", + "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] @@ -790,45 +802,41 @@ ] }, { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M3", + "@id": "http://qudt.org/vocab/unit/DeciM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \\(kg \\cdot m^{-3}\\), or equivalently either \\(kg/m^3\\)." + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A decimeter is a tenth of a meter." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Density" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." + "@id": "http://qudt.org/vocab/prefix/Deci" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kg/m³" + "@value": "dm" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg.m-3" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg/m3" + "@value": "dm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "KMQ" + "@value": "DMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -838,151 +846,211 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "de", - "@value": "Kilogramm je Kubikmeter" + "@language": "en-us", + "@value": "Decimeter" }, { - "@language": "it", - "@value": "chilogrammo al metro cubo" - }, + "@language": "en", + "@value": "Decimetre" + } + ] + }, + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/SEC", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ { - "@language": "tr", - "@value": "kilogram bölü metre küp" - }, + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The \\(Second\\) (symbol: \\(s\\)) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as \\(1/86400\\) of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of \\({9192631770}\\) periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ { - "@language": "sl", - "@value": "kilogram na kubični meter" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Second" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@language": "cs", - "@value": "kilogram na metr krychlový" - }, + "@id": "http://qudt.org/vocab/quantitykind/Time" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ { - "@language": "pl", - "@value": "kilogram na metr sześcienny" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Second?oldid=495241006" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ { - "@language": "ro", - "@value": "kilogram pe metru cub" - }, + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time" + } + ], + "http://qudt.org/schema/qudt/symbol": [ { - "@language": "en-us", - "@value": "kilogram per cubic meter" + "@value": "s" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "s" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "s" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "SEC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Sekunde" }, { - "@language": "en", - "@value": "kilogram per cubic metre" + "@language": "hu", + "@value": "másodperc" }, { "@language": "ms", - "@value": "kilogram per meter kubik" + "@value": "saat" + }, + { + "@language": "tr", + "@value": "saniye" + }, + { + "@language": "en", + "@value": "second" }, { "@language": "fr", - "@value": "kilogramme par mètre cube" + "@value": "seconde" + }, + { + "@language": "it", + "@value": "secondo" + }, + { + "@language": "la", + "@value": "secundum" + }, + { + "@language": "ro", + "@value": "secundă" }, { "@language": "es", - "@value": "kilogramo por metro cúbico" + "@value": "segundo" }, { "@language": "pt", - "@value": "quilograma por metro cúbico" + "@value": "segundo" + }, + { + "@language": "cs", + "@value": "sekunda" + }, + { + "@language": "pl", + "@value": "sekunda" + }, + { + "@language": "sl", + "@value": "sekunda" }, { "@language": "el", - "@value": "χιλιόγραμμο ανά κυβικό μέτρο" + "@value": "δευτερόλεπτο" }, { "@language": "bg", - "@value": "килограм на кубичен метър" + "@value": "секунда" }, { "@language": "ru", - "@value": "килограмм на кубический метр" + "@value": "секунда" + }, + { + "@language": "he", + "@value": "שנייה" }, { "@language": "ar", - "@value": "كيلوغرام لكل متر مكعب" + "@value": "ثانية" }, { "@language": "fa", - "@value": "کیلوگرم بر متر مکعب" + "@value": "ثانیه" }, { "@language": "hi", - "@value": "किलोग्राम प्रति घन मीटर" + "@value": "सैकण्ड" }, { "@language": "ja", - "@value": "キログラム毎立方メートル" + "@value": "秒" }, { "@language": "zh", - "@value": "千克每立方米" + "@value": "秒" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Volume", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/guidance", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/MilliM", + "@id": "http://qudt.org/vocab/unit/TONNE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch." - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Millimetre" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457" + "@id": "http://qudt.org/vocab/quantitykind/Mass" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://qudt.org/vocab/prefix/Milli" + "@value": "1,000-fold of the SI base unit kilogram" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "mm" + "@value": "t" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "mm" + "@value": "t" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "t" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MMT" + "@value": "TNE" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -991,48 +1059,20 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Millimeter" - }, { "@language": "en", - "@value": "Millimetre" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@language": "en-gb", - "@value": "mil" + "@value": "Tonne" } ] }, { - "@id": "http://qudt.org/schema/qudt/symbol", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/LatexString", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://www.linkedmodel.org/schema/vaem#description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/ucumCode", + "@id": "http://qudt.org/schema/qudt/Unit", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id": "http://qudt.org/vocab/unit/GM", + "@id": "http://qudt.org/vocab/unit/DAY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -1040,50 +1080,50 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. " + "@value": "Mean solar day" } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Gram" + "@value": "http://dbpedia.org/resource/Day" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Mass" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Gram?oldid=493995797" + "@value": "http://en.wikipedia.org/wiki/Day?oldid=494970012" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/gram" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/day" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "g" + "@value": "day" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g" + "@value": "d" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "g" + "@value": "d" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "GRM" + "@value": "DAY" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1094,12 +1134,30 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gram" + "@value": "Day" } ] }, { - "@id": "http://qudt.org/vocab/unit/CentiM2", + "@id": "http://qudt.org/vocab/quantitykind/Time", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Resistance", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/prefix", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/M3", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -1107,33 +1165,40 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A unit of area equal to that of a square, of sides 1cm" + "@value": "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Cubic_metre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@id": "http://qudt.org/vocab/quantitykind/Volume" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@id": "http://qudt.org/vocab/prefix/Centi" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "cm²" + "@value": "m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "cm2" + "@value": "m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CMK" + "@value": "MTQ" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1144,44 +1209,151 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Square Centimeter" + "@value": "Cubic Meter" + }, + { + "@language": "de", + "@value": "Kubikmeter" }, { "@language": "en", - "@value": "Square Centimetre" - } - ] + "@value": "cubic metre" + }, + { + "@language": "sl", + "@value": "kubični meter" + }, + { + "@language": "ms", + "@value": "meter kubik" + }, + { + "@language": "cs", + "@value": "metr krychlový" + }, + { + "@language": "pl", + "@value": "metr sześcienny" + }, + { + "@language": "tr", + "@value": "metreküp" + }, + { + "@language": "it", + "@value": "metro cubo" + }, + { + "@language": "es", + "@value": "metro cúbico" + }, + { + "@language": "pt", + "@value": "metro cúbico" + }, + { + "@language": "ro", + "@value": "metru cub" + }, + { + "@language": "la", + "@value": "metrum cubicum" + }, + { + "@language": "fr", + "@value": "mètre cube" + }, + { + "@language": "el", + "@value": "κυβικό μετρο" + }, + { + "@language": "bg", + "@value": "кубичен метър" + }, + { + "@language": "ru", + "@value": "кубический метр" + }, + { + "@language": "he", + "@value": "מטר מעוקב" + }, + { + "@language": "ar", + "@value": "متر مكعب" + }, + { + "@language": "fa", + "@value": "متر مکعب" + }, + { + "@language": "hi", + "@value": "घन मीटर" + }, + { + "@language": "ja", + "@value": "立方メートル" + }, + { + "@language": "zh", + "@value": "立方米" + } + ] }, { - "@id": "http://qudt.org/vocab/unit/DeciL", + "@id": "http://qudt.org/schema/qudt/plainTextDescription", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Volume", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/KiloOHM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Volume" + "@id": "http://qudt.org/vocab/quantitykind/Resistance" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "0.1-fold of the unit litre" + "@value": "1 000-fold of the SI derived unit ohm" + } + ], + "http://qudt.org/schema/qudt/prefix": [ + { + "@id": "http://qudt.org/vocab/prefix/Kilo" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "dL" + "@value": "kΩ" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dL" + "@value": "kOhm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DLT" + "@value": "B49" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1192,67 +1364,70 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Decilitre" - }, - { - "@language": "en-us", - "@value": "Decilitre" + "@value": "Kiloohm" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Density", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Time", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Area", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/TONNE", + "@id": "http://qudt.org/vocab/unit/L", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The \\(litre\\) (American spelling: \\(\\textit{liter}\\); SI symbol \\(l\\) or \\(L\\)) is a non-SI metric system unit of volume equal to \\(1 \\textit{cubic decimetre}\\) (\\(dm^3\\)), 1,000 cubic centimetres (\\(cm^3\\)) or \\(1/1000 \\textit{cubic metre}\\). If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Litre" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Mass" + "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume" + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Volume" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@value": "1,000-fold of the SI base unit kilogram" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Litre?oldid=494846400" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/litre" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "t" + "@value": "L" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "t" + "@value": "L" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "l" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "t" + "@value": "L" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "TNE" + "@value": "LTR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1261,71 +1436,74 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Liter" + }, { "@language": "en", - "@value": "Tonne" + "@value": "Litre" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@value": "litre" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Resistance", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/OHM", + "@id": "http://qudt.org/vocab/unit/HR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \\(\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}\\)" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Ohm" + "@value": "http://dbpedia.org/resource/Hour" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Ohm?oldid=494685555" + "@value": "http://en.wikipedia.org/wiki/Hour?oldid=495040268" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/ohm" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/hour" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "Ω" + "@value": "hr" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Ohm" + "@value": "h" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "Ω" + "@value": "h" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "OHM" + "@value": "HUR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1334,141 +1512,244 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Ohm" - }, - { - "@language": "cs", - "@value": "ohm" - }, { "@language": "en", - "@value": "ohm" - }, - { - "@language": "fr", - "@value": "ohm" - }, + "@value": "Hour" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/DeciM2", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@language": "hu", - "@value": "ohm" - }, + "@id": "http://qudt.org/vocab/quantitykind/Area" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@language": "it", - "@value": "ohm" - }, + "@value": "0.1-fold of the power of the SI base unit metre with the exponent 2" + } + ], + "http://qudt.org/schema/qudt/prefix": [ { - "@language": "ms", - "@value": "ohm" + "@id": "http://qudt.org/vocab/prefix/Deci" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "dm²" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "dm2" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "DMK" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Square Decimeter" }, { - "@language": "pt", - "@value": "ohm" + "@language": "en", + "@value": "Square Decimetre" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/M2", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The S I unit of area is the square metre." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Square_metre" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Area" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "m²" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "m2" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "MTK" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Quadratmeter" }, { - "@language": "ro", - "@value": "ohm" + "@language": "en-us", + "@value": "Square Meter" }, { "@language": "sl", - "@value": "ohm" + "@value": "kvadratni meter" + }, + { + "@language": "ms", + "@value": "meter persegi" + }, + { + "@language": "pl", + "@value": "metr kwadratowy" }, { "@language": "tr", - "@value": "ohm" + "@value": "metrekare" }, { "@language": "es", - "@value": "ohmio" + "@value": "metro cuadrado" + }, + { + "@language": "pt", + "@value": "metro quadrado" + }, + { + "@language": "it", + "@value": "metro quadrato" + }, + { + "@language": "ro", + "@value": "metru pătrat" }, { "@language": "la", - "@value": "ohmium" + "@value": "metrum quadratum" }, { - "@language": "pl", - "@value": "om" + "@language": "fr", + "@value": "mètre carré" + }, + { + "@language": "hu", + "@value": "négyzetméter" + }, + { + "@language": "en", + "@value": "square metre" + }, + { + "@language": "cs", + "@value": "čtvereční metr" }, { "@language": "el", - "@value": "ωμ" + "@value": "τετραγωνικό μέτρο" }, { "@language": "bg", - "@value": "ом" + "@value": "квадратен метър" }, { "@language": "ru", - "@value": "ом" + "@value": "квадратный метр" }, { "@language": "he", - "@value": "אוהם" + "@value": "מטר רבוע" }, { "@language": "ar", - "@value": "أوم" + "@value": "متر مربع" }, { "@language": "fa", - "@value": "اهم" + "@value": "متر مربع" }, { "@language": "hi", - "@value": "ओह्म" + "@value": "वर्ग मीटर" }, { "@language": "ja", - "@value": "オーム" + "@value": "平方メートル" }, { "@language": "zh", - "@value": "欧姆" + "@value": "平方米" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Mass", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/KiloOHM", + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" - } - ], - "http://qudt.org/schema/qudt/plainTextDescription": [ - { - "@value": "1 000-fold of the SI derived unit ohm" - } - ], - "http://qudt.org/schema/qudt/prefix": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://qudt.org/vocab/prefix/Kilo" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kΩ" + "@value": "kg/m²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kOhm" + "@value": "kg.m-2" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "kg/m2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "B49" + "@value": "28" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1477,9 +1758,13 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Kilogram per Square Meter" + }, { "@language": "en", - "@value": "Kiloohm" + "@value": "Kilogram per Square Metre" } ] }, @@ -1536,46 +1821,35 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/omUnit", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/DeciM2", + "@id": "http://qudt.org/vocab/unit/DeciL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@id": "http://qudt.org/vocab/quantitykind/Volume" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "0.1-fold of the power of the SI base unit metre with the exponent 2" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Deci" + "@value": "0.1-fold of the unit litre" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "dm²" + "@value": "dL" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dm2" + "@value": "dL" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DMK" + "@value": "DLT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1585,57 +1859,61 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en-us", - "@value": "Square Decimeter" + "@language": "en", + "@value": "Decilitre" }, { - "@language": "en", - "@value": "Square Decimetre" + "@language": "en-us", + "@value": "Decilitre" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume", + "@id": "http://qudt.org/vocab/quantitykind/Length", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://qudt.org/vocab/unit/DeciM", + "@id": "http://qudt.org/schema/qudt/udunitsCode", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/GM-PER-M3", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A decimeter is a tenth of a meter." - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" + "@id": "http://qudt.org/vocab/quantitykind/Density" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://qudt.org/vocab/prefix/Deci" + "@value": "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "dm" + "@value": "g/m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dm" + "@value": "g.m-3" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "g/m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DMT" + "@value": "A93" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1646,61 +1924,67 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Decimeter" + "@value": "Gram Per Cubic Meter" }, { "@language": "en", - "@value": "Decimetre" + "@value": "Gram Per Cubic Metre" } ] }, { - "@id": "http://qudt.org/vocab/unit/YR", + "@id": "http://qudt.org/vocab/unit/OHM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year." + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The \\textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \\(\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}\\)" + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Ohm" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/Resistance" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" + "@value": "http://en.wikipedia.org/wiki/Ohm?oldid=494685555" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/year" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/ohm" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "yr" + "@value": "Ω" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "a" + "@value": "Ohm" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "yr" + "@value": "Ω" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "ANN" + "@value": "OHM" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1709,47 +1993,141 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Ohm" + }, + { + "@language": "cs", + "@value": "ohm" + }, { "@language": "en", - "@value": "Year" + "@value": "ohm" + }, + { + "@language": "fr", + "@value": "ohm" + }, + { + "@language": "hu", + "@value": "ohm" + }, + { + "@language": "it", + "@value": "ohm" + }, + { + "@language": "ms", + "@value": "ohm" + }, + { + "@language": "pt", + "@value": "ohm" + }, + { + "@language": "ro", + "@value": "ohm" + }, + { + "@language": "sl", + "@value": "ohm" + }, + { + "@language": "tr", + "@value": "ohm" + }, + { + "@language": "es", + "@value": "ohmio" + }, + { + "@language": "la", + "@value": "ohmium" + }, + { + "@language": "pl", + "@value": "om" + }, + { + "@language": "el", + "@value": "ωμ" + }, + { + "@language": "bg", + "@value": "ом" + }, + { + "@language": "ru", + "@value": "ом" + }, + { + "@language": "he", + "@value": "אוהם" + }, + { + "@language": "ar", + "@value": "أوم" + }, + { + "@language": "fa", + "@value": "اهم" + }, + { + "@language": "hi", + "@value": "ओह्म" + }, + { + "@language": "ja", + "@value": "オーム" + }, + { + "@language": "zh", + "@value": "欧姆" } ] }, { - "@id": "http://qudt.org/vocab/unit/MilliM2", + "@id": "http://qudt.org/vocab/unit/MIN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)." } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "0.000001-fold of the power of the SI base unit metre with the exponent 2" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://qudt.org/vocab/prefix/Milli" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "mm²" + "@value": "min" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "mm2" + "@value": "min" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "min" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MMK" + "@value": "MIN" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1758,13 +2136,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Square Millimeter" - }, { "@language": "en", - "@value": "Square Millimetre" + "@value": "Minute" } ] }, @@ -1817,103 +2191,72 @@ ] }, { - "@id": "http://qudt.org/vocab/unit/MIN", + "@id": "http://www.linkedmodel.org/schema/vaem#description", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)." - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Time" - } - ], - "http://qudt.org/schema/qudt/omUnit": [ - { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "MIN" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Minute" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/vocab/unit/M3", + "@id": "http://qudt.org/vocab/unit/DEG_C", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons." + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).

" } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Cubic_metre" + "@value": "http://dbpedia.org/resource/Celsius" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/guidance": [ { - "@id": "http://qudt.org/vocab/quantitykind/Volume" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "

See NIST section SP811 section 4.2.1.1

" + }, + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "

See NIST section SP811 section 6.2.8

" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678" + "@value": "http://en.wikipedia.org/wiki/Celsius?oldid=494152178" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "m³" + "@value": "°C" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "m3" + "@value": "Cel" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "°C" + }, + { + "@value": "℃" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MTQ" + "@value": "CEL" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1923,142 +2266,224 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en-us", - "@value": "Cubic Meter" + "@language": "hu", + "@value": "Celsius-fok" }, { "@language": "de", - "@value": "Kubikmeter" + "@value": "Grad Celsius" }, { - "@language": "en", - "@value": "cubic metre" + "@language": "tr", + "@value": "celsius" }, { - "@language": "sl", - "@value": "kubični meter" + "@language": "ms", + "@value": "darjah celsius" }, { - "@language": "ms", - "@value": "meter kubik" + "@language": "en", + "@value": "degree Celsius" }, { - "@language": "cs", - "@value": "metr krychlový" + "@language": "fr", + "@value": "degré celsius" }, { - "@language": "pl", - "@value": "metr sześcienny" + "@language": "ro", + "@value": "grad celsius" }, { - "@language": "tr", - "@value": "metreküp" + "@language": "es", + "@value": "grado celsius" }, { "@language": "it", - "@value": "metro cubo" + "@value": "grado celsius" }, { - "@language": "es", - "@value": "metro cúbico" + "@language": "la", + "@value": "gradus celsii" }, { "@language": "pt", - "@value": "metro cúbico" + "@value": "grau celsius" }, { - "@language": "ro", - "@value": "metru cub" + "@language": "pl", + "@value": "stopień celsjusza" }, { - "@language": "la", - "@value": "metrum cubicum" + "@language": "sl", + "@value": "stopinja Celzija" }, { - "@language": "fr", - "@value": "mètre cube" + "@language": "cs", + "@value": "stupně celsia" }, { "@language": "el", - "@value": "κυβικό μετρο" + "@value": "βαθμός Κελσίου" }, { "@language": "bg", - "@value": "кубичен метър" + "@value": "градус Целзий" }, { "@language": "ru", - "@value": "кубический метр" + "@value": "градус Цельсия" }, { "@language": "he", - "@value": "מטר מעוקב" + "@value": "צלזיוס" }, { "@language": "ar", - "@value": "متر مكعب" + "@value": "درجة مئوية" }, { "@language": "fa", - "@value": "متر مکعب" + "@value": "درجه سانتی گراد/سلسیوس" }, { "@language": "hi", - "@value": "घन मीटर" + "@value": "सेल्सियस" }, { "@language": "ja", - "@value": "立方メートル" + "@value": "セルシウス度" }, { "@language": "zh", - "@value": "立方米" + "@value": "摄氏度" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@value": "degree-centigrade" } ] }, { - "@id": "http://qudt.org/vocab/unit/M2", + "@id": "http://w3id.org/CEON/ontology/qudt-unit/2.1/", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The S I unit of area is the square metre." + "@value": "Robin Keskisärkkä" } ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ + "http://purl.org/dc/terms/rights": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Square_metre" + "@value": "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Circular Economy Ontology Network (CEON) - Subset of the QUDT Unit Schema" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "qudt-unit" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://qudt.org/vocab/unit" + } + ], + "http://www.linkedmodel.org/schema/vaem#description": [ + { + "@value": "Standard units of measure for all units." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://w3id.org/CEON/ontology/qudt/2.1/" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/ontology/qudt-unit/2.1/" + } + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Mass", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/informativeReference", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/dbpediaMatch", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/guidance", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M3", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \\(kg \\cdot m^{-3}\\), or equivalently either \\(kg/m^3\\)." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@id": "http://qudt.org/vocab/quantitykind/Density" } ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508" + "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "m²" + "@value": "kg/m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "m2" + "@value": "kg.m-3" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "kg/m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MTK" + "@value": "KMQ" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2069,414 +2494,98 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Quadratmeter" - }, - { - "@language": "en-us", - "@value": "Square Meter" + "@value": "Kilogramm je Kubikmeter" }, { - "@language": "sl", - "@value": "kvadratni meter" + "@language": "it", + "@value": "chilogrammo al metro cubo" }, { - "@language": "ms", - "@value": "meter persegi" + "@language": "tr", + "@value": "kilogram bölü metre küp" }, { - "@language": "pl", - "@value": "metr kwadratowy" + "@language": "sl", + "@value": "kilogram na kubični meter" }, { - "@language": "tr", - "@value": "metrekare" + "@language": "cs", + "@value": "kilogram na metr krychlový" }, { - "@language": "es", - "@value": "metro cuadrado" + "@language": "pl", + "@value": "kilogram na metr sześcienny" }, { - "@language": "pt", - "@value": "metro quadrado" + "@language": "ro", + "@value": "kilogram pe metru cub" }, { - "@language": "it", - "@value": "metro quadrato" + "@language": "en-us", + "@value": "kilogram per cubic meter" }, { - "@language": "ro", - "@value": "metru pătrat" + "@language": "en", + "@value": "kilogram per cubic metre" }, { - "@language": "la", - "@value": "metrum quadratum" + "@language": "ms", + "@value": "kilogram per meter kubik" }, { "@language": "fr", - "@value": "mètre carré" - }, - { - "@language": "hu", - "@value": "négyzetméter" + "@value": "kilogramme par mètre cube" }, { - "@language": "en", - "@value": "square metre" + "@language": "es", + "@value": "kilogramo por metro cúbico" }, { - "@language": "cs", - "@value": "čtvereční metr" + "@language": "pt", + "@value": "quilograma por metro cúbico" }, { "@language": "el", - "@value": "τετραγωνικό μέτρο" + "@value": "χιλιόγραμμο ανά κυβικό μέτρο" }, { "@language": "bg", - "@value": "квадратен метър" + "@value": "килограм на кубичен метър" }, { "@language": "ru", - "@value": "квадратный метр" - }, - { - "@language": "he", - "@value": "מטר רבוע" + "@value": "килограмм на кубический метр" }, { "@language": "ar", - "@value": "متر مربع" + "@value": "كيلوغرام لكل متر مكعب" }, { "@language": "fa", - "@value": "متر مربع" + "@value": "کیلوگرم بر متر مکعب" }, { "@language": "hi", - "@value": "वर्ग मीटर" + "@value": "किलोग्राम प्रति घन मीटर" }, { "@language": "ja", - "@value": "平方メートル" + "@value": "キログラム毎立方メートル" }, { "@language": "zh", - "@value": "平方米" + "@value": "千克每立方米" } ] }, { - "@id": "http://qudt.org/vocab/unit/SEC", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\(Second\\) (symbol: \\(s\\)) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as \\(1/86400\\) of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of \\({9192631770}\\) periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation." - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Second" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Time" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Second?oldid=495241006" - } - ], - "http://qudt.org/schema/qudt/omUnit": [ - { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "s" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "s" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "s" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "SEC" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Sekunde" - }, - { - "@language": "hu", - "@value": "másodperc" - }, - { - "@language": "ms", - "@value": "saat" - }, - { - "@language": "tr", - "@value": "saniye" - }, - { - "@language": "en", - "@value": "second" - }, - { - "@language": "fr", - "@value": "seconde" - }, - { - "@language": "it", - "@value": "secondo" - }, - { - "@language": "la", - "@value": "secundum" - }, - { - "@language": "ro", - "@value": "secundă" - }, - { - "@language": "es", - "@value": "segundo" - }, - { - "@language": "pt", - "@value": "segundo" - }, - { - "@language": "cs", - "@value": "sekunda" - }, - { - "@language": "pl", - "@value": "sekunda" - }, - { - "@language": "sl", - "@value": "sekunda" - }, - { - "@language": "el", - "@value": "δευτερόλεπτο" - }, - { - "@language": "bg", - "@value": "секунда" - }, - { - "@language": "ru", - "@value": "секунда" - }, - { - "@language": "he", - "@value": "שנייה" - }, - { - "@language": "ar", - "@value": "ثانية" - }, - { - "@language": "fa", - "@value": "ثانیه" - }, - { - "@language": "hi", - "@value": "सैकण्ड" - }, - { - "@language": "ja", - "@value": "秒" - }, - { - "@language": "zh", - "@value": "秒" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M2", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category." - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "kg/m²" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg.m-2" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg/m2" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "28" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Kilogram per Square Meter" - }, - { - "@language": "en", - "@value": "Kilogram per Square Metre" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/GM-PER-M3", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Density" - } - ], - "http://qudt.org/schema/qudt/plainTextDescription": [ - { - "@value": "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "g/m³" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g.m-3" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g/m3" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "A93" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Gram Per Cubic Meter" - }, - { - "@language": "en", - "@value": "Gram Per Cubic Metre" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/MegaOHM", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" - } - ], - "http://qudt.org/schema/qudt/plainTextDescription": [ - { - "@value": "1,000,000-fold of the derived unit ohm" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Mega" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "MΩ" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "MOhm" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "B75" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Megaohm" - } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/uneceCommonCode", + "@id": "http://www.w3.org/2004/02/skos/core#altLabel", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/vocab/unit/CentiM", + "@id": "http://qudt.org/vocab/unit/MilliM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -2484,13 +2593,13 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units." + "@value": "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Centimetre" + "@value": "http://dbpedia.org/resource/Millimetre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ @@ -2501,28 +2610,28 @@ "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891" + "@value": "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457" } ], "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://qudt.org/vocab/prefix/Centi" + "@id": "http://qudt.org/vocab/prefix/Milli" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "cm" + "@value": "mm" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "cm" + "@value": "mm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CMT" + "@value": "MMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2533,96 +2642,73 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Centimeter" + "@value": "Millimeter" }, { "@language": "en", - "@value": "Centimetre" + "@value": "Millimetre" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@language": "en-gb", + "@value": "mil" } ] }, { - "@id": "http://qudt.org/schema/qudt/plainTextDescription", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/Unit", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/informativeReference", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/prefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/M", + "@id": "http://qudt.org/vocab/unit/GM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. " } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Metre" + "@value": "http://dbpedia.org/resource/Gram" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" + "@id": "http://qudt.org/vocab/quantitykind/Mass" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Metre?oldid=495145797" + "@value": "http://en.wikipedia.org/wiki/Gram?oldid=493995797" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/metre" - } - ], - "http://qudt.org/schema/qudt/plainTextDescription": [ - { - "@value": "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/gram" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "m" + "@value": "g" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "m" + "@value": "g" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "m" + "@value": "g" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MTR" + "@value": "GRM" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2631,102 +2717,16 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Meter" - }, - { - "@language": "en-us", - "@value": "Meter" - }, - { - "@language": "ms", - "@value": "meter" - }, - { - "@language": "sl", - "@value": "meter" - }, - { - "@language": "cs", - "@value": "metr" - }, - { - "@language": "pl", - "@value": "metr" - }, { "@language": "en", - "@value": "metre" - }, - { - "@language": "tr", - "@value": "metre" - }, - { - "@language": "es", - "@value": "metro" - }, - { - "@language": "it", - "@value": "metro" - }, - { - "@language": "pt", - "@value": "metro" - }, - { - "@language": "ro", - "@value": "metru" - }, - { - "@language": "la", - "@value": "metrum" - }, - { - "@language": "fr", - "@value": "mètre" - }, - { - "@language": "hu", - "@value": "méter" - }, - { - "@language": "el", - "@value": "μέτρο" - }, - { - "@language": "ru", - "@value": "метр" - }, - { - "@language": "bg", - "@value": "метър" - }, - { - "@language": "he", - "@value": "מטר" - }, - { - "@language": "ar", - "@value": "متر" - }, - { - "@language": "fa", - "@value": "متر" - }, - { - "@language": "hi", - "@value": "मीटर" - }, - { - "@language": "ja", - "@value": "メートル" - }, - { - "@language": "zh", - "@value": "米" + "@value": "Gram" } ] + }, + { + "@id": "http://qudt.org/schema/qudt/LatexString", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] } ] \ No newline at end of file diff --git a/docs/ontology/qudt-unit/2.1/qudt-unit.owl b/docs/ontology/qudt-unit/2.1/qudt-unit.owl index c20cb988..e13eb5e6 100644 --- a/docs/ontology/qudt-unit/2.1/qudt-unit.owl +++ b/docs/ontology/qudt-unit/2.1/qudt-unit.owl @@ -9,91 +9,38 @@ xmlns:vaem="http://www.linkedmodel.org/schema/vaem#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) - http://dbpedia.org/resource/Ohm - http://en.wikipedia.org/wiki/Ohm?oldid=494685555 - - Ω - Ohm - Ω - OHM - - Ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohmio - ohmium - om - ωμ - ом - ом - אוהם - أوم - اهم - ओह्म - オーム - 欧姆 - - - - - - 0.1-fold of the power of the SI base unit metre with the exponent 2 - - dm² - dm2 - DMK - - Square Decimeter - Square Decimetre - - + - - The S I unit of area is the square metre. - http://dbpedia.org/resource/Square_metre - http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 - - m2 - MTK + + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. + kg/m³ + kg.m-3 + kg/m3 + KMQ - Quadratmeter - Square Meter - kvadratni meter - meter persegi - metr kwadratowy - metrekare - metro cuadrado - metro quadrado - metro quadrato - metru pătrat - metrum quadratum - mètre carré - négyzetméter - square metre - čtvereční metr - τετραγωνικό μέτρο - квадратен метър - квадратный метр - מטר רבוע - متر مربع - متر مربع - वर्ग मीटर - 平方メートル - 平方米 + Kilogramm je Kubikmeter + chilogrammo al metro cubo + kilogram bölü metre küp + kilogram na kubični meter + kilogram na metr krychlový + kilogram na metr sześcienny + kilogram pe metru cub + kilogram per cubic meter + kilogram per cubic metre + kilogram per meter kubik + kilogramme par mètre cube + kilogramo por metro cúbico + quilograma por metro cúbico + χιλιόγραμμο ανά κυβικό μέτρο + килограм на кубичен метър + килограмм на кубический метр + كيلوغرام لكل متر مكعب + کیلوگرم بر متر مکعب + किलोग्राम प्रति घन मीटर + キログラム毎立方メートル + 千克每立方米 @@ -133,48 +80,17 @@ Under the International System of Units (via the International Committee for Wei - - - - + - \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> - http://dbpedia.org/resource/Celsius - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> - http://en.wikipedia.org/wiki/Celsius?oldid=494152178 - - °C - Cel - °C - - CEL + + 1 000-fold of the SI derived unit ohm + + + kOhm + B49 - Celsius-fok - Grad Celsius - celsius - darjah celsius - degree Celsius - degré celsius - grad celsius - grado celsius - grado celsius - gradus celsii - grau celsius - stopień celsjusza - stopinja Celzija - stupně celsia - βαθμός Κελσίου - градус Целзий - градус Цельсия - צלזיוס - درجة مئوية - درجه سانتی گراد/سلسیوس - सेल्सियस - セルシウス度 - 摄氏度 - degree-centigrade + Kiloohm @@ -226,20 +142,93 @@ Under the International System of Units (via the International Committee for Wei Day - + - - The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. - http://dbpedia.org/resource/Hour - http://en.wikipedia.org/wiki/Hour?oldid=495040268 - - hr - h - h - HUR + \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> + http://dbpedia.org/resource/Celsius + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> + http://en.wikipedia.org/wiki/Celsius?oldid=494152178 + + °C + Cel + °C + + CEL - Hour + Celsius-fok + Grad Celsius + celsius + darjah celsius + degree Celsius + degré celsius + grad celsius + grado celsius + grado celsius + gradus celsii + grau celsius + stopień celsjusza + stopinja Celzija + stupně celsia + βαθμός Κελσίου + градус Целзий + градус Цельсия + צלזיוס + درجة مئوية + درجه سانتی گراد/سلسیوس + सेल्सियस + セルシウス度 + 摄氏度 + degree-centigrade + + + + + + 0,001-fold of the SI base unit kilogram divided by the unit litre + g/L + g.L-1 + GL + + Gram Per Liter + Gram Per Litre + + + + + + The S I unit of area is the square metre. + http://dbpedia.org/resource/Square_metre + http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 + + m2 + MTK + + Quadratmeter + Square Meter + kvadratni meter + meter persegi + metr kwadratowy + metrekare + metro cuadrado + metro quadrado + metro quadrato + metru pătrat + metrum quadratum + mètre carré + négyzetméter + square metre + čtvereční metr + τετραγωνικό μέτρο + квадратен метър + квадратный метр + מטר רבוע + متر مربع + متر مربع + वर्ग मीटर + 平方メートル + 平方米 @@ -277,63 +266,20 @@ Under the International System of Units (via the International Committee for Wei キログラム 公斤 - + - - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. - kg/m³ - kg.m-3 - kg/m3 - KMQ - - Kilogramm je Kubikmeter - chilogrammo al metro cubo - kilogram bölü metre küp - kilogram na kubični meter - kilogram na metr krychlový - kilogram na metr sześcienny - kilogram pe metru cub - kilogram per cubic meter - kilogram per cubic metre - kilogram per meter kubik - kilogramme par mètre cube - kilogramo por metro cúbico - quilograma por metro cúbico - χιλιόγραμμο ανά κυβικό μέτρο - килограм на кубичен метър - килограмм на кубический метр - كيلوغرام لكل متر مكعب - کیلوگرم بر متر مکعب - किलोग्राम प्रति घन मीटर - キログラム毎立方メートル - 千克每立方米 - - - - - - 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 - g/m³ - g.m-3 - g/m3 - A93 - - Gram Per Cubic Meter - Gram Per Cubic Metre - - - - - - 0.1-fold of the unit litre - dL - dL - DLT + + A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. + http://dbpedia.org/resource/Kilometre + http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 + + km + km + KMT - Decilitre - Decilitre + Kilometer + Kilometre @@ -374,33 +320,112 @@ Under the International System of Units (via the International Committee for Wei メートル - + - - A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. - http://dbpedia.org/resource/Gram - http://en.wikipedia.org/wiki/Gram?oldid=493995797 - - g - g - g - GRM + + 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 + g/m³ + g.m-3 + g/m3 + A93 - Gram + Gram Per Cubic Meter + Gram Per Cubic Metre - + - - A unit of area equal to that of a square, of sides 1cm + + The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. + http://dbpedia.org/resource/Millimetre + http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 + + mm + mm + MMT + + Millimeter + Millimetre + mil + + + + + + The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) + http://dbpedia.org/resource/Ohm + http://en.wikipedia.org/wiki/Ohm?oldid=494685555 + + Ω + Ohm + Ω + OHM + + Ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohmio + ohmium + om + ωμ + ом + ом + אוהם + أوم + اهم + ओह्म + オーム + 欧姆 + + + + + + A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. + http://dbpedia.org/resource/Centimetre + http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - cm² - cm2 - CMK + cm + cm + CMT - Square Centimeter - Square Centimetre + Centimeter + Centimetre + + + + + + A decimeter is a tenth of a meter. + + dm + dm + DMT + + Decimeter + Decimetre + + + + + + 0.1-fold of the power of the SI base unit metre with the exponent 2 + + dm² + dm2 + DMK + + Square Decimeter + Square Decimetre @@ -421,12 +446,23 @@ Under the International System of Units (via the International Committee for Wei Litre litre - - - + + + + + &quot;Number&quot; is a unit for 'Dimensionless' expressed as (\#\). + # + 1 + {#} + + Number + + + + @@ -440,65 +476,35 @@ Under the International System of Units (via the International Committee for Wei - - - - - A decimeter is a tenth of a meter. - - dm - dm - DMT - - Decimeter - Decimetre - - - - - - &quot;Number&quot; is a unit for 'Dimensionless' expressed as (\#\). - # - 1 - {#} - - Number - - + - - - 0.001-fold of the unit litre - mL - mL - MLT - - Millilitre - Millilitre - + - 1 000-fold of the SI derived unit ohm - - - kOhm - B49 + 1,000,000-fold of the derived unit ohm + + + MOhm + B75 - Kiloohm + Megaohm - + - - 0,001-fold of the SI base unit kilogram divided by the unit litre - g/L - g.L-1 - GL + + A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. + http://dbpedia.org/resource/Gram + http://en.wikipedia.org/wiki/Gram?oldid=493995797 + + g + g + g + GRM - Gram Per Liter - Gram Per Litre + Gram @@ -513,6 +519,24 @@ Under the International System of Units (via the International Committee for Wei Minute + + + + + + + + The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + http://dbpedia.org/resource/Hour + http://en.wikipedia.org/wiki/Hour?oldid=495040268 + + hr + h + h + HUR + + Hour + @@ -525,53 +549,29 @@ Under the International System of Units (via the International Committee for Wei Kilogram per Square Meter Kilogram per Square Metre - - - - - A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year. - http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6 - - yr - a - yr - ANN - - Year - - + - - A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. - http://dbpedia.org/resource/Centimetre - http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - - cm - cm - CMT + + 0.1-fold of the unit litre + dL + dL + DLT - Centimeter - Centimetre - - - + Decilitre + Decilitre - + - - The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. - http://dbpedia.org/resource/Millimetre - http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 - - mm - mm - MMT + + 1,000-fold of the SI base unit kilogram + t + t + t + TNE - Millimeter - Millimetre - mil + Tonne @@ -586,23 +586,56 @@ Under the International System of Units (via the International Committee for Wei Kilogram Per Liter Kilogram Per Litre - + - - A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. - http://dbpedia.org/resource/Kilometre - http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 - - km - km - KMT + + 0.001-fold of the unit litre + mL + mL + MLT - Kilometer - Kilometre + Millilitre + Millilitre - - + + + + + A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year. + http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6 + + yr + a + yr + ANN + + Year + + + + + + + + + + + + + + + + + + A unit of area equal to that of a square, of sides 1cm + + cm² + cm2 + CMK + + Square Centimeter + Square Centimetre @@ -617,88 +650,55 @@ Under the International System of Units (via the International Committee for Wei Square Millimeter Square Millimetre - + - - - 1,000,000-fold of the derived unit ohm - - - MOhm - B75 - - Megaohm - - - - + - - - 1,000-fold of the SI base unit kilogram - t - t - t - TNE - - Tonne - + + + + + + + - + - + - - + + - + - - - - - - - - - - + - - - - + - - - - - + + - + - + - - - diff --git a/docs/ontology/qudt-unit/2.1/qudt-unit.rdf b/docs/ontology/qudt-unit/2.1/qudt-unit.rdf index c20cb988..e13eb5e6 100644 --- a/docs/ontology/qudt-unit/2.1/qudt-unit.rdf +++ b/docs/ontology/qudt-unit/2.1/qudt-unit.rdf @@ -9,91 +9,38 @@ xmlns:vaem="http://www.linkedmodel.org/schema/vaem#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) - http://dbpedia.org/resource/Ohm - http://en.wikipedia.org/wiki/Ohm?oldid=494685555 - - Ω - Ohm - Ω - OHM - - Ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohmio - ohmium - om - ωμ - ом - ом - אוהם - أوم - اهم - ओह्म - オーム - 欧姆 - - - - - - 0.1-fold of the power of the SI base unit metre with the exponent 2 - - dm² - dm2 - DMK - - Square Decimeter - Square Decimetre - - + - - The S I unit of area is the square metre. - http://dbpedia.org/resource/Square_metre - http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 - - m2 - MTK + + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. + kg/m³ + kg.m-3 + kg/m3 + KMQ - Quadratmeter - Square Meter - kvadratni meter - meter persegi - metr kwadratowy - metrekare - metro cuadrado - metro quadrado - metro quadrato - metru pătrat - metrum quadratum - mètre carré - négyzetméter - square metre - čtvereční metr - τετραγωνικό μέτρο - квадратен метър - квадратный метр - מטר רבוע - متر مربع - متر مربع - वर्ग मीटर - 平方メートル - 平方米 + Kilogramm je Kubikmeter + chilogrammo al metro cubo + kilogram bölü metre küp + kilogram na kubični meter + kilogram na metr krychlový + kilogram na metr sześcienny + kilogram pe metru cub + kilogram per cubic meter + kilogram per cubic metre + kilogram per meter kubik + kilogramme par mètre cube + kilogramo por metro cúbico + quilograma por metro cúbico + χιλιόγραμμο ανά κυβικό μέτρο + килограм на кубичен метър + килограмм на кубический метр + كيلوغرام لكل متر مكعب + کیلوگرم بر متر مکعب + किलोग्राम प्रति घन मीटर + キログラム毎立方メートル + 千克每立方米 @@ -133,48 +80,17 @@ Under the International System of Units (via the International Committee for Wei - - - - + - \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> - http://dbpedia.org/resource/Celsius - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> - http://en.wikipedia.org/wiki/Celsius?oldid=494152178 - - °C - Cel - °C - - CEL + + 1 000-fold of the SI derived unit ohm + + + kOhm + B49 - Celsius-fok - Grad Celsius - celsius - darjah celsius - degree Celsius - degré celsius - grad celsius - grado celsius - grado celsius - gradus celsii - grau celsius - stopień celsjusza - stopinja Celzija - stupně celsia - βαθμός Κελσίου - градус Целзий - градус Цельсия - צלזיוס - درجة مئوية - درجه سانتی گراد/سلسیوس - सेल्सियस - セルシウス度 - 摄氏度 - degree-centigrade + Kiloohm @@ -226,20 +142,93 @@ Under the International System of Units (via the International Committee for Wei Day - + - - The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. - http://dbpedia.org/resource/Hour - http://en.wikipedia.org/wiki/Hour?oldid=495040268 - - hr - h - h - HUR + \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> + http://dbpedia.org/resource/Celsius + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> + http://en.wikipedia.org/wiki/Celsius?oldid=494152178 + + °C + Cel + °C + + CEL - Hour + Celsius-fok + Grad Celsius + celsius + darjah celsius + degree Celsius + degré celsius + grad celsius + grado celsius + grado celsius + gradus celsii + grau celsius + stopień celsjusza + stopinja Celzija + stupně celsia + βαθμός Κελσίου + градус Целзий + градус Цельсия + צלזיוס + درجة مئوية + درجه سانتی گراد/سلسیوس + सेल्सियस + セルシウス度 + 摄氏度 + degree-centigrade + + + + + + 0,001-fold of the SI base unit kilogram divided by the unit litre + g/L + g.L-1 + GL + + Gram Per Liter + Gram Per Litre + + + + + + The S I unit of area is the square metre. + http://dbpedia.org/resource/Square_metre + http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 + + m2 + MTK + + Quadratmeter + Square Meter + kvadratni meter + meter persegi + metr kwadratowy + metrekare + metro cuadrado + metro quadrado + metro quadrato + metru pătrat + metrum quadratum + mètre carré + négyzetméter + square metre + čtvereční metr + τετραγωνικό μέτρο + квадратен метър + квадратный метр + מטר רבוע + متر مربع + متر مربع + वर्ग मीटर + 平方メートル + 平方米 @@ -277,63 +266,20 @@ Under the International System of Units (via the International Committee for Wei キログラム 公斤 - + - - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. - kg/m³ - kg.m-3 - kg/m3 - KMQ - - Kilogramm je Kubikmeter - chilogrammo al metro cubo - kilogram bölü metre küp - kilogram na kubični meter - kilogram na metr krychlový - kilogram na metr sześcienny - kilogram pe metru cub - kilogram per cubic meter - kilogram per cubic metre - kilogram per meter kubik - kilogramme par mètre cube - kilogramo por metro cúbico - quilograma por metro cúbico - χιλιόγραμμο ανά κυβικό μέτρο - килограм на кубичен метър - килограмм на кубический метр - كيلوغرام لكل متر مكعب - کیلوگرم بر متر مکعب - किलोग्राम प्रति घन मीटर - キログラム毎立方メートル - 千克每立方米 - - - - - - 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 - g/m³ - g.m-3 - g/m3 - A93 - - Gram Per Cubic Meter - Gram Per Cubic Metre - - - - - - 0.1-fold of the unit litre - dL - dL - DLT + + A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. + http://dbpedia.org/resource/Kilometre + http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 + + km + km + KMT - Decilitre - Decilitre + Kilometer + Kilometre @@ -374,33 +320,112 @@ Under the International System of Units (via the International Committee for Wei メートル - + - - A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. - http://dbpedia.org/resource/Gram - http://en.wikipedia.org/wiki/Gram?oldid=493995797 - - g - g - g - GRM + + 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 + g/m³ + g.m-3 + g/m3 + A93 - Gram + Gram Per Cubic Meter + Gram Per Cubic Metre - + - - A unit of area equal to that of a square, of sides 1cm + + The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. + http://dbpedia.org/resource/Millimetre + http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 + + mm + mm + MMT + + Millimeter + Millimetre + mil + + + + + + The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) + http://dbpedia.org/resource/Ohm + http://en.wikipedia.org/wiki/Ohm?oldid=494685555 + + Ω + Ohm + Ω + OHM + + Ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohmio + ohmium + om + ωμ + ом + ом + אוהם + أوم + اهم + ओह्म + オーム + 欧姆 + + + + + + A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. + http://dbpedia.org/resource/Centimetre + http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - cm² - cm2 - CMK + cm + cm + CMT - Square Centimeter - Square Centimetre + Centimeter + Centimetre + + + + + + A decimeter is a tenth of a meter. + + dm + dm + DMT + + Decimeter + Decimetre + + + + + + 0.1-fold of the power of the SI base unit metre with the exponent 2 + + dm² + dm2 + DMK + + Square Decimeter + Square Decimetre @@ -421,12 +446,23 @@ Under the International System of Units (via the International Committee for Wei Litre litre - - - + + + + + &quot;Number&quot; is a unit for 'Dimensionless' expressed as (\#\). + # + 1 + {#} + + Number + + + + @@ -440,65 +476,35 @@ Under the International System of Units (via the International Committee for Wei - - - - - A decimeter is a tenth of a meter. - - dm - dm - DMT - - Decimeter - Decimetre - - - - - - &quot;Number&quot; is a unit for 'Dimensionless' expressed as (\#\). - # - 1 - {#} - - Number - - + - - - 0.001-fold of the unit litre - mL - mL - MLT - - Millilitre - Millilitre - + - 1 000-fold of the SI derived unit ohm - - - kOhm - B49 + 1,000,000-fold of the derived unit ohm + + + MOhm + B75 - Kiloohm + Megaohm - + - - 0,001-fold of the SI base unit kilogram divided by the unit litre - g/L - g.L-1 - GL + + A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. + http://dbpedia.org/resource/Gram + http://en.wikipedia.org/wiki/Gram?oldid=493995797 + + g + g + g + GRM - Gram Per Liter - Gram Per Litre + Gram @@ -513,6 +519,24 @@ Under the International System of Units (via the International Committee for Wei Minute + + + + + + + + The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + http://dbpedia.org/resource/Hour + http://en.wikipedia.org/wiki/Hour?oldid=495040268 + + hr + h + h + HUR + + Hour + @@ -525,53 +549,29 @@ Under the International System of Units (via the International Committee for Wei Kilogram per Square Meter Kilogram per Square Metre - - - - - A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year. - http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6 - - yr - a - yr - ANN - - Year - - + - - A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. - http://dbpedia.org/resource/Centimetre - http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - - cm - cm - CMT + + 0.1-fold of the unit litre + dL + dL + DLT - Centimeter - Centimetre - - - + Decilitre + Decilitre - + - - The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. - http://dbpedia.org/resource/Millimetre - http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 - - mm - mm - MMT + + 1,000-fold of the SI base unit kilogram + t + t + t + TNE - Millimeter - Millimetre - mil + Tonne @@ -586,23 +586,56 @@ Under the International System of Units (via the International Committee for Wei Kilogram Per Liter Kilogram Per Litre - + - - A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. - http://dbpedia.org/resource/Kilometre - http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 - - km - km - KMT + + 0.001-fold of the unit litre + mL + mL + MLT - Kilometer - Kilometre + Millilitre + Millilitre - - + + + + + A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year. + http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6 + + yr + a + yr + ANN + + Year + + + + + + + + + + + + + + + + + + A unit of area equal to that of a square, of sides 1cm + + cm² + cm2 + CMK + + Square Centimeter + Square Centimetre @@ -617,88 +650,55 @@ Under the International System of Units (via the International Committee for Wei Square Millimeter Square Millimetre - + - - - 1,000,000-fold of the derived unit ohm - - - MOhm - B75 - - Megaohm - - - - + - - - 1,000-fold of the SI base unit kilogram - t - t - t - TNE - - Tonne - + + + + + + + - + - + - - + + - + - - - - - - - - - - + - - - - + - - - - - + + - + - + - - - diff --git a/docs/ontology/qudt/2.1/qudt.jsonld b/docs/ontology/qudt/2.1/qudt.jsonld index 84466272..dcbaf233 100644 --- a/docs/ontology/qudt/2.1/qudt.jsonld +++ b/docs/ontology/qudt/2.1/qudt.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "http://qudt.org/schema/qudt/hasQuantityKind", + "@id": "http://qudt.org/schema/qudt/quantityValue", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], @@ -11,49 +11,29 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has quantity kind" - }, - { - "@language": "en", - "@value": "has quantity kind" + "@value": "quantity value" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://qudt.org/schema/qudt/QuantityKind" + "@id": "http://qudt.org/schema/qudt/QuantityValue" } ] }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/numericalValue", + "@id": "http://qudt.org/schema/qudt/QuantityKind", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/elements/1.1/description": [ { - "@id": "http://www.w3.org/2001/XMLSchema#double" + "@value": "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity." } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/hasUnit", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system." - }, - { - "@language": "en", - "@value": "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system." + "@value": "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -63,21 +43,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "has unit" - }, - { - "@language": "en", - "@value": "has unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://qudt.org/schema/qudt/Unit" + "@value": "Quantity Kind" } ] }, { - "@id": "http://qudt.org/schema/qudt/LatexString", + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] @@ -105,12 +76,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b4" + "@id": "_:na133b8ab4f354374b3760f8543a24773b4" } ] }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b4", + "@id": "_:na133b8ab4f354374b3760f8543a24773b4", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -126,19 +97,60 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/QuantityKind", + "@id": "http://qudt.org/schema/qudt/QuantityValue", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/elements/1.1/description": [ { - "@value": "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity." + "@value": "A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit." } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Quantity Value" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/qudt/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Robin Keskisärkkä" + } + ], + "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity." + "@value": "

The QUDT, or "Quantity, Unit, Dimension and Type" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. The goal of the QUDT ontology is to provide a unified model of, measurable quantities, units for measuring different kinds of quantities, the numerical values of quantities in different units of measure and the data structures and data types used to store and manipulate these objects in software.

\n\n

Except for unit prefixes, all units are specified in separate vocabularies. Descriptions are provided in both HTML and LaTeX formats. A quantity is a measure of an observable phenomenon, that, when associated with something, becomes a property of that thing; a particular object, event, or physical system.

\n\n

A quantity has meaning in the context of a measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Or, as stated at Wikipedia, in the language of measurement, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of these quantities are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time).

" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@value": "https://creativecommons.org/licenses/by/4.0/" + } + ], + "http://purl.org/dc/terms/rights": [ + { + "@value": "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Circular Economy Ontology Network (CEON) - Subset of the QUDT Schema" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "qudt" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://qudt.org/2.1/schema/qudt#" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -146,9 +158,14 @@ "@id": "http://qudt.org/2.1/schema/qudt" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "Quantity Kind" + "@id": "http://qudt.org/2.1/schema/qudt" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/CEON/ontology/qudt/2.1/" } ] }, @@ -175,18 +192,18 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b1" + "@id": "_:na133b8ab4f354374b3760f8543a24773b1" }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b2" + "@id": "_:na133b8ab4f354374b3760f8543a24773b2" }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b3" + "@id": "_:na133b8ab4f354374b3760f8543a24773b3" } ] }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b1", + "@id": "_:na133b8ab4f354374b3760f8543a24773b1", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -202,7 +219,7 @@ ] }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b2", + "@id": "_:na133b8ab4f354374b3760f8543a24773b2", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -218,7 +235,7 @@ ] }, { - "@id": "_:n86c1aeefe48a485fa82e201241611a33b3", + "@id": "_:na133b8ab4f354374b3760f8543a24773b3", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -235,44 +252,35 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/qudt/", + "@id": "http://qudt.org/schema/qudt/numericalValue", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Robin Keskisärkkä" + "@id": "http://www.w3.org/2001/XMLSchema#double" } + ] + }, + { + "@id": "http://qudt.org/schema/qudt/LatexString", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/hasUnit", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "

The QUDT, or "Quantity, Unit, Dimension and Type" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. The goal of the QUDT ontology is to provide a unified model of, measurable quantities, units for measuring different kinds of quantities, the numerical values of quantities in different units of measure and the data structures and data types used to store and manipulate these objects in software.

\n\n

Except for unit prefixes, all units are specified in separate vocabularies. Descriptions are provided in both HTML and LaTeX formats. A quantity is a measure of an observable phenomenon, that, when associated with something, becomes a property of that thing; a particular object, event, or physical system.

\n\n

A quantity has meaning in the context of a measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Or, as stated at Wikipedia, in the language of measurement, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of these quantities are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time).

" - } - ], - "http://purl.org/dc/terms/license": [ - { - "@value": "https://creativecommons.org/licenses/by/4.0/" - } - ], - "http://purl.org/dc/terms/rights": [ - { - "@value": "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Circular Economy Ontology Network (CEON) - Subset of the QUDT Schema" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "qudt" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "@value": "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system." + }, { - "@value": "http://qudt.org/2.1/schema/qudt#" + "@language": "en", + "@value": "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -280,35 +288,23 @@ "@id": "http://qudt.org/2.1/schema/qudt" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://qudt.org/2.1/schema/qudt" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/qudt/2.1/" - } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/QuantityValue", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/elements/1.1/description": [ + "@value": "has unit" + }, { - "@value": "A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit." + "@language": "en", + "@value": "has unit" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Quantity Value" + "@id": "http://qudt.org/schema/qudt/Unit" } ] }, { - "@id": "http://qudt.org/schema/qudt/quantityValue", + "@id": "http://qudt.org/schema/qudt/hasQuantityKind", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], @@ -319,12 +315,16 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "quantity value" + "@value": "has quantity kind" + }, + { + "@language": "en", + "@value": "has quantity kind" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://qudt.org/schema/qudt/QuantityValue" + "@id": "http://qudt.org/schema/qudt/QuantityKind" } ] } diff --git a/docs/ontology/qudt/2.1/qudt.owl b/docs/ontology/qudt/2.1/qudt.owl index 2ab305fe..87baca67 100644 --- a/docs/ontology/qudt/2.1/qudt.owl +++ b/docs/ontology/qudt/2.1/qudt.owl @@ -7,10 +7,29 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - + + + + + + <p class="lm-para">A <b>quantity</b> is the measurement of an observable property of a particular object, event, or physical system. A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying <b>quantity kind</b> is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant. </p> + +<p class="lm-para">In other words, quantities are quantifiable aspects of the world, such as the duration of a movie, the distance between two points, velocity of a car, the pressure of the atmosphere, and a person's weight; and units are used to describe their numerical measure. + +</p><p class="lm-para">Many <b>quantity kinds</b> are related to each other by various physical laws, and as a result, the associated units of some quantity kinds can be expressed as products (or ratios) of powers of other quantity kinds (e.g., momentum is mass times velocity and velocity is defined as distance divided by time). In this way, some quantities can be calculated from other measured quantities using their associations to the quantity kinds in these expressions. These quantity kind relationships are also discussed in dimensional analysis. Those that cannot be so expressed can be regarded as &quot;fundamental&quot; in this sense.</p> +<p class="lm-para">A quantity is distinguished from a &quot;quantity kind&quot; in that the former carries a value and the latter is a type specifier.</p> + + Quantity + + + + + + quantity value + + + + @@ -29,53 +48,25 @@ - - - - - - - - - - - A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \(Q = nU\). - - Unit - - - - - - - <p class="lm-para">A <b>quantity</b> is the measurement of an observable property of a particular object, event, or physical system. A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying <b>quantity kind</b> is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant. </p> - -<p class="lm-para">In other words, quantities are quantifiable aspects of the world, such as the duration of a movie, the distance between two points, velocity of a car, the pressure of the atmosphere, and a person's weight; and units are used to describe their numerical measure. - -</p><p class="lm-para">Many <b>quantity kinds</b> are related to each other by various physical laws, and as a result, the associated units of some quantity kinds can be expressed as products (or ratios) of powers of other quantity kinds (e.g., momentum is mass times velocity and velocity is defined as distance divided by time). In this way, some quantities can be calculated from other measured quantities using their associations to the quantity kinds in these expressions. These quantity kind relationships are also discussed in dimensional analysis. Those that cannot be so expressed can be regarded as &quot;fundamental&quot; in this sense.</p> -<p class="lm-para">A quantity is distinguished from a &quot;quantity kind&quot; in that the former carries a value and the latter is a type specifier.</p> + + + + This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. + This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - Quantity + has unit + has unit - + - + 0 - - - - This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - - has unit - has unit - A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity. @@ -83,16 +74,10 @@ Quantity Kind - - - - - - - - - - quantity value + + + A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. + Quantity Value @@ -101,10 +86,25 @@ has quantity kind has quantity kind - + + + + + + - A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. - Quantity Value + + A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \(Q = nU\). + + Unit + + + + + + + + diff --git a/docs/ontology/qudt/2.1/qudt.rdf b/docs/ontology/qudt/2.1/qudt.rdf index 2ab305fe..87baca67 100644 --- a/docs/ontology/qudt/2.1/qudt.rdf +++ b/docs/ontology/qudt/2.1/qudt.rdf @@ -7,10 +7,29 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - + + + + + + <p class="lm-para">A <b>quantity</b> is the measurement of an observable property of a particular object, event, or physical system. A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying <b>quantity kind</b> is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant. </p> + +<p class="lm-para">In other words, quantities are quantifiable aspects of the world, such as the duration of a movie, the distance between two points, velocity of a car, the pressure of the atmosphere, and a person's weight; and units are used to describe their numerical measure. + +</p><p class="lm-para">Many <b>quantity kinds</b> are related to each other by various physical laws, and as a result, the associated units of some quantity kinds can be expressed as products (or ratios) of powers of other quantity kinds (e.g., momentum is mass times velocity and velocity is defined as distance divided by time). In this way, some quantities can be calculated from other measured quantities using their associations to the quantity kinds in these expressions. These quantity kind relationships are also discussed in dimensional analysis. Those that cannot be so expressed can be regarded as &quot;fundamental&quot; in this sense.</p> +<p class="lm-para">A quantity is distinguished from a &quot;quantity kind&quot; in that the former carries a value and the latter is a type specifier.</p> + + Quantity + + + + + + quantity value + + + + @@ -29,53 +48,25 @@ - - - - - - - - - - - A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \(Q = nU\). - - Unit - - - - - - - <p class="lm-para">A <b>quantity</b> is the measurement of an observable property of a particular object, event, or physical system. A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying <b>quantity kind</b> is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant. </p> - -<p class="lm-para">In other words, quantities are quantifiable aspects of the world, such as the duration of a movie, the distance between two points, velocity of a car, the pressure of the atmosphere, and a person's weight; and units are used to describe their numerical measure. - -</p><p class="lm-para">Many <b>quantity kinds</b> are related to each other by various physical laws, and as a result, the associated units of some quantity kinds can be expressed as products (or ratios) of powers of other quantity kinds (e.g., momentum is mass times velocity and velocity is defined as distance divided by time). In this way, some quantities can be calculated from other measured quantities using their associations to the quantity kinds in these expressions. These quantity kind relationships are also discussed in dimensional analysis. Those that cannot be so expressed can be regarded as &quot;fundamental&quot; in this sense.</p> -<p class="lm-para">A quantity is distinguished from a &quot;quantity kind&quot; in that the former carries a value and the latter is a type specifier.</p> + + + + This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. + This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - Quantity + has unit + has unit - + - + 0 - - - - This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. - - has unit - has unit - A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity. @@ -83,16 +74,10 @@ Quantity Kind - - - - - - - - - - quantity value + + + A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. + Quantity Value @@ -101,10 +86,25 @@ has quantity kind has quantity kind - + + + + + + - A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. - Quantity Value + + A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \(Q = nU\). + + Unit + + + + + + + + diff --git a/docs/ontology/qudtunit/2.1/qudtunit.jsonld b/docs/ontology/qudtunit/2.1/qudtunit.jsonld index 83a5c706..a00153f1 100644 --- a/docs/ontology/qudtunit/2.1/qudtunit.jsonld +++ b/docs/ontology/qudtunit/2.1/qudtunit.jsonld @@ -1,6 +1,18 @@ [ { - "@id": "http://qudt.org/vocab/unit/HR", + "@id": "http://qudt.org/vocab/quantitykind/Area", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/symbol", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/CentiM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -8,50 +20,45 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h." + "@value": "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Hour" + "@value": "http://dbpedia.org/resource/Centimetre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Hour?oldid=495040268" + "@value": "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/hour" + "@id": "http://qudt.org/vocab/prefix/Centi" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "hr" + "@value": "cm" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "h" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "h" + "@value": "cm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "HUR" + "@value": "CMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -60,65 +67,74 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Centimeter" + }, { "@language": "en", - "@value": "Hour" + "@value": "Centimetre" } ] }, { - "@id": "http://qudt.org/vocab/unit/DAY", + "@id": "http://qudt.org/vocab/unit/M", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "Mean solar day" + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Day" + "@value": "http://dbpedia.org/resource/Metre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Day?oldid=494970012" + "@value": "http://en.wikipedia.org/wiki/Metre?oldid=495145797" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/day" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/metre" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ + { + "@value": "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "day" + "@value": "m" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "d" + "@value": "m" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "d" + "@value": "m" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DAY" + "@value": "MTR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -127,9 +143,101 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Meter" + }, + { + "@language": "en-us", + "@value": "Meter" + }, + { + "@language": "ms", + "@value": "meter" + }, + { + "@language": "sl", + "@value": "meter" + }, + { + "@language": "cs", + "@value": "metr" + }, + { + "@language": "pl", + "@value": "metr" + }, { "@language": "en", - "@value": "Day" + "@value": "metre" + }, + { + "@language": "tr", + "@value": "metre" + }, + { + "@language": "es", + "@value": "metro" + }, + { + "@language": "it", + "@value": "metro" + }, + { + "@language": "pt", + "@value": "metro" + }, + { + "@language": "ro", + "@value": "metru" + }, + { + "@language": "la", + "@value": "metrum" + }, + { + "@language": "fr", + "@value": "mètre" + }, + { + "@language": "hu", + "@value": "méter" + }, + { + "@language": "el", + "@value": "μέτρο" + }, + { + "@language": "ru", + "@value": "метр" + }, + { + "@language": "bg", + "@value": "метър" + }, + { + "@language": "he", + "@value": "מטר" + }, + { + "@language": "ar", + "@value": "متر" + }, + { + "@language": "fa", + "@value": "متر" + }, + { + "@language": "hi", + "@value": "मीटर" + }, + { + "@language": "ja", + "@value": "メートル" + }, + { + "@language": "zh", + "@value": "米" } ] }, @@ -182,7 +290,7 @@ ] }, { - "@id": "http://qudt.org/vocab/unit/KiloM", + "@id": "http://qudt.org/vocab/unit/NUM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -190,45 +298,27 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. " - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Kilometre" + "@value": ""Number" is a unit for 'Dimensionless' expressed as (\\#\\)." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Kilo" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "km" + "@value": "#" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "km" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ + "@value": "1" + }, { - "@value": "KMT" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "{#}" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -237,312 +327,48 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Kilometer" - }, { "@language": "en", - "@value": "Kilometre" + "@value": "Number" } ] }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/DEG_C", + "@id": "http://qudt.org/vocab/unit/CentiM2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ - { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).

" - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Celsius" - } - ], - "http://qudt.org/schema/qudt/guidance": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "

See NIST section SP811 section 4.2.1.1

" - }, - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "

See NIST section SP811 section 6.2.8

" + "@value": "A unit of area equal to that of a square, of sides 1cm" } ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Celsius?oldid=494152178" + "@id": "http://qudt.org/vocab/quantitykind/Area" } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius" + "@id": "http://qudt.org/vocab/prefix/Centi" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "°C" + "@value": "cm²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Cel" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "°C" - }, - { - "@value": "℃" + "@value": "cm2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CEL" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "hu", - "@value": "Celsius-fok" - }, - { - "@language": "de", - "@value": "Grad Celsius" - }, - { - "@language": "tr", - "@value": "celsius" - }, - { - "@language": "ms", - "@value": "darjah celsius" - }, - { - "@language": "en", - "@value": "degree Celsius" - }, - { - "@language": "fr", - "@value": "degré celsius" - }, - { - "@language": "ro", - "@value": "grad celsius" - }, - { - "@language": "es", - "@value": "grado celsius" - }, - { - "@language": "it", - "@value": "grado celsius" - }, - { - "@language": "la", - "@value": "gradus celsii" - }, - { - "@language": "pt", - "@value": "grau celsius" - }, - { - "@language": "pl", - "@value": "stopień celsjusza" - }, - { - "@language": "sl", - "@value": "stopinja Celzija" - }, - { - "@language": "cs", - "@value": "stupně celsia" - }, - { - "@language": "el", - "@value": "βαθμός Κελσίου" - }, - { - "@language": "bg", - "@value": "градус Целзий" - }, - { - "@language": "ru", - "@value": "градус Цельсия" - }, - { - "@language": "he", - "@value": "צלזיוס" - }, - { - "@language": "ar", - "@value": "درجة مئوية" - }, - { - "@language": "fa", - "@value": "درجه سانتی گراد/سلسیوس" - }, - { - "@language": "hi", - "@value": "सेल्सियस" - }, - { - "@language": "ja", - "@value": "セルシウス度" - }, - { - "@language": "zh", - "@value": "摄氏度" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@value": "degree-centigrade" - } - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Length", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/NUM", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": ""Number" is a unit for 'Dimensionless' expressed as (\\#\\)." - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "#" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "1" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "{#}" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Number" - } - ] - }, - { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/dbpediaMatch", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/L", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\(litre\\) (American spelling: \\(\\textit{liter}\\); SI symbol \\(l\\) or \\(L\\)) is a non-SI metric system unit of volume equal to \\(1 \\textit{cubic decimetre}\\) (\\(dm^3\\)), 1,000 cubic centimetres (\\(cm^3\\)) or \\(1/1000 \\textit{cubic metre}\\). If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau." - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Litre" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume" - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Volume" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Litre?oldid=494846400" - } - ], - "http://qudt.org/schema/qudt/omUnit": [ - { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/litre" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "L" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "L" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "l" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "L" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "LTR" + "@value": "CMK" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -553,16 +379,11 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Liter" + "@value": "Square Centimeter" }, { "@language": "en", - "@value": "Litre" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@value": "litre" + "@value": "Square Centimetre" } ] }, @@ -716,63 +537,40 @@ ] }, { - "@id": "http://qudt.org/schema/qudt/udunitsCode", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/UCUMcs", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M3", + "@id": "http://qudt.org/vocab/unit/MilliM2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \\(kg \\cdot m^{-3}\\), or equivalently either \\(kg/m^3\\)." + "@id": "http://qudt.org/vocab/quantitykind/Area" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://qudt.org/vocab/quantitykind/Density" + "@value": "0.000001-fold of the power of the SI base unit metre with the exponent 2" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." + "@id": "http://qudt.org/vocab/prefix/Milli" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kg/m³" + "@value": "mm²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg.m-3" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg/m3" + "@value": "mm2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "KMQ" + "@value": "MMK" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -781,92 +579,34 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Kilogramm je Kubikmeter" - }, - { - "@language": "it", - "@value": "chilogrammo al metro cubo" - }, - { - "@language": "tr", - "@value": "kilogram bölü metre küp" - }, - { - "@language": "sl", - "@value": "kilogram na kubični meter" - }, - { - "@language": "cs", - "@value": "kilogram na metr krychlový" - }, - { - "@language": "pl", - "@value": "kilogram na metr sześcienny" - }, - { - "@language": "ro", - "@value": "kilogram pe metru cub" - }, { "@language": "en-us", - "@value": "kilogram per cubic meter" + "@value": "Square Millimeter" }, { "@language": "en", - "@value": "kilogram per cubic metre" - }, - { - "@language": "ms", - "@value": "kilogram per meter kubik" - }, - { - "@language": "fr", - "@value": "kilogramme par mètre cube" - }, - { - "@language": "es", - "@value": "kilogramo por metro cúbico" - }, - { - "@language": "pt", - "@value": "quilograma por metro cúbico" - }, - { - "@language": "el", - "@value": "χιλιόγραμμο ανά κυβικό μέτρο" - }, - { - "@language": "bg", - "@value": "килограм на кубичен метър" - }, - { - "@language": "ru", - "@value": "килограмм на кубический метр" - }, - { - "@language": "ar", - "@value": "كيلوغرام لكل متر مكعب" - }, - { - "@language": "fa", - "@value": "کیلوگرم بر متر مکعب" - }, - { - "@language": "hi", - "@value": "किलोग्राम प्रति घन मीटर" - }, - { - "@language": "ja", - "@value": "キログラム毎立方メートル" - }, - { - "@language": "zh", - "@value": "千克每立方米" + "@value": "Square Millimetre" } ] }, + { + "@id": "http://qudt.org/schema/qudt/ucumCode", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Density", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/omUnit", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, { "@id": "http://w3id.org/CEON/ontology/qudtunit/", "@type": [ @@ -929,19 +669,7 @@ ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Volume", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/guidance", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/MilliM", + "@id": "http://qudt.org/vocab/unit/KiloM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -949,13 +677,13 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch." + "@value": "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. " } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Millimetre" + "@value": "http://dbpedia.org/resource/Kilometre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ @@ -966,28 +694,28 @@ "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457" + "@value": "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851" } ], "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://qudt.org/vocab/prefix/Milli" + "@id": "http://qudt.org/vocab/prefix/Kilo" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "mm" + "@value": "km" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "mm" + "@value": "km" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MMT" + "@value": "KMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -998,46 +726,22 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Millimeter" + "@value": "Kilometer" }, { "@language": "en", - "@value": "Millimetre" - } - ], - "http://www.w3.org/2004/02/skos/core#altLabel": [ - { - "@language": "en-gb", - "@value": "mil" + "@value": "Kilometre" } ] }, { - "@id": "http://qudt.org/schema/qudt/symbol", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/LatexString", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, - { - "@id": "http://www.linkedmodel.org/schema/vaem#description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/ucumCode", + "@id": "http://qudt.org/schema/qudt/uneceCommonCode", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://qudt.org/vocab/unit/GM", + "@id": "http://qudt.org/vocab/unit/YR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -1045,50 +749,44 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. " - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Gram" + "@value": "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year." } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Mass" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Gram?oldid=493995797" + "@value": "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/gram" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/year" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "g" + "@value": "yr" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g" + "@value": "a" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "g" + "@value": "yr" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "GRM" + "@value": "ANN" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1099,46 +797,45 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gram" + "@value": "Year" } ] }, { - "@id": "http://qudt.org/vocab/unit/CentiM2", + "@id": "http://qudt.org/vocab/unit/MegaOHM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A unit of area equal to that of a square, of sides 1cm" + "@id": "http://qudt.org/vocab/quantitykind/Resistance" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@value": "1,000,000-fold of the derived unit ohm" } ], "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://qudt.org/vocab/prefix/Centi" + "@id": "http://qudt.org/vocab/prefix/Mega" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "cm²" + "@value": "MΩ" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "cm2" + "@value": "MOhm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CMK" + "@value": "B75" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1147,117 +844,60 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Square Centimeter" - }, { "@language": "en", - "@value": "Square Centimetre" + "@value": "Megaohm" } ] }, { - "@id": "http://qudt.org/vocab/unit/DeciL", + "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/UCUMcs", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/DeciM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Volume" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A decimeter is a tenth of a meter." } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "0.1-fold of the unit litre" + "@id": "http://qudt.org/vocab/quantitykind/Length" } ], - "http://qudt.org/schema/qudt/symbol": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@value": "dL" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dL" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "DLT" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Decilitre" - }, - { - "@language": "en-us", - "@value": "Decilitre" - } - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Density", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Time", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/quantitykind/Area", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/TONNE", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Mass" - } - ], - "http://qudt.org/schema/qudt/plainTextDescription": [ - { - "@value": "1,000-fold of the SI base unit kilogram" + "@id": "http://qudt.org/vocab/prefix/Deci" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "t" + "@value": "dm" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "t" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "t" + "@value": "dm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "TNE" + "@value": "DMT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1266,20 +906,24 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Decimeter" + }, { "@language": "en", - "@value": "Tonne" + "@value": "Decimetre" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Resistance", + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2000/01/rdf-schema#Datatype" ] }, { - "@id": "http://qudt.org/vocab/unit/OHM", + "@id": "http://qudt.org/vocab/unit/SEC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" @@ -1287,50 +931,50 @@ "http://purl.org/dc/terms/description": [ { "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \\(\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}\\)" + "@value": "The \\(Second\\) (symbol: \\(s\\)) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as \\(1/86400\\) of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of \\({9192631770}\\) periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation." } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Ohm" + "@value": "http://dbpedia.org/resource/Second" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Ohm?oldid=494685555" + "@value": "http://en.wikipedia.org/wiki/Second?oldid=495241006" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/ohm" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "Ω" + "@value": "s" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "Ohm" + "@value": "s" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "Ω" + "@value": "s" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "OHM" + "@value": "SEC" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1341,139 +985,133 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Ohm" + "@value": "Sekunde" }, { - "@language": "cs", - "@value": "ohm" + "@language": "hu", + "@value": "másodperc" }, { - "@language": "en", - "@value": "ohm" + "@language": "ms", + "@value": "saat" }, { - "@language": "fr", - "@value": "ohm" + "@language": "tr", + "@value": "saniye" }, { - "@language": "hu", - "@value": "ohm" + "@language": "en", + "@value": "second" }, { - "@language": "it", - "@value": "ohm" + "@language": "fr", + "@value": "seconde" }, { - "@language": "ms", - "@value": "ohm" + "@language": "it", + "@value": "secondo" }, { - "@language": "pt", - "@value": "ohm" + "@language": "la", + "@value": "secundum" }, { "@language": "ro", - "@value": "ohm" + "@value": "secundă" }, { - "@language": "sl", - "@value": "ohm" + "@language": "es", + "@value": "segundo" }, { - "@language": "tr", - "@value": "ohm" + "@language": "pt", + "@value": "segundo" }, { - "@language": "es", - "@value": "ohmio" + "@language": "cs", + "@value": "sekunda" }, { - "@language": "la", - "@value": "ohmium" + "@language": "pl", + "@value": "sekunda" }, { - "@language": "pl", - "@value": "om" + "@language": "sl", + "@value": "sekunda" }, { "@language": "el", - "@value": "ωμ" + "@value": "δευτερόλεπτο" }, { "@language": "bg", - "@value": "ом" + "@value": "секунда" }, { "@language": "ru", - "@value": "ом" + "@value": "секунда" }, { "@language": "he", - "@value": "אוהם" + "@value": "שנייה" }, { "@language": "ar", - "@value": "أوم" + "@value": "ثانية" }, { "@language": "fa", - "@value": "اهم" + "@value": "ثانیه" }, { "@language": "hi", - "@value": "ओह्म" + "@value": "सैकण्ड" }, { "@language": "ja", - "@value": "オーム" + "@value": "秒" }, { "@language": "zh", - "@value": "欧姆" + "@value": "秒" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/Mass", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/KiloOHM", + "@id": "http://qudt.org/vocab/unit/TONNE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" + "@id": "http://qudt.org/vocab/quantitykind/Mass" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "1 000-fold of the SI derived unit ohm" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Kilo" + "@value": "1,000-fold of the SI base unit kilogram" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kΩ" + "@value": "t" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kOhm" + "@value": "t" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "t" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "B49" + "@value": "TNE" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1484,44 +1122,69 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kiloohm" + "@value": "Tonne" } ] }, { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-L", + "@id": "http://qudt.org/schema/qudt/Unit", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/DAY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "Mean solar day" + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Day" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Density" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@value": "SI base unit kilogram divided by the unit litre" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Day?oldid=494970012" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/day" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kg/L" + "@value": "day" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg.L-1" - }, + "@value": "d" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg/L" + "@value": "d" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "B35" + "@value": "DAY" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1530,57 +1193,73 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Kilogram Per Liter" - }, { "@language": "en", - "@value": "Kilogram Per Litre" + "@value": "Day" } ] }, { - "@id": "http://qudt.org/schema/qudt/omUnit", + "@id": "http://qudt.org/vocab/quantitykind/Time", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://qudt.org/vocab/unit/DeciM2", + "@id": "http://qudt.org/vocab/quantitykind/Resistance", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/prefix", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/M3", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons." } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/dbpediaMatch": [ { - "@value": "0.1-fold of the power of the SI base unit metre with the exponent 2" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Cubic_metre" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/prefix/Deci" + "@id": "http://qudt.org/vocab/quantitykind/Volume" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "dm²" + "@value": "m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dm2" + "@value": "m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DMK" + "@value": "MTQ" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1591,56 +1270,151 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Square Decimeter" + "@value": "Cubic Meter" + }, + { + "@language": "de", + "@value": "Kubikmeter" }, { "@language": "en", - "@value": "Square Decimetre" + "@value": "cubic metre" + }, + { + "@language": "sl", + "@value": "kubični meter" + }, + { + "@language": "ms", + "@value": "meter kubik" + }, + { + "@language": "cs", + "@value": "metr krychlový" + }, + { + "@language": "pl", + "@value": "metr sześcienny" + }, + { + "@language": "tr", + "@value": "metreküp" + }, + { + "@language": "it", + "@value": "metro cubo" + }, + { + "@language": "es", + "@value": "metro cúbico" + }, + { + "@language": "pt", + "@value": "metro cúbico" + }, + { + "@language": "ro", + "@value": "metru cub" + }, + { + "@language": "la", + "@value": "metrum cubicum" + }, + { + "@language": "fr", + "@value": "mètre cube" + }, + { + "@language": "el", + "@value": "κυβικό μετρο" + }, + { + "@language": "bg", + "@value": "кубичен метър" + }, + { + "@language": "ru", + "@value": "кубический метр" + }, + { + "@language": "he", + "@value": "מטר מעוקב" + }, + { + "@language": "ar", + "@value": "متر مكعب" + }, + { + "@language": "fa", + "@value": "متر مکعب" + }, + { + "@language": "hi", + "@value": "घन मीटर" + }, + { + "@language": "ja", + "@value": "立方メートル" + }, + { + "@language": "zh", + "@value": "立方米" } ] }, { - "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume", + "@id": "http://qudt.org/schema/qudt/plainTextDescription", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Volume", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual" ] }, { - "@id": "http://qudt.org/vocab/unit/DeciM", + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/KiloOHM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A decimeter is a tenth of a meter." + "@id": "http://qudt.org/vocab/quantitykind/Resistance" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" + "@value": "1 000-fold of the SI derived unit ohm" } ], "http://qudt.org/schema/qudt/prefix": [ { - "@id": "http://qudt.org/vocab/prefix/Deci" + "@id": "http://qudt.org/vocab/prefix/Kilo" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "dm" + "@value": "kΩ" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "dm" + "@value": "kOhm" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "DMT" + "@value": "B49" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1649,63 +1423,72 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Decimeter" - }, { "@language": "en", - "@value": "Decimetre" + "@value": "Kiloohm" } ] }, { - "@id": "http://qudt.org/vocab/unit/YR", + "@id": "http://qudt.org/vocab/unit/L", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year." + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The \\(litre\\) (American spelling: \\(\\textit{liter}\\); SI symbol \\(l\\) or \\(L\\)) is a non-SI metric system unit of volume equal to \\(1 \\textit{cubic decimetre}\\) (\\(dm^3\\)), 1,000 cubic centimetres (\\(cm^3\\)) or \\(1/1000 \\textit{cubic metre}\\). If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Litre" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Time" + "@id": "http://qudt.org/vocab/quantitykind/LiquidVolume" + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Volume" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" + "@value": "http://en.wikipedia.org/wiki/Litre?oldid=494846400" } ], "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/year" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/litre" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "yr" + "@value": "L" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "a" + "@value": "L" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "l" } ], "http://qudt.org/schema/qudt/udunitsCode": [ { - "@value": "yr" + "@value": "L" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "ANN" + "@value": "LTR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1714,47 +1497,74 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Liter" + }, { "@language": "en", - "@value": "Year" + "@value": "Litre" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@value": "litre" } ] }, { - "@id": "http://qudt.org/vocab/unit/MilliM2", + "@id": "http://qudt.org/vocab/unit/HR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Hour" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Area" + "@id": "http://qudt.org/vocab/quantitykind/Time" } ], - "http://qudt.org/schema/qudt/plainTextDescription": [ + "http://qudt.org/schema/qudt/informativeReference": [ { - "@value": "0.000001-fold of the power of the SI base unit metre with the exponent 2" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Hour?oldid=495040268" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://qudt.org/vocab/prefix/Milli" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/hour" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "mm²" + "@value": "hr" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "mm2" + "@value": "h" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "h" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MMK" + "@value": "HUR" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1763,162 +1573,47 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Square Millimeter" - }, { "@language": "en", - "@value": "Square Millimetre" + "@value": "Hour" } ] }, { - "@id": "http://qudt.org/vocab/unit/GM-PER-L", + "@id": "http://qudt.org/vocab/unit/DeciM2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Density" + "@id": "http://qudt.org/vocab/quantitykind/Area" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "0,001-fold of the SI base unit kilogram divided by the unit litre" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "g/L" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g.L-1" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "GL" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en-us", - "@value": "Gram Per Liter" - }, - { - "@language": "en", - "@value": "Gram Per Litre" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/MIN", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)." - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Time" - } - ], - "http://qudt.org/schema/qudt/omUnit": [ - { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time" - } - ], - "http://qudt.org/schema/qudt/symbol": [ - { - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/ucumCode": [ - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ - { - "@value": "min" - } - ], - "http://qudt.org/schema/qudt/uneceCommonCode": [ - { - "@value": "MIN" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://qudt.org/2.1/vocab/unit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Minute" - } - ] - }, - { - "@id": "http://qudt.org/vocab/unit/M3", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ - { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons." - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Cubic_metre" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Volume" + "@value": "0.1-fold of the power of the SI base unit metre with the exponent 2" } ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://qudt.org/schema/qudt/prefix": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678" + "@id": "http://qudt.org/vocab/prefix/Deci" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "m³" + "@value": "dm²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "m3" + "@value": "dm2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MTQ" + "@value": "DMK" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1929,95 +1624,11 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Cubic Meter" - }, - { - "@language": "de", - "@value": "Kubikmeter" + "@value": "Square Decimeter" }, { "@language": "en", - "@value": "cubic metre" - }, - { - "@language": "sl", - "@value": "kubični meter" - }, - { - "@language": "ms", - "@value": "meter kubik" - }, - { - "@language": "cs", - "@value": "metr krychlový" - }, - { - "@language": "pl", - "@value": "metr sześcienny" - }, - { - "@language": "tr", - "@value": "metreküp" - }, - { - "@language": "it", - "@value": "metro cubo" - }, - { - "@language": "es", - "@value": "metro cúbico" - }, - { - "@language": "pt", - "@value": "metro cúbico" - }, - { - "@language": "ro", - "@value": "metru cub" - }, - { - "@language": "la", - "@value": "metrum cubicum" - }, - { - "@language": "fr", - "@value": "mètre cube" - }, - { - "@language": "el", - "@value": "κυβικό μετρο" - }, - { - "@language": "bg", - "@value": "кубичен метър" - }, - { - "@language": "ru", - "@value": "кубический метр" - }, - { - "@language": "he", - "@value": "מטר מעוקב" - }, - { - "@language": "ar", - "@value": "متر مكعب" - }, - { - "@language": "fa", - "@value": "متر مکعب" - }, - { - "@language": "hi", - "@value": "घन मीटर" - }, - { - "@language": "ja", - "@value": "立方メートル" - }, - { - "@language": "zh", - "@value": "立方米" + "@value": "Square Decimetre" } ] }, @@ -2171,58 +1782,35 @@ ] }, { - "@id": "http://qudt.org/vocab/unit/SEC", + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M2", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The \\(Second\\) (symbol: \\(s\\)) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as \\(1/86400\\) of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of \\({9192631770}\\) periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation." - } - ], - "http://qudt.org/schema/qudt/dbpediaMatch": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Second" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Time" - } - ], - "http://qudt.org/schema/qudt/informativeReference": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Second?oldid=495241006" - } - ], - "http://qudt.org/schema/qudt/omUnit": [ - { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "s" + "@value": "kg/m²" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "s" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ + "@value": "kg.m-2" + }, { - "@value": "s" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "kg/m2" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "SEC" + "@value": "28" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2232,129 +1820,49 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "de", - "@value": "Sekunde" - }, - { - "@language": "hu", - "@value": "másodperc" - }, - { - "@language": "ms", - "@value": "saat" - }, - { - "@language": "tr", - "@value": "saniye" + "@language": "en-us", + "@value": "Kilogram per Square Meter" }, { "@language": "en", - "@value": "second" - }, - { - "@language": "fr", - "@value": "seconde" - }, - { - "@language": "it", - "@value": "secondo" - }, - { - "@language": "la", - "@value": "secundum" - }, - { - "@language": "ro", - "@value": "secundă" - }, - { - "@language": "es", - "@value": "segundo" - }, - { - "@language": "pt", - "@value": "segundo" - }, - { - "@language": "cs", - "@value": "sekunda" - }, - { - "@language": "pl", - "@value": "sekunda" - }, - { - "@language": "sl", - "@value": "sekunda" - }, - { - "@language": "el", - "@value": "δευτερόλεπτο" - }, - { - "@language": "bg", - "@value": "секунда" - }, - { - "@language": "ru", - "@value": "секунда" - }, - { - "@language": "he", - "@value": "שנייה" - }, - { - "@language": "ar", - "@value": "ثانية" - }, - { - "@language": "fa", - "@value": "ثانیه" - }, - { - "@language": "hi", - "@value": "सैकण्ड" - }, - { - "@language": "ja", - "@value": "秒" - }, - { - "@language": "zh", - "@value": "秒" + "@value": "Kilogram per Square Metre" } ] }, { - "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M2", + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-L", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], - "http://purl.org/dc/terms/description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category." + "@id": "http://qudt.org/vocab/quantitykind/Density" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ + { + "@value": "SI base unit kilogram divided by the unit litre" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "kg/m²" + "@value": "kg/L" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg.m-2" + "@value": "kg.L-1" }, { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "kg/m2" + "@value": "kg/L" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "28" + "@value": "B35" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2365,48 +1873,44 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en-us", - "@value": "Kilogram per Square Meter" + "@value": "Kilogram Per Liter" }, { "@language": "en", - "@value": "Kilogram per Square Metre" + "@value": "Kilogram Per Litre" } ] }, { - "@id": "http://qudt.org/vocab/unit/GM-PER-M3", + "@id": "http://qudt.org/vocab/unit/DeciL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Density" + "@id": "http://qudt.org/vocab/quantitykind/Volume" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" + "@value": "0.1-fold of the unit litre" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "g/m³" + "@value": "dL" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g.m-3" - }, - { - "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "g/m3" + "@value": "dL" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "A93" + "@value": "DLT" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2416,50 +1920,61 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en-us", - "@value": "Gram Per Cubic Meter" + "@language": "en", + "@value": "Decilitre" }, { - "@language": "en", - "@value": "Gram Per Cubic Metre" + "@language": "en-us", + "@value": "Decilitre" } ] }, { - "@id": "http://qudt.org/vocab/unit/MegaOHM", + "@id": "http://qudt.org/vocab/quantitykind/Length", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/udunitsCode", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/GM-PER-M3", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Resistance" + "@id": "http://qudt.org/vocab/quantitykind/Density" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "1,000,000-fold of the derived unit ohm" - } - ], - "http://qudt.org/schema/qudt/prefix": [ - { - "@id": "http://qudt.org/vocab/prefix/Mega" + "@value": "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "MΩ" + "@value": "g/m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "MOhm" + "@value": "g.m-3" + }, + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "g/m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "B75" + "@value": "A93" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2468,66 +1983,69 @@ } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Gram Per Cubic Meter" + }, { "@language": "en", - "@value": "Megaohm" + "@value": "Gram Per Cubic Metre" } ] }, { - "@id": "http://qudt.org/schema/qudt/uneceCommonCode", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/CentiM", + "@id": "http://qudt.org/vocab/unit/OHM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://qudt.org/schema/qudt/Unit" ], "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", - "@value": "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units." + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "The \\textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \\(\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}\\)" } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Centimetre" + "@value": "http://dbpedia.org/resource/Ohm" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" + "@id": "http://qudt.org/vocab/quantitykind/Resistance" } ], "http://qudt.org/schema/qudt/informativeReference": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891" + "@value": "http://en.wikipedia.org/wiki/Ohm?oldid=494685555" } ], - "http://qudt.org/schema/qudt/prefix": [ + "http://qudt.org/schema/qudt/omUnit": [ { - "@id": "http://qudt.org/vocab/prefix/Centi" + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/ohm" } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "cm" + "@value": "Ω" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "cm" + "@value": "Ohm" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "Ω" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "CMT" + "@value": "OHM" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2537,97 +2055,440 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en-us", - "@value": "Centimeter" + "@language": "de", + "@value": "Ohm" + }, + { + "@language": "cs", + "@value": "ohm" }, { "@language": "en", - "@value": "Centimetre" - } - ] - }, - { - "@id": "http://qudt.org/schema/qudt/plainTextDescription", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/Unit", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/informativeReference", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/schema/qudt/prefix", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://qudt.org/vocab/unit/M", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "http://qudt.org/schema/qudt/Unit" - ], - "http://purl.org/dc/terms/description": [ + "@value": "ohm" + }, { - "@type": "http://qudt.org/schema/qudt/LatexString", - "@value": "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." - } + "@language": "fr", + "@value": "ohm" + }, + { + "@language": "hu", + "@value": "ohm" + }, + { + "@language": "it", + "@value": "ohm" + }, + { + "@language": "ms", + "@value": "ohm" + }, + { + "@language": "pt", + "@value": "ohm" + }, + { + "@language": "ro", + "@value": "ohm" + }, + { + "@language": "sl", + "@value": "ohm" + }, + { + "@language": "tr", + "@value": "ohm" + }, + { + "@language": "es", + "@value": "ohmio" + }, + { + "@language": "la", + "@value": "ohmium" + }, + { + "@language": "pl", + "@value": "om" + }, + { + "@language": "el", + "@value": "ωμ" + }, + { + "@language": "bg", + "@value": "ом" + }, + { + "@language": "ru", + "@value": "ом" + }, + { + "@language": "he", + "@value": "אוהם" + }, + { + "@language": "ar", + "@value": "أوم" + }, + { + "@language": "fa", + "@value": "اهم" + }, + { + "@language": "hi", + "@value": "ओह्म" + }, + { + "@language": "ja", + "@value": "オーム" + }, + { + "@language": "zh", + "@value": "欧姆" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/MIN", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)." + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Time" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "min" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "min" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "min" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Minute" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/GM-PER-L", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Density" + } + ], + "http://qudt.org/schema/qudt/plainTextDescription": [ + { + "@value": "0,001-fold of the SI base unit kilogram divided by the unit litre" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "g/L" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "g.L-1" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "GL" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Gram Per Liter" + }, + { + "@language": "en", + "@value": "Gram Per Litre" + } + ] + }, + { + "@id": "http://www.linkedmodel.org/schema/vaem#description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/DEG_C", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).

" + } ], "http://qudt.org/schema/qudt/dbpediaMatch": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dbpedia.org/resource/Metre" + "@value": "http://dbpedia.org/resource/Celsius" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/guidance": [ { - "@id": "http://qudt.org/vocab/quantitykind/Length" + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "

See NIST section SP811 section 4.2.1.1

" + }, + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "

See NIST section SP811 section 6.2.8

" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Celsius?oldid=494152178" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "°C" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "Cel" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "°C" + }, + { + "@value": "℃" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "CEL" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "hu", + "@value": "Celsius-fok" + }, + { + "@language": "de", + "@value": "Grad Celsius" + }, + { + "@language": "tr", + "@value": "celsius" + }, + { + "@language": "ms", + "@value": "darjah celsius" + }, + { + "@language": "en", + "@value": "degree Celsius" + }, + { + "@language": "fr", + "@value": "degré celsius" + }, + { + "@language": "ro", + "@value": "grad celsius" + }, + { + "@language": "es", + "@value": "grado celsius" + }, + { + "@language": "it", + "@value": "grado celsius" + }, + { + "@language": "la", + "@value": "gradus celsii" + }, + { + "@language": "pt", + "@value": "grau celsius" + }, + { + "@language": "pl", + "@value": "stopień celsjusza" + }, + { + "@language": "sl", + "@value": "stopinja Celzija" + }, + { + "@language": "cs", + "@value": "stupně celsia" + }, + { + "@language": "el", + "@value": "βαθμός Κελσίου" + }, + { + "@language": "bg", + "@value": "градус Целзий" + }, + { + "@language": "ru", + "@value": "градус Цельсия" + }, + { + "@language": "he", + "@value": "צלזיוס" + }, + { + "@language": "ar", + "@value": "درجة مئوية" + }, + { + "@language": "fa", + "@value": "درجه سانتی گراد/سلسیوس" + }, + { + "@language": "hi", + "@value": "सेल्सियस" + }, + { + "@language": "ja", + "@value": "セルシウス度" + }, + { + "@language": "zh", + "@value": "摄氏度" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@value": "degree-centigrade" } + ] + }, + { + "@id": "http://qudt.org/vocab/quantitykind/Mass", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/informativeReference", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/dbpediaMatch", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/schema/qudt/guidance", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/KiloGM-PER-M3", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" ], - "http://qudt.org/schema/qudt/informativeReference": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://en.wikipedia.org/wiki/Metre?oldid=495145797" + "@type": "http://qudt.org/schema/qudt/LatexString", + "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \\(kg \\cdot m^{-3}\\), or equivalently either \\(kg/m^3\\)." } ], - "http://qudt.org/schema/qudt/omUnit": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/metre" + "@id": "http://qudt.org/vocab/quantitykind/Density" } ], "http://qudt.org/schema/qudt/plainTextDescription": [ { - "@value": "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." + "@value": "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." } ], "http://qudt.org/schema/qudt/symbol": [ { - "@value": "m" + "@value": "kg/m³" } ], "http://qudt.org/schema/qudt/ucumCode": [ { "@type": "http://qudt.org/schema/qudt/UCUMcs", - "@value": "m" - } - ], - "http://qudt.org/schema/qudt/udunitsCode": [ + "@value": "kg.m-3" + }, { - "@value": "m" + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "kg/m3" } ], "http://qudt.org/schema/qudt/uneceCommonCode": [ { - "@value": "MTR" + "@value": "KMQ" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2638,100 +2499,239 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Meter" + "@value": "Kilogramm je Kubikmeter" }, { - "@language": "en-us", - "@value": "Meter" + "@language": "it", + "@value": "chilogrammo al metro cubo" }, { - "@language": "ms", - "@value": "meter" + "@language": "tr", + "@value": "kilogram bölü metre küp" }, { "@language": "sl", - "@value": "meter" + "@value": "kilogram na kubični meter" }, { "@language": "cs", - "@value": "metr" + "@value": "kilogram na metr krychlový" }, { "@language": "pl", - "@value": "metr" - }, - { - "@language": "en", - "@value": "metre" - }, - { - "@language": "tr", - "@value": "metre" - }, - { - "@language": "es", - "@value": "metro" + "@value": "kilogram na metr sześcienny" }, { - "@language": "it", - "@value": "metro" + "@language": "ro", + "@value": "kilogram pe metru cub" }, { - "@language": "pt", - "@value": "metro" + "@language": "en-us", + "@value": "kilogram per cubic meter" }, { - "@language": "ro", - "@value": "metru" + "@language": "en", + "@value": "kilogram per cubic metre" }, { - "@language": "la", - "@value": "metrum" + "@language": "ms", + "@value": "kilogram per meter kubik" }, { "@language": "fr", - "@value": "mètre" + "@value": "kilogramme par mètre cube" }, { - "@language": "hu", - "@value": "méter" + "@language": "es", + "@value": "kilogramo por metro cúbico" }, { - "@language": "el", - "@value": "μέτρο" + "@language": "pt", + "@value": "quilograma por metro cúbico" }, { - "@language": "ru", - "@value": "метр" + "@language": "el", + "@value": "χιλιόγραμμο ανά κυβικό μέτρο" }, { "@language": "bg", - "@value": "метър" + "@value": "килограм на кубичен метър" }, { - "@language": "he", - "@value": "מטר" + "@language": "ru", + "@value": "килограмм на кубический метр" }, { "@language": "ar", - "@value": "متر" + "@value": "كيلوغرام لكل متر مكعب" }, { "@language": "fa", - "@value": "متر" + "@value": "کیلوگرم بر متر مکعب" }, { "@language": "hi", - "@value": "मीटर" + "@value": "किलोग्राम प्रति घन मीटर" }, { "@language": "ja", - "@value": "メートル" + "@value": "キログラム毎立方メートル" }, { "@language": "zh", - "@value": "米" + "@value": "千克每立方米" + } + ] + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#altLabel", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://qudt.org/vocab/unit/MilliM", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch." + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Millimetre" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Length" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457" + } + ], + "http://qudt.org/schema/qudt/prefix": [ + { + "@id": "http://qudt.org/vocab/prefix/Milli" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "mm" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "mm" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "MMT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en-us", + "@value": "Millimeter" + }, + { + "@language": "en", + "@value": "Millimetre" + } + ], + "http://www.w3.org/2004/02/skos/core#altLabel": [ + { + "@language": "en-gb", + "@value": "mil" + } + ] + }, + { + "@id": "http://qudt.org/vocab/unit/GM", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "http://qudt.org/schema/qudt/Unit" + ], + "http://purl.org/dc/terms/description": [ + { + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", + "@value": "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. " + } + ], + "http://qudt.org/schema/qudt/dbpediaMatch": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dbpedia.org/resource/Gram" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Mass" + } + ], + "http://qudt.org/schema/qudt/informativeReference": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://en.wikipedia.org/wiki/Gram?oldid=493995797" + } + ], + "http://qudt.org/schema/qudt/omUnit": [ + { + "@id": "http://www.ontology-of-units-of-measure.org/resource/om-2/gram" + } + ], + "http://qudt.org/schema/qudt/symbol": [ + { + "@value": "g" + } + ], + "http://qudt.org/schema/qudt/ucumCode": [ + { + "@type": "http://qudt.org/schema/qudt/UCUMcs", + "@value": "g" + } + ], + "http://qudt.org/schema/qudt/udunitsCode": [ + { + "@value": "g" + } + ], + "http://qudt.org/schema/qudt/uneceCommonCode": [ + { + "@value": "GRM" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://qudt.org/2.1/vocab/unit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Gram" } ] + }, + { + "@id": "http://qudt.org/schema/qudt/LatexString", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] } ] \ No newline at end of file diff --git a/docs/ontology/qudtunit/2.1/qudtunit.owl b/docs/ontology/qudtunit/2.1/qudtunit.owl index e9fb1829..a4810cb7 100644 --- a/docs/ontology/qudtunit/2.1/qudtunit.owl +++ b/docs/ontology/qudtunit/2.1/qudtunit.owl @@ -9,91 +9,38 @@ xmlns:vaem="http://www.linkedmodel.org/schema/vaem#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) - http://dbpedia.org/resource/Ohm - http://en.wikipedia.org/wiki/Ohm?oldid=494685555 - - Ω - Ohm - Ω - OHM - - Ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohmio - ohmium - om - ωμ - ом - ом - אוהם - أوم - اهم - ओह्म - オーム - 欧姆 - - - - - - 0.1-fold of the power of the SI base unit metre with the exponent 2 - - dm² - dm2 - DMK - - Square Decimeter - Square Decimetre - - + - - The S I unit of area is the square metre. - http://dbpedia.org/resource/Square_metre - http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 - - m2 - MTK + + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. + kg/m³ + kg.m-3 + kg/m3 + KMQ - Quadratmeter - Square Meter - kvadratni meter - meter persegi - metr kwadratowy - metrekare - metro cuadrado - metro quadrado - metro quadrato - metru pătrat - metrum quadratum - mètre carré - négyzetméter - square metre - čtvereční metr - τετραγωνικό μέτρο - квадратен метър - квадратный метр - מטר רבוע - متر مربع - متر مربع - वर्ग मीटर - 平方メートル - 平方米 + Kilogramm je Kubikmeter + chilogrammo al metro cubo + kilogram bölü metre küp + kilogram na kubični meter + kilogram na metr krychlový + kilogram na metr sześcienny + kilogram pe metru cub + kilogram per cubic meter + kilogram per cubic metre + kilogram per meter kubik + kilogramme par mètre cube + kilogramo por metro cúbico + quilograma por metro cúbico + χιλιόγραμμο ανά κυβικό μέτρο + килограм на кубичен метър + килограмм на кубический метр + كيلوغرام لكل متر مكعب + کیلوگرم بر متر مکعب + किलोग्राम प्रति घन मीटर + キログラム毎立方メートル + 千克每立方米 @@ -133,48 +80,17 @@ Under the International System of Units (via the International Committee for Wei - - - - + - \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> - http://dbpedia.org/resource/Celsius - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> - http://en.wikipedia.org/wiki/Celsius?oldid=494152178 - - °C - Cel - °C - - CEL + + 1 000-fold of the SI derived unit ohm + + + kOhm + B49 - Celsius-fok - Grad Celsius - celsius - darjah celsius - degree Celsius - degré celsius - grad celsius - grado celsius - grado celsius - gradus celsii - grau celsius - stopień celsjusza - stopinja Celzija - stupně celsia - βαθμός Κελσίου - градус Целзий - градус Цельсия - צלזיוס - درجة مئوية - درجه سانتی گراد/سلسیوس - सेल्सियस - セルシウス度 - 摄氏度 - degree-centigrade + Kiloohm @@ -226,20 +142,93 @@ Under the International System of Units (via the International Committee for Wei Day - + - - The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. - http://dbpedia.org/resource/Hour - http://en.wikipedia.org/wiki/Hour?oldid=495040268 - - hr - h - h - HUR + \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> + http://dbpedia.org/resource/Celsius + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> + http://en.wikipedia.org/wiki/Celsius?oldid=494152178 + + °C + Cel + °C + + CEL - Hour + Celsius-fok + Grad Celsius + celsius + darjah celsius + degree Celsius + degré celsius + grad celsius + grado celsius + grado celsius + gradus celsii + grau celsius + stopień celsjusza + stopinja Celzija + stupně celsia + βαθμός Κελσίου + градус Целзий + градус Цельсия + צלזיוס + درجة مئوية + درجه سانتی گراد/سلسیوس + सेल्सियस + セルシウス度 + 摄氏度 + degree-centigrade + + + + + + 0,001-fold of the SI base unit kilogram divided by the unit litre + g/L + g.L-1 + GL + + Gram Per Liter + Gram Per Litre + + + + + + The S I unit of area is the square metre. + http://dbpedia.org/resource/Square_metre + http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 + + m2 + MTK + + Quadratmeter + Square Meter + kvadratni meter + meter persegi + metr kwadratowy + metrekare + metro cuadrado + metro quadrado + metro quadrato + metru pătrat + metrum quadratum + mètre carré + négyzetméter + square metre + čtvereční metr + τετραγωνικό μέτρο + квадратен метър + квадратный метр + מטר רבוע + متر مربع + متر مربع + वर्ग मीटर + 平方メートル + 平方米 @@ -277,63 +266,20 @@ Under the International System of Units (via the International Committee for Wei キログラム 公斤 - + - - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. - kg/m³ - kg.m-3 - kg/m3 - KMQ - - Kilogramm je Kubikmeter - chilogrammo al metro cubo - kilogram bölü metre küp - kilogram na kubični meter - kilogram na metr krychlový - kilogram na metr sześcienny - kilogram pe metru cub - kilogram per cubic meter - kilogram per cubic metre - kilogram per meter kubik - kilogramme par mètre cube - kilogramo por metro cúbico - quilograma por metro cúbico - χιλιόγραμμο ανά κυβικό μέτρο - килограм на кубичен метър - килограмм на кубический метр - كيلوغرام لكل متر مكعب - کیلوگرم بر متر مکعب - किलोग्राम प्रति घन मीटर - キログラム毎立方メートル - 千克每立方米 - - - - - - 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 - g/m³ - g.m-3 - g/m3 - A93 - - Gram Per Cubic Meter - Gram Per Cubic Metre - - - - - - 0.1-fold of the unit litre - dL - dL - DLT + + A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. + http://dbpedia.org/resource/Kilometre + http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 + + km + km + KMT - Decilitre - Decilitre + Kilometer + Kilometre @@ -374,33 +320,112 @@ Under the International System of Units (via the International Committee for Wei メートル - + - - A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. - http://dbpedia.org/resource/Gram - http://en.wikipedia.org/wiki/Gram?oldid=493995797 - - g - g - g - GRM + + 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 + g/m³ + g.m-3 + g/m3 + A93 - Gram + Gram Per Cubic Meter + Gram Per Cubic Metre - + - - A unit of area equal to that of a square, of sides 1cm + + The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. + http://dbpedia.org/resource/Millimetre + http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 + + mm + mm + MMT + + Millimeter + Millimetre + mil + + + + + + The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) + http://dbpedia.org/resource/Ohm + http://en.wikipedia.org/wiki/Ohm?oldid=494685555 + + Ω + Ohm + Ω + OHM + + Ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohmio + ohmium + om + ωμ + ом + ом + אוהם + أوم + اهم + ओह्म + オーム + 欧姆 + + + + + + A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. + http://dbpedia.org/resource/Centimetre + http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - cm² - cm2 - CMK + cm + cm + CMT - Square Centimeter - Square Centimetre + Centimeter + Centimetre + + + + + + A decimeter is a tenth of a meter. + + dm + dm + DMT + + Decimeter + Decimetre + + + + + + 0.1-fold of the power of the SI base unit metre with the exponent 2 + + dm² + dm2 + DMK + + Square Decimeter + Square Decimetre @@ -421,25 +446,9 @@ Under the International System of Units (via the International Committee for Wei Litre litre - - - - - - - - A decimeter is a tenth of a meter. - - dm - dm - DMT - - Decimeter - Decimetre - @@ -451,41 +460,38 @@ Under the International System of Units (via the International Committee for Wei Number - + - - - 0.001-fold of the unit litre - mL - mL - MLT - - Millilitre - Millilitre - + + + + - 1 000-fold of the SI derived unit ohm - - - kOhm - B49 + 1,000,000-fold of the derived unit ohm + + + MOhm + B75 - Kiloohm + Megaohm - + - - 0,001-fold of the SI base unit kilogram divided by the unit litre - g/L - g.L-1 - GL + + A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. + http://dbpedia.org/resource/Gram + http://en.wikipedia.org/wiki/Gram?oldid=493995797 + + g + g + g + GRM - Gram Per Liter - Gram Per Litre + Gram @@ -500,6 +506,24 @@ Under the International System of Units (via the International Committee for Wei Minute + + + + + + + + The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + http://dbpedia.org/resource/Hour + http://en.wikipedia.org/wiki/Hour?oldid=495040268 + + hr + h + h + HUR + + Hour + @@ -512,6 +536,55 @@ Under the International System of Units (via the International Committee for Wei Kilogram per Square Meter Kilogram per Square Metre + + + + + 0.1-fold of the unit litre + dL + dL + DLT + + Decilitre + Decilitre + + + + + + 1,000-fold of the SI base unit kilogram + t + t + t + TNE + + Tonne + + + + + + SI base unit kilogram divided by the unit litre + kg/L + kg.L-1 + kg/L + B35 + + Kilogram Per Liter + Kilogram Per Litre + + + + + + 0.001-fold of the unit litre + mL + mL + MLT + + Millilitre + Millilitre + @@ -540,70 +613,30 @@ Under the International System of Units (via the International Committee for Wei - + - - - A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. - http://dbpedia.org/resource/Centimetre - http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - - cm - cm - CMT - - Centimeter - Centimetre - - - - + - - - The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. - http://dbpedia.org/resource/Millimetre - http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 - - mm - mm - MMT - - Millimeter - Millimetre - mil - - - - - SI base unit kilogram divided by the unit litre - kg/L - kg.L-1 - kg/L - B35 - - Kilogram Per Liter - Kilogram Per Litre + + - + + + + - - A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. - http://dbpedia.org/resource/Kilometre - http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 - - km - km - KMT + + A unit of area equal to that of a square, of sides 1cm + + cm² + cm2 + CMK - Kilometer - Kilometre - - - + Square Centimeter + Square Centimetre @@ -618,88 +651,55 @@ Under the International System of Units (via the International Committee for Wei Square Millimeter Square Millimetre - + - - - 1,000,000-fold of the derived unit ohm - - - MOhm - B75 - - Megaohm - - - - + - - - 1,000-fold of the SI base unit kilogram - t - t - t - TNE - - Tonne - + + + + + + + - + - + - - + + - + - - - - - - - - - - + - - - - + - - - - - + + - + - + - - - diff --git a/docs/ontology/qudtunit/2.1/qudtunit.rdf b/docs/ontology/qudtunit/2.1/qudtunit.rdf index e9fb1829..a4810cb7 100644 --- a/docs/ontology/qudtunit/2.1/qudtunit.rdf +++ b/docs/ontology/qudtunit/2.1/qudtunit.rdf @@ -9,91 +9,38 @@ xmlns:vaem="http://www.linkedmodel.org/schema/vaem#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) - http://dbpedia.org/resource/Ohm - http://en.wikipedia.org/wiki/Ohm?oldid=494685555 - - Ω - Ohm - Ω - OHM - - Ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohm - ohmio - ohmium - om - ωμ - ом - ом - אוהם - أوم - اهم - ओह्म - オーム - 欧姆 - - - - - - 0.1-fold of the power of the SI base unit metre with the exponent 2 - - dm² - dm2 - DMK - - Square Decimeter - Square Decimetre - - + - - The S I unit of area is the square metre. - http://dbpedia.org/resource/Square_metre - http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 - - m2 - MTK + + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). + Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. + kg/m³ + kg.m-3 + kg/m3 + KMQ - Quadratmeter - Square Meter - kvadratni meter - meter persegi - metr kwadratowy - metrekare - metro cuadrado - metro quadrado - metro quadrato - metru pătrat - metrum quadratum - mètre carré - négyzetméter - square metre - čtvereční metr - τετραγωνικό μέτρο - квадратен метър - квадратный метр - מטר רבוע - متر مربع - متر مربع - वर्ग मीटर - 平方メートル - 平方米 + Kilogramm je Kubikmeter + chilogrammo al metro cubo + kilogram bölü metre küp + kilogram na kubični meter + kilogram na metr krychlový + kilogram na metr sześcienny + kilogram pe metru cub + kilogram per cubic meter + kilogram per cubic metre + kilogram per meter kubik + kilogramme par mètre cube + kilogramo por metro cúbico + quilograma por metro cúbico + χιλιόγραμμο ανά κυβικό μέτρο + килограм на кубичен метър + килограмм на кубический метр + كيلوغرام لكل متر مكعب + کیلوگرم بر متر مکعب + किलोग्राम प्रति घन मीटर + キログラム毎立方メートル + 千克每立方米 @@ -133,48 +80,17 @@ Under the International System of Units (via the International Committee for Wei - - - - + - \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> - http://dbpedia.org/resource/Celsius - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> - <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> - http://en.wikipedia.org/wiki/Celsius?oldid=494152178 - - °C - Cel - °C - - CEL + + 1 000-fold of the SI derived unit ohm + + + kOhm + B49 - Celsius-fok - Grad Celsius - celsius - darjah celsius - degree Celsius - degré celsius - grad celsius - grado celsius - grado celsius - gradus celsii - grau celsius - stopień celsjusza - stopinja Celzija - stupně celsia - βαθμός Κελσίου - градус Целзий - градус Цельсия - צלזיוס - درجة مئوية - درجه سانتی گراد/سلسیوس - सेल्सियस - セルシウス度 - 摄氏度 - degree-centigrade + Kiloohm @@ -226,20 +142,93 @@ Under the International System of Units (via the International Committee for Wei Day - + - - The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. - http://dbpedia.org/resource/Hour - http://en.wikipedia.org/wiki/Hour?oldid=495040268 - - hr - h - h - HUR + \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p> + http://dbpedia.org/resource/Celsius + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p> + <p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p> + http://en.wikipedia.org/wiki/Celsius?oldid=494152178 + + °C + Cel + °C + + CEL - Hour + Celsius-fok + Grad Celsius + celsius + darjah celsius + degree Celsius + degré celsius + grad celsius + grado celsius + grado celsius + gradus celsii + grau celsius + stopień celsjusza + stopinja Celzija + stupně celsia + βαθμός Κελσίου + градус Целзий + градус Цельсия + צלזיוס + درجة مئوية + درجه سانتی گراد/سلسیوس + सेल्सियस + セルシウス度 + 摄氏度 + degree-centigrade + + + + + + 0,001-fold of the SI base unit kilogram divided by the unit litre + g/L + g.L-1 + GL + + Gram Per Liter + Gram Per Litre + + + + + + The S I unit of area is the square metre. + http://dbpedia.org/resource/Square_metre + http://en.wikipedia.org/wiki/Square_metre?oldid=490945508 + + m2 + MTK + + Quadratmeter + Square Meter + kvadratni meter + meter persegi + metr kwadratowy + metrekare + metro cuadrado + metro quadrado + metro quadrato + metru pătrat + metrum quadratum + mètre carré + négyzetméter + square metre + čtvereční metr + τετραγωνικό μέτρο + квадратен метър + квадратный метр + מטר רבוע + متر مربع + متر مربع + वर्ग मीटर + 平方メートル + 平方米 @@ -277,63 +266,20 @@ Under the International System of Units (via the International Committee for Wei キログラム 公斤 - + - - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). - Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3. - kg/m³ - kg.m-3 - kg/m3 - KMQ - - Kilogramm je Kubikmeter - chilogrammo al metro cubo - kilogram bölü metre küp - kilogram na kubični meter - kilogram na metr krychlový - kilogram na metr sześcienny - kilogram pe metru cub - kilogram per cubic meter - kilogram per cubic metre - kilogram per meter kubik - kilogramme par mètre cube - kilogramo por metro cúbico - quilograma por metro cúbico - χιλιόγραμμο ανά κυβικό μέτρο - килограм на кубичен метър - килограмм на кубический метр - كيلوغرام لكل متر مكعب - کیلوگرم بر متر مکعب - किलोग्राम प्रति घन मीटर - キログラム毎立方メートル - 千克每立方米 - - - - - - 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 - g/m³ - g.m-3 - g/m3 - A93 - - Gram Per Cubic Meter - Gram Per Cubic Metre - - - - - - 0.1-fold of the unit litre - dL - dL - DLT + + A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. + http://dbpedia.org/resource/Kilometre + http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 + + km + km + KMT - Decilitre - Decilitre + Kilometer + Kilometre @@ -374,33 +320,112 @@ Under the International System of Units (via the International Committee for Wei メートル - + - - A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. - http://dbpedia.org/resource/Gram - http://en.wikipedia.org/wiki/Gram?oldid=493995797 - - g - g - g - GRM + + 0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3 + g/m³ + g.m-3 + g/m3 + A93 - Gram + Gram Per Cubic Meter + Gram Per Cubic Metre - + - - A unit of area equal to that of a square, of sides 1cm + + The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. + http://dbpedia.org/resource/Millimetre + http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 + + mm + mm + MMT + + Millimeter + Millimetre + mil + + + + + + The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) + http://dbpedia.org/resource/Ohm + http://en.wikipedia.org/wiki/Ohm?oldid=494685555 + + Ω + Ohm + Ω + OHM + + Ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohm + ohmio + ohmium + om + ωμ + ом + ом + אוהם + أوم + اهم + ओह्म + オーム + 欧姆 + + + + + + A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. + http://dbpedia.org/resource/Centimetre + http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - cm² - cm2 - CMK + cm + cm + CMT - Square Centimeter - Square Centimetre + Centimeter + Centimetre + + + + + + A decimeter is a tenth of a meter. + + dm + dm + DMT + + Decimeter + Decimetre + + + + + + 0.1-fold of the power of the SI base unit metre with the exponent 2 + + dm² + dm2 + DMK + + Square Decimeter + Square Decimetre @@ -421,25 +446,9 @@ Under the International System of Units (via the International Committee for Wei Litre litre - - - - - - - - A decimeter is a tenth of a meter. - - dm - dm - DMT - - Decimeter - Decimetre - @@ -451,41 +460,38 @@ Under the International System of Units (via the International Committee for Wei Number - + - - - 0.001-fold of the unit litre - mL - mL - MLT - - Millilitre - Millilitre - + + + + - 1 000-fold of the SI derived unit ohm - - - kOhm - B49 + 1,000,000-fold of the derived unit ohm + + + MOhm + B75 - Kiloohm + Megaohm - + - - 0,001-fold of the SI base unit kilogram divided by the unit litre - g/L - g.L-1 - GL + + A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. + http://dbpedia.org/resource/Gram + http://en.wikipedia.org/wiki/Gram?oldid=493995797 + + g + g + g + GRM - Gram Per Liter - Gram Per Litre + Gram @@ -500,6 +506,24 @@ Under the International System of Units (via the International Committee for Wei Minute + + + + + + + + The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. + http://dbpedia.org/resource/Hour + http://en.wikipedia.org/wiki/Hour?oldid=495040268 + + hr + h + h + HUR + + Hour + @@ -512,6 +536,55 @@ Under the International System of Units (via the International Committee for Wei Kilogram per Square Meter Kilogram per Square Metre + + + + + 0.1-fold of the unit litre + dL + dL + DLT + + Decilitre + Decilitre + + + + + + 1,000-fold of the SI base unit kilogram + t + t + t + TNE + + Tonne + + + + + + SI base unit kilogram divided by the unit litre + kg/L + kg.L-1 + kg/L + B35 + + Kilogram Per Liter + Kilogram Per Litre + + + + + + 0.001-fold of the unit litre + mL + mL + MLT + + Millilitre + Millilitre + @@ -540,70 +613,30 @@ Under the International System of Units (via the International Committee for Wei - + - - - A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. - http://dbpedia.org/resource/Centimetre - http://en.wikipedia.org/wiki/Centimetre?oldid=494931891 - - cm - cm - CMT - - Centimeter - Centimetre - - - - + - - - The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. - http://dbpedia.org/resource/Millimetre - http://en.wikipedia.org/wiki/Millimetre?oldid=493032457 - - mm - mm - MMT - - Millimeter - Millimetre - mil - - - - - SI base unit kilogram divided by the unit litre - kg/L - kg.L-1 - kg/L - B35 - - Kilogram Per Liter - Kilogram Per Litre + + - + + + + - - A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. - http://dbpedia.org/resource/Kilometre - http://en.wikipedia.org/wiki/Kilometre?oldid=494821851 - - km - km - KMT + + A unit of area equal to that of a square, of sides 1cm + + cm² + cm2 + CMK - Kilometer - Kilometre - - - + Square Centimeter + Square Centimetre @@ -618,88 +651,55 @@ Under the International System of Units (via the International Committee for Wei Square Millimeter Square Millimetre - + - - - 1,000,000-fold of the derived unit ohm - - - MOhm - B75 - - Megaohm - - - - + - - - 1,000-fold of the SI base unit kilogram - t - t - t - TNE - - Tonne - + + + + + + + - + - + - - + + - + - - - - - - - - - - + - - - - + - - - - - + + - + - + - - - diff --git a/docs/ontology/resourceODP/0.1/resourceODP.jsonld b/docs/ontology/resourceODP/0.1/resourceODP.jsonld index 5eac3471..182b412c 100644 --- a/docs/ontology/resourceODP/0.1/resourceODP.jsonld +++ b/docs/ontology/resourceODP/0.1/resourceODP.jsonld @@ -1,22 +1,63 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A constituent is a component of object." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Constituent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186" + } + ] + }, + { + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Resource" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/resourceODP/hasMatter", "@type": [ @@ -46,7 +87,74 @@ ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://purl.org/dc/terms/created", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A matter is a physical substance." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Matter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Information" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@language": "en", + "@value": "Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications." + }, + { + "@value": "http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } + ] + }, + { + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/terms/license", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] @@ -145,15 +253,15 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb1" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb1" }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb6" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb6" } ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb1", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -161,17 +269,17 @@ { "@list": [ { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb2" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb2" }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb3" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb3" } ] } ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb2", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb2", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -187,7 +295,7 @@ ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb3", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb3", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -203,7 +311,7 @@ ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb6", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb6", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -211,17 +319,17 @@ { "@list": [ { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb7" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb7" }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb8" + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb8" } ] } ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb7", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb7", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -237,7 +345,7 @@ ] }, { - "@id": "_:n52dbd170895e44bab2037533edfbaf1eb8", + "@id": "_:nde736a3803ee4554a0f6f2e69aeef8eeb8", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -253,52 +361,11 @@ ] }, { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/elements/1.1/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", + "@id": "http://purl.org/dc/terms/creator", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A constituent is a component of object." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Constituent" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186" - } - ] - }, { "@id": "http://w3id.org/CEON/ontology/resourceODP/hasConstituent", "@type": [ @@ -327,24 +394,6 @@ } ] }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Resource" - } - ] - }, { "@id": "http://purl.org/dc/terms/title", "@type": [ @@ -352,58 +401,9 @@ ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Information" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@language": "en", - "@value": "Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications." - }, - { - "@value": "http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A matter is a physical substance." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Matter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1" - } - ] } ] \ No newline at end of file diff --git a/docs/ontology/resourceODP/0.1/resourceODP.owl b/docs/ontology/resourceODP/0.1/resourceODP.owl index dee59630..9fba6ad3 100644 --- a/docs/ontology/resourceODP/0.1/resourceODP.owl +++ b/docs/ontology/resourceODP/0.1/resourceODP.owl @@ -7,14 +7,37 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - + + - + + + + + + + + Information + Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. + http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + A constituent is a component of object. + Constituent + http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 + + + + + + + + A physical object is a collection of matter. + PhysicalObject + @@ -32,34 +55,19 @@ 0.1 - - - - - - A physical object is a collection of matter. - PhysicalObject - - - - - - - A constituent is a component of object. - Constituent - http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 - - - - - Information - Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. - http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + - + - + + + + + @@ -68,35 +76,31 @@ hasMatter intends to represent that a physical object can have a collection of matter. hasMatter - - - + + + - - - + + + A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. + Resource - + - + - - + + - - - + + - - - - + + - - - A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. - Resource + + @@ -104,17 +108,9 @@ Matter http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 - + - - - - - - - - @@ -122,25 +118,29 @@ hasConstitutent intends to represent that a physical object can have a collection of composing components. hasConstituent - - + + + + + + - - + + + - - + + + + - + - - - diff --git a/docs/ontology/resourceODP/0.1/resourceODP.rdf b/docs/ontology/resourceODP/0.1/resourceODP.rdf index dee59630..9fba6ad3 100644 --- a/docs/ontology/resourceODP/0.1/resourceODP.rdf +++ b/docs/ontology/resourceODP/0.1/resourceODP.rdf @@ -7,14 +7,37 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - + + - + + + + + + + + Information + Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. + http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + A constituent is a component of object. + Constituent + http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 + + + + + + + + A physical object is a collection of matter. + PhysicalObject + @@ -32,34 +55,19 @@ 0.1 - - - - - - A physical object is a collection of matter. - PhysicalObject - - - - - - - A constituent is a component of object. - Constituent - http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 - - - - - Information - Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. - http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + - + - + + + + + @@ -68,35 +76,31 @@ hasMatter intends to represent that a physical object can have a collection of matter. hasMatter - - - + + + - - - + + + A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. + Resource - + - + - - + + - - - + + - - - - + + - - - A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. - Resource + + @@ -104,17 +108,9 @@ Matter http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 - + - - - - - - - - @@ -122,25 +118,29 @@ hasConstitutent intends to represent that a physical object can have a collection of composing components. hasConstituent - - + + + + + + - - + + + - - + + + + - + - - - diff --git a/docs/ontology/resourceODP/0.2/resourceODP.jsonld b/docs/ontology/resourceODP/0.2/resourceODP.jsonld index 8094b623..511f2b15 100644 --- a/docs/ontology/resourceODP/0.2/resourceODP.jsonld +++ b/docs/ontology/resourceODP/0.2/resourceODP.jsonld @@ -1,118 +1,139 @@ [ { - "@id": "http://purl.org/dc/terms/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/batchSize", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "batchSize intends to repsent how many physical objects are belong to a batch of objects." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + "@value": "A constituent is a component of object." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "batchSize" + "@value": "Constituent" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "@value": "http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186" } ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasMatter", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/DigitalObject", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "hasMatter intends to represent that a physical object can have a collection of matter." + "@value": "Digital object" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "hasMatter" + "@value": "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN." } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" + "@language": "en", + "@value": "Resource" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/isRealizationOf", + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasMatter", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Relates a thing, e.g. a digital object, or a physical object, to the information it is a realization of. C.f. a physical book that is the realization of a novel, or a pdf or Excel-file that is a realization of a certain data sheet." + "@language": "en", + "@value": "hasMatter intends to represent that a physical object can have a collection of matter." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is realization of" + "@value": "has matter" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/isAbout", + "@id": "http://purl.org/dc/terms/created", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Connecting the information to the object (physical, virtual, imaginary) that the information is about." + "@language": "en", + "@value": "A matter is a physical substance." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + "@language": "en", + "@value": "Matter" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@value": "is about" + "@value": "http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1" } ] }, @@ -129,13 +150,13 @@ ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab1" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "hasPhysicalObject" + "@value": "has physical object" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -145,7 +166,7 @@ ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab1", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b1", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -163,7 +184,35 @@ ] }, { - "@id": "http://purl.org/dc/terms/creator", + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Information" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@value": "http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + } + ] + }, + { + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] @@ -186,73 +235,155 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/DigitalObject", + "@id": "http://purl.org/dc/elements/1.1/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/SetOfObjects", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information." + "@language": "en", + "@value": "A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "digital object" + "@value": "Set of objects" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b20" + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b25" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b20", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@language": "en", - "@value": "A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments." + "@list": [ + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b21" + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b22" + } + ] } + ] + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b21", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@language": "en", - "@value": "Composition" + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasBatch" + } + ], + "http://www.w3.org/2002/07/owl#someValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" } ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/containsInformation", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b22", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2002/07/owl#allValuesFrom": [ { - "@value": "Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product." + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasBatch" } + ] + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b25", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#intersectionOf": [ { - "@value": "contains information" + "@list": [ + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b26" + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b27" + } + ] } + ] + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b26", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPart" + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + } + ] + }, + { + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b27", + "@type": [ + "http://www.w3.org/2002/07/owl#Restriction" + ], + "http://www.w3.org/2002/07/owl#allValuesFrom": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + } + ], + "http://www.w3.org/2002/07/owl#onProperty": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" + } + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Composition", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments." + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Composition" } ] }, @@ -328,6 +459,27 @@ } ] }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/isAbout", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "Connecting the information to the object (physical, virtual, imaginary) that the information is about." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "is about" + } + ] + }, { "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject", "@type": [ @@ -342,7 +494,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "PhysicalObject" + "@value": "Physical object" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -350,15 +502,15 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab10" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b10" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab15" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b15" } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab10", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b10", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -366,17 +518,17 @@ { "@list": [ { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab11" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b11" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab12" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b12" } ] } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab11", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b11", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -392,7 +544,7 @@ ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab12", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b12", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -408,7 +560,7 @@ ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab15", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b15", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -416,17 +568,17 @@ { "@list": [ { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab16" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b16" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab17" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b17" } ] } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab16", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b16", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -442,7 +594,7 @@ ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab17", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b17", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], @@ -458,150 +610,67 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects", + "@id": "http://w3id.org/CEON/ontology/resourceODP/batchSize", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A batch of object is a collection of physical objects that are of the same type." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Batch Of Objects" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab4" - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab9" + "@value": "batchSize intends to repsent how many physical objects are belong to a batch of objects." } - ] - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab4", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@list": [ - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab5" - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab6" - } - ] + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" } - ] - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab5", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" + "@language": "en", + "@value": "batch size" } ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + "@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab6", + "@id": "http://purl.org/dc/terms/creator", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#allValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" - } + "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab9", + "@id": "http://w3id.org/CEON/ontology/resourceODP/containsInformation", "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" - ], - "http://www.w3.org/2002/07/owl#onDataRange": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" - } + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2002/07/owl#onProperty": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/batchSize" + "@value": "Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product." } ], - "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "@value": "1" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" } - ] - }, - { - "@id": "http://purl.org/dc/terms/license", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/elements/1.1/description", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/created", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Constituent", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "A constituent is a component of object." + "@value": "contains information" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "Constituent" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186" + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPart" } ] }, @@ -624,7 +693,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "hasConstituent" + "@value": "has constituent" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -639,20 +708,26 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/SetOfObjects", + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A set of object is a set of physical objects that can be different types." + "@value": "A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Set Of Objects" + "@value": "Batch of objects" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -660,15 +735,15 @@ "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab20" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b4" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab25" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b9" } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab20", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b4", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -676,155 +751,75 @@ { "@list": [ { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab21" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b5" }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab22" + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b6" } ] } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab21", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b5", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasBatch" + "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" } ], "http://www.w3.org/2002/07/owl#someValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab22", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b6", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#allValuesFrom": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects" - } - ], - "http://www.w3.org/2002/07/owl#onProperty": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasBatch" - } - ] - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab25", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2002/07/owl#intersectionOf": [ - { - "@list": [ - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab26" - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab27" - } - ] + "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" } - ] - }, - { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab26", - "@type": [ - "http://www.w3.org/2002/07/owl#Restriction" ], "http://www.w3.org/2002/07/owl#onProperty": [ { "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" } - ], - "http://www.w3.org/2002/07/owl#someValuesFrom": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" - } ] }, { - "@id": "_:neda79e9ca4984138a8fd41f6d9c1353ab27", + "@id": "_:n4c6cbbdf2b934800ab333418df4c3715b9", "@type": [ "http://www.w3.org/2002/07/owl#Restriction" ], - "http://www.w3.org/2002/07/owl#allValuesFrom": [ + "http://www.w3.org/2002/07/owl#onDataRange": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/PhysicalObject" + "@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ], "http://www.w3.org/2002/07/owl#onProperty": [ { - "@id": "http://w3id.org/CEON/ontology/resourceODP/hasPhysicalObject" - } - ] - }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN." + "@id": "http://w3id.org/CEON/ontology/resourceODP/batchSize" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#qualifiedCardinality": [ { - "@language": "en", - "@value": "Resource" + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "@value": "1" } ] }, { - "@id": "http://purl.org/dc/terms/title", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Information", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications." - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Information" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@value": "http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Resource" - } - ] - }, { "@id": "http://w3id.org/CEON/ontology/resourceODP/hasBatch", "@type": [ @@ -844,7 +839,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "hasBatch" + "@value": "has batch" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -854,26 +849,31 @@ ] }, { - "@id": "http://w3id.org/CEON/ontology/resourceODP/Matter", + "@id": "http://w3id.org/CEON/ontology/resourceODP/isRealizationOf", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@language": "en", - "@value": "A matter is a physical substance." + "@value": "Relates a thing, e.g. a digital object, or a physical object, to the information it is a realization of. C.f. a physical book that is the realization of a novel, or a pdf or Excel-file that is a realization of a certain data sheet." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Matter" + "@value": "is realization of" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1" + "@id": "http://w3id.org/CEON/ontology/resourceODP/Information" } ] + }, + { + "@id": "http://purl.org/dc/terms/license", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] } ] \ No newline at end of file diff --git a/docs/ontology/resourceODP/0.2/resourceODP.owl b/docs/ontology/resourceODP/0.2/resourceODP.owl index 7096bab4..676bd75c 100644 --- a/docs/ontology/resourceODP/0.2/resourceODP.owl +++ b/docs/ontology/resourceODP/0.2/resourceODP.owl @@ -7,22 +7,87 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - + - + - - - hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects. - hasBatch + + + + Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product. + contains information - - - + + + + Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. + Information + http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 - - + + + + A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information. + Digital object + + + + + + + A physical object is a collection of matter. + Physical object + + + + + + + + + + + + + + + Indicating that something is part of or is contained by something else. + has part + + + + + + + + + + + batchSize intends to repsent how many physical objects are belong to a batch of objects. + batch size + + + + + + + + A constituent is a component of object. + Constituent + http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 + + + + + + + A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model. + Batch of objects + + + + @@ -30,22 +95,20 @@ Relates a thing, e.g. a digital object, or a physical object, to the information it is a realization of. C.f. a physical book that is the realization of a novel, or a pdf or Excel-file that is a realization of a certain data sheet. is realization of - - - - Connecting the information to the object (physical, virtual, imaginary) that the information is about. - is about - - - + + - + hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects. - hasPhysicalObject + has physical object + + + + @@ -64,109 +127,67 @@ 0.2 - - - - - hasMatter intends to represent that a physical object can have a collection of matter. - hasMatter - - - - + + + A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. + Resource - + - - - - Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product. - contains information + + + hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects. + has batch - - - - + + + - - - A set of object is a set of physical objects that can be different types. - Set Of Objects - - - - - - - A physical object is a collection of matter. - PhysicalObject + + + A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items. + Set of objects - - - - Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. - Information - http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + - - + + - - - + + + - + - - + + - + - + + - A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. - Resource - - - - - 1 - - + - - + + - - - A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments. - Composition - - - - A constituent is a component of object. - Constituent - http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 - - - - - - - - - + + @@ -174,133 +195,112 @@ Matter http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 - - - - - - - - - - - - + - - - - - batchSize intends to repsent how many physical objects are belong to a batch of objects. - batchSize - - - - - - - - - - - - A batch of object is a collection of physical objects that are of the same type. - Batch Of Objects + + + + + + hasConstitutent intends to represent that a physical object can have a collection of composing components. + has constituent - - + + + + Connecting the information to the object (physical, virtual, imaginary) that the information is about. + is about - - + + - - - - A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information. - digital object + + + + - - - + + + - - - + + + + - + - - - hasConstitutent intends to represent that a physical object can have a collection of composing components. - hasConstituent + + hasMatter intends to represent that a physical object can have a collection of matter. + has matter - + - - - - - - + + 1 + - - - + + + - - + + A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments. + Composition - - - + + + - - + + + - + + + + + - - - + + + - - - - Indicating that something is part of or is contained by something else. - has part + + - - - - + + + - - + + - + - - - - - - - + + - + - - + + + + + + + + diff --git a/docs/ontology/resourceODP/0.2/resourceODP.rdf b/docs/ontology/resourceODP/0.2/resourceODP.rdf index 7096bab4..676bd75c 100644 --- a/docs/ontology/resourceODP/0.2/resourceODP.rdf +++ b/docs/ontology/resourceODP/0.2/resourceODP.rdf @@ -7,22 +7,87 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > - + - + - - - hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects. - hasBatch + + + + Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product. + contains information - - - + + + + Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. + Information + http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 - - + + + + A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information. + Digital object + + + + + + + A physical object is a collection of matter. + Physical object + + + + + + + + + + + + + + + Indicating that something is part of or is contained by something else. + has part + + + + + + + + + + + batchSize intends to repsent how many physical objects are belong to a batch of objects. + batch size + + + + + + + + A constituent is a component of object. + Constituent + http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 + + + + + + + A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model. + Batch of objects + + + + @@ -30,22 +95,20 @@ Relates a thing, e.g. a digital object, or a physical object, to the information it is a realization of. C.f. a physical book that is the realization of a novel, or a pdf or Excel-file that is a realization of a certain data sheet. is realization of - - - - Connecting the information to the object (physical, virtual, imaginary) that the information is about. - is about - - - + + - + hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects. - hasPhysicalObject + has physical object + + + + @@ -64,109 +127,67 @@ 0.2 - - - - - hasMatter intends to represent that a physical object can have a collection of matter. - hasMatter - - - - + + + A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. + Resource - + - - - - Indicating that some piece of information is contained in a larger collection of information, e.g. a data sheet contains a statement about a certain parameter of a product. - contains information + + + hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects. + has batch - - - - + + + - - - A set of object is a set of physical objects that can be different types. - Set Of Objects - - - - - - - A physical object is a collection of matter. - PhysicalObject + + + A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items. + Set of objects - - - - Information is an abstract concept that represents any kind of interpretations. For instance, information can be data generated by software systems or data used by people for communications. - Information - http://emmo.info/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 + + + + - - + + - - - + + + - + - - + + - + - + + - A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN. - Resource - - - - - 1 - - + - - + + - - - A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments. - Composition - - - - A constituent is a component of object. - Constituent - http://emmo.info/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 - - - - - - - - - + + @@ -174,133 +195,112 @@ Matter http://emmo.info/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 - - - - - - - - - - - - + - - - - - batchSize intends to repsent how many physical objects are belong to a batch of objects. - batchSize - - - - - - - - - - - - A batch of object is a collection of physical objects that are of the same type. - Batch Of Objects + + + + + + hasConstitutent intends to represent that a physical object can have a collection of composing components. + has constituent - - + + + + Connecting the information to the object (physical, virtual, imaginary) that the information is about. + is about - - + + - - - - A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information. - digital object + + + + - - - + + + - - - + + + + - + - - - hasConstitutent intends to represent that a physical object can have a collection of composing components. - hasConstituent + + hasMatter intends to represent that a physical object can have a collection of matter. + has matter - + - - - - - - + + 1 + - - - + + + - - + + A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments. + Composition - - - + + + - - + + + - + + + + + - - - + + + - - - - Indicating that something is part of or is contained by something else. - has part + + - - - - + + + - - + + - + - - - - - - - + + - + - - + + + + + + + + diff --git a/docs/ontology/resourceODP/0.2/resourceODP.ttl b/docs/ontology/resourceODP/0.2/resourceODP.ttl index fc3f46a6..991d84ce 100644 --- a/docs/ontology/resourceODP/0.2/resourceODP.ttl +++ b/docs/ontology/resourceODP/0.2/resourceODP.ttl @@ -47,7 +47,7 @@ vann:preferredNamespaceUri a owl:AnnotationProperty . rdfs:comment "A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments."@en . :DigitalObject a owl:Class ; - rdfs:label "digital object"@en ; + rdfs:label "Digital object"@en ; rdfs:comment "A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information." ; rdfs:subClassOf :Resource . @@ -71,14 +71,14 @@ vann:preferredNamespaceUri a owl:AnnotationProperty . odp:coversRequirements a owl:AnnotationProperty . :batchSize a owl:DatatypeProperty ; - rdfs:label "batchSize"@en ; + rdfs:label "batch size"@en ; rdfs:comment "batchSize intends to repsent how many physical objects are belong to a batch of objects."@en ; rdfs:domain :BatchOfObjects ; rdfs:range xsd:nonNegativeInteger . :SetOfObjects a owl:Class ; - rdfs:label "Set Of Objects"@en ; - rdfs:comment "A set of object is a set of physical objects that can be different types."@en ; + rdfs:label "Set of objects"@en ; + rdfs:comment "A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items."@en ; rdfs:subClassOf [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:onProperty :hasBatch ; @@ -94,20 +94,20 @@ odp:coversRequirements a owl:AnnotationProperty . :Resource . :hasBatch a owl:ObjectProperty ; - rdfs:label "hasBatch"@en ; + rdfs:label "has batch"@en ; rdfs:comment "hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects."@en ; rdfs:domain :SetOfObjects ; rdfs:range :BatchOfObjects . :hasConstituent a owl:ObjectProperty ; - rdfs:label "hasConstituent"@en ; + rdfs:label "has constituent"@en ; rdfs:comment "hasConstitutent intends to represent that a physical object can have a collection of composing components."@en ; rdfs:domain :PhysicalObject ; rdfs:range :Constituent ; rdfs:subPropertyOf :hasPart . :hasMatter a owl:ObjectProperty ; - rdfs:label "hasMatter"@en ; + rdfs:label "has matter"@en ; rdfs:comment "hasMatter intends to represent that a physical object can have a collection of matter."@en ; rdfs:domain :PhysicalObject ; rdfs:range :Matter . @@ -134,15 +134,15 @@ odp:coversRequirements a owl:AnnotationProperty . rdfs:subClassOf :Resource . :hasPhysicalObject a owl:ObjectProperty ; - rdfs:label "hasPhysicalObject"@en ; + rdfs:label "has physical object"@en ; rdfs:comment "hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects."@en ; rdfs:domain [ a owl:Class ; owl:unionOf ( :BatchOfObjects :SetOfObjects ) ] ; rdfs:range :PhysicalObject . :BatchOfObjects a owl:Class ; - rdfs:label "Batch Of Objects"@en ; - rdfs:comment "A batch of object is a collection of physical objects that are of the same type."@en ; + rdfs:label "Batch of objects"@en ; + rdfs:comment "A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model."@en ; rdfs:subClassOf [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:onProperty :hasPhysicalObject ; @@ -160,7 +160,7 @@ odp:coversRequirements a owl:AnnotationProperty . rdfs:comment "A resource able to be handled in the context of a circular value network, e.g. data generated by software systems in the CVN, materials or prooducts as physical objects handled in the CVN."@en . :PhysicalObject a owl:Class ; - rdfs:label "PhysicalObject"@en ; + rdfs:label "Physical object"@en ; rdfs:comment "A physical object is a collection of matter."@en ; rdfs:subClassOf [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; diff --git a/docs/ontology/value/0.1/value.jsonld b/docs/ontology/value/0.1/value.jsonld index c800fb2c..edb1d0fd 100644 --- a/docs/ontology/value/0.1/value.jsonld +++ b/docs/ontology/value/0.1/value.jsonld @@ -1,84 +1,72 @@ [ { - "@id": "http://purl.org/dc/terms/description", + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#date", + "@id": "http://www.w3.org/2001/XMLSchema#gYear", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] }, { - "@id": "http://purl.org/dc/terms/creator", - "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty" - ] - }, - { - "@id": "http://purl.org/dc/terms/contributor", + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@id": "http://purl.org/dc/terms/description", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@id": "http://purl.org/dc/terms/contributor", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://purl.org/dc/terms/title", + "@id": "http://purl.org/dc/terms/creator", "@type": [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id": "http://w3id.org/CEON/ontology/value/Value", + "@id": "http://w3id.org/CEON/ontology/value/ValueProposition", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Some notion of value." + "@value": "Proposed or intended value outcome of some process, action or collaboration." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Value" + "@value": "Value proposition" } ] }, { - "@id": "http://w3id.org/CEON/ontology/value/ValueProposition", + "@id": "http://w3id.org/CEON/ontology/value/Value", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Proposed or intended value outcome of some process, action or collaboration." + "@value": "Some notion of value." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Value proposition" + "@value": "Value" } ] }, - { - "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Datatype" - ] - }, { "@id": "http://w3id.org/CEON/ontology/value/", "@type": [ @@ -152,9 +140,21 @@ ] }, { - "@id": "http://www.w3.org/2001/XMLSchema#gYear", + "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#gMonthYear", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] } ] \ No newline at end of file diff --git a/docs/ontology/value/0.1/value.owl b/docs/ontology/value/0.1/value.owl index 75027fdb..c1e82358 100644 --- a/docs/ontology/value/0.1/value.owl +++ b/docs/ontology/value/0.1/value.owl @@ -6,6 +6,17 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + Proposed or intended value outcome of some process, action or collaboration. + Value proposition + + + + + + + @@ -23,38 +34,27 @@ 2023-03-30 0.1 - - - - - - - - - - + + + + Some notion of value. Value - - - Proposed or intended value outcome of some process, action or collaboration. - Value proposition - - + - + diff --git a/docs/ontology/value/0.1/value.rdf b/docs/ontology/value/0.1/value.rdf index 75027fdb..c1e82358 100644 --- a/docs/ontology/value/0.1/value.rdf +++ b/docs/ontology/value/0.1/value.rdf @@ -6,6 +6,17 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vann="http://purl.org/vocab/vann/" > + + + Proposed or intended value outcome of some process, action or collaboration. + Value proposition + + + + + + + @@ -23,38 +34,27 @@ 2023-03-30 0.1 - - - - - - - - - - + + + + Some notion of value. Value - - - Proposed or intended value outcome of some process, action or collaboration. - Value proposition - - + - + diff --git a/ontology/modules/product/0.2/product.ttl b/ontology/modules/product/0.2/product.ttl index c6011a8f..d650e938 100644 --- a/ontology/modules/product/0.2/product.ttl +++ b/ontology/modules/product/0.2/product.ttl @@ -78,7 +78,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :MatterComposition ; rdfs:range resourceODP:Matter ; rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to."@en ; - rdfs:label "associatedWithMatter"@en . + rdfs:label "associated with matter"@en . ### http://w3id.org/CEON/ontology/product/associatedWithProductModel @@ -86,7 +86,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductComposition ; rdfs:range :Product ; rdfs:comment "associatedWithProductModel intends to represent the matter to which a product compopsition information regards to."@en ; - rdfs:label "associatedWithProductModel"@en . + rdfs:label "associated with product model"@en . ### http://w3id.org/CEON/ontology/product/batchOfProduct @@ -94,7 +94,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain resourceODP:BatchOfObjects ; rdfs:range :Product ; rdfs:comment "batchOfProduct intends to represent what is the model product of a batch of objects."@en ; - rdfs:label "batchOfProduct"@en . + rdfs:label "batch of products"@en . ### http://w3id.org/CEON/ontology/product/hasComposition @@ -114,7 +114,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductObject ; rdfs:range :ProductObject ; rdfs:comment "hasProductComponent intends to represent that a product can have other product components."@en ; - rdfs:label "hasProductComponent"@en . + rdfs:label "has product component"@en . ### http://w3id.org/CEON/ontology/product/modelledBy @@ -122,7 +122,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductObject ; rdfs:range :Product ; rdfs:comment "modelledBy intends to represent that product objects follow particular product models."@en ; - rdfs:label "modelledBy"@en . + rdfs:label "modelled by"@en . ################################################################# @@ -138,7 +138,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ) ] ; rdfs:comment "compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element."@en ; - rdfs:label "compositionQuantity"@en . + rdfs:label "Composition quantity"@en . ################################################################# @@ -154,7 +154,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onClass resourceODP:Matter ] ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter."@en ; - rdfs:label "MatterComposition"@en . + rdfs:label "Matter composition"@en . ### http://w3id.org/CEON/ontology/product/Product @@ -167,8 +167,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onProperty :hasComposition ; owl:someValuesFrom :ProductComposition ] ; - rdfs:comment "A product model is a model that is used for manufacturing products."@en ; - rdfs:label "Product Model"@en . + rdfs:comment "Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products."@en ; + rdfs:label "Product model"@en . ### http://w3id.org/CEON/ontology/product/ProductComposition @@ -180,7 +180,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onClass :Product ] ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product."@en ; - rdfs:label "ProductComposition"@en . + rdfs:label "Product composition"@en . ### http://w3id.org/CEON/ontology/product/ProductObject @@ -191,8 +191,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Product ] ; - rdfs:comment "A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; - rdfs:label "ProductObject"@en . + rdfs:comment "A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; + rdfs:label "Product object"@en . ### http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects diff --git a/ontology/modules/resourceODP/0.2/resourceODP.ttl b/ontology/modules/resourceODP/0.2/resourceODP.ttl index 17f34f22..0f9e1849 100644 --- a/ontology/modules/resourceODP/0.2/resourceODP.ttl +++ b/ontology/modules/resourceODP/0.2/resourceODP.ttl @@ -88,7 +88,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :SetOfObjects ; rdfs:range :BatchOfObjects ; rdfs:comment "hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects."@en ; - rdfs:label "hasBatch"@en . + rdfs:label "has batch"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasConstituent @@ -97,7 +97,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :PhysicalObject ; rdfs:range :Constituent ; rdfs:comment "hasConstitutent intends to represent that a physical object can have a collection of composing components."@en ; - rdfs:label "hasConstituent"@en . + rdfs:label "has constituent"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasMatter @@ -105,7 +105,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :PhysicalObject ; rdfs:range :Matter ; rdfs:comment "hasMatter intends to represent that a physical object can have a collection of matter."@en ; - rdfs:label "hasMatter"@en . + rdfs:label "has matter"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasPart @@ -124,7 +124,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ] ; rdfs:range :PhysicalObject ; rdfs:comment "hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects."@en ; - rdfs:label "hasPhysicalObject"@en . + rdfs:label "has physical object"@en . ### http://w3id.org/CEON/ontology/resourceODP/isAbout @@ -150,7 +150,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :BatchOfObjects ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "batchSize intends to repsent how many physical objects are belong to a batch of objects."@en ; - rdfs:label "batchSize"@en . + rdfs:label "batch size"@en . ################################################################# @@ -176,8 +176,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:nonNegativeInteger ] ; - rdfs:comment "A batch of object is a collection of physical objects that are of the same type."@en ; - rdfs:label "Batch Of Objects"@en . + rdfs:comment "A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model."@en ; + rdfs:label "Batch of objects"@en . ### http://w3id.org/CEON/ontology/resourceODP/Composition @@ -197,7 +197,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . :DigitalObject rdf:type owl:Class ; rdfs:subClassOf :Resource ; rdfs:comment "A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information." ; - rdfs:label "digital object"@en . + rdfs:label "Digital object"@en . ### http://w3id.org/CEON/ontology/resourceODP/Information @@ -241,7 +241,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdf:type owl:Class ] ; rdfs:comment "A physical object is a collection of matter."@en ; - rdfs:label "PhysicalObject"@en . + rdfs:label "Physical object"@en . ### http://w3id.org/CEON/ontology/resourceODP/Resource @@ -275,8 +275,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ) ; rdf:type owl:Class ] ; - rdfs:comment "A set of object is a set of physical objects that can be different types."@en ; - rdfs:label "Set Of Objects"@en . + rdfs:comment "A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items."@en ; + rdfs:label "Set of objects"@en . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi