@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ex: <http://example.org/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix lis: <http://rds.posccaesar.org/ontology/lis14/rdl/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix pca: <http://data.posccaesar.org/rdl/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdl: <http://rds.posccaesar.org/ontology/plm/rdl/> .
@prefix req: <https://w3id.org/requirement-ontology/rdl/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ntpl: <http://norsok.org/templates/> .
@prefix ottr: <http://ns.ottr.xyz/0.4/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrdl: <http://w3id.org/readi/rdl/> .
@prefix rstr: <http://tpl.ottr.xyz/owl/restriction/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix o-rdf: <http://tpl.ottr.xyz/rdf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix listpl: <http://rds.posccaesar.org/ontology/lis14/tpl/0.1/> .
@prefix o-rdfs: <http://tpl.ottr.xyz/rdfs/0.1/> .
@prefix plmtpl: <http://rds.posccaesar.org/ontology/plm/tpl/0.1/> .
@prefix reqtpl: <http://w3id.org/requirement-ontology/tpl/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix o-docttr: <http://tpl.ottr.xyz/p/docttr/0.1/> .
@prefix o-owl-ax: <http://tpl.ottr.xyz/owl/axiom/0.1/> .
@prefix o-owl-ma: <http://tpl.ottr.xyz/owl/macro/0.1/> .
@prefix o-owl-re: <http://tpl.ottr.xyz/owl/restriction/0.1/> .
@prefix o-owl-dec: <http://tpl.ottr.xyz/owl/declaration/0.1/> .
@base <http://rds.posccaesar.org/ontology/plm/ont/core> .

<http://rds.posccaesar.org/ontology/plm/ont/core> rdf:type owl:Ontology ;
                                                   owl:versionIRI <http://rds.posccaesar.org/ontology/plm/ont/core/0.9.0> ;
                                                   owl:imports <http://rds.posccaesar.org/ontology/lis14/ont/core> ;
                                                   ottr:status ottr:incomplete ;
                                                   dc:creator <https://orcid.org/0000-0002-7167-7321> ;
                                                   dc:description "Core ontology for PLM RDL." ;
                                                   dc:title "core" ;
                                                   dcterms:issued "2022-01-26"^^xsd:date ;
                                                   dcterms:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
                                                   dcterms:modified "2022-09-26"^^xsd:date ;
                                                   dcterms:publisher <http://www.posccaesar.org/> ;
                                                   pav:createdBy <https://orcid.org/0000-0002-7167-7321> ;
                                                   pav:hasPreviousVersion <file:///home/nortools/tmp/0.9.0> ;
                                                   pav:lastUpdateOn "2022-09-26T23:40:00Z"^^xsd:dateTime ;
                                                   vann:preferredNamespacePrefix "rdl" ;
                                                   vann:preferredNamespaceUri rdl: ;
                                                   void:exampleResource rdl:PCA_100000011 ;
                                                   void:feature <http://www.w3.org/ns/formats/JSON-LD> ,
                                                                <http://www.w3.org/ns/formats/N-Triples> ,
                                                                <http://www.w3.org/ns/formats/OWL_Manchester> ,
                                                                <http://www.w3.org/ns/formats/RDF_XML> ,
                                                                <http://www.w3.org/ns/formats/Turtle> ;
                                                   void:sparqlEndpoint <https://rds.posccaesar.org/ontology/sparql> ;
                                                   rdfs:comment "Core ontology for PLM RDL." ;
                                                   rdfs:label "core" ;
                                                   owl:versionInfo "0.9.1" ;
                                                   skos:changeNote "Moved definitions from core to chebi/uom" ;
                                                   foaf:homepage <http://rds.posccaesar.org/ontology/plm/doc/core> .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/identifier
dcterms:identifier rdf:type owl:AnnotationProperty ;
                   rdfs:comment "An unambiguous reference to the resource within a given context." ;
                   rdfs:isDefinedBy <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/> ;
                   rdfs:label "identifier" ;
                   rdfs:range rdfs:Literal .


###  http://purl.org/pav/createdBy
pav:createdBy rdf:type owl:AnnotationProperty .


###  http://purl.org/pav/createdOn
pav:createdOn rdf:type owl:AnnotationProperty ;
              rdfs:comment "The date of creation of the resource representation." ;
              rdfs:isDefinedBy pav: ;
              rdfs:label "Created on" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000501
rdl:PCA_100000501 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Pointer from a 'shortcut' data property to quantification related resources that define its meaning" ;
                  rdfs:label "defining source for shortcut quantification data property" ;
                  rdfs:subPropertyOf rdfs:isDefinedBy ;
                  rdfs:range rdfs:Resource ;
                  rdfs:domain owl:DatatypeProperty .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000502
rdl:PCA_100000502 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Which quality is, implicitly, represented by the data property (e.g., Mass, Length as subclasses of lis:Quality)" ;
                  rdfs:label "quality type of shortcut property" ;
                  rdfs:subPropertyOf rdl:PCA_100000501 ;
                  rdfs:range owl:Class ;
                  rdfs:domain owl:DatatypeProperty .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000503
rdl:PCA_100000503 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "How values of the data property are, implicitly, obtained (e.g., measured-as, assigned-as-nominal-value, as subproperties of lis:qualityQuantifiedAs)" ;
                  rdfs:label "quantification type of shortcut property" ;
                  rdfs:subPropertyOf rdl:PCA_100000501 ;
                  rdfs:range owl:ObjectProperty ;
                  rdfs:domain owl:DatatypeProperty .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000504
rdl:PCA_100000504 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Which type of quantification datum is, implicitly, represented by the data property (e.g., Mass Quantity Datum, Length Quantity Datum as subclasses of lis:QuantityDatum)" ;
                  rdfs:label "datum type of shortcut property" ;
                  rdfs:subPropertyOf rdl:PCA_100000501 ;
                  rdfs:range owl:Class ;
                  rdfs:domain owl:DatatypeProperty .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000505
rdl:PCA_100000505 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Which unit of measure applies, implicitly, to values of the data property (e.g., kilogram, millimetre as members of lis:UnitOfMeasure)" ;
                  rdfs:label "unit of measure of shortcut property" ;
                  rdfs:subPropertyOf rdl:PCA_100000501 ;
                  rdfs:range owl:NamedIndividual ;
                  rdfs:domain owl:DatatypeProperty .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100000510
rdl:PCA_100000510 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "For a quantity datum class, pointer to default unit of measure" ;
                  rdfs:label "default unit of measure" ;
                  rdfs:subPropertyOf rdfs:seeAlso ;
                  rdfs:range owl:NamedIndividual ;
                  rdfs:domain owl:Class .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003552
rdl:PCA_100003552 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Use this relation to express that the subject concept has no matching concept in the target SKOS scheme." ;
                  rdfs:label "has no match in scheme" ;
                  rdfs:range skos:ConceptScheme .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003769
rdl:PCA_100003769 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "For a quantity datum class, pointer to applicable unit of measure" ;
                  rdfs:label "applicable unit of measure" ;
                  rdfs:subPropertyOf rdfs:seeAlso ;
                  rdfs:range owl:NamedIndividual ;
                  rdfs:domain owl:Class .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004921
rdl:PCA_100004921 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Symbol Reference ID to be sent in DEXPI transfer file" ;
                  rdfs:label "dexpi identifier" ;
                  rdfs:subPropertyOf rdl:PCA_100004924 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004922
rdl:PCA_100004922 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Symbol ID used in Z004" ;
                  rdfs:label "Z004 identifier" ;
                  rdfs:subPropertyOf rdl:PCA_100004924 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004923
rdl:PCA_100004923 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Symbol reference in ISA-5.1 given in Z004" ;
                  rdfs:label "ISA-5.1 identifier" ;
                  rdfs:subPropertyOf rdl:PCA_100004924 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004924
rdl:PCA_100004924 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Identifier used for symbols/icons" ;
                  rdfs:label "Symbol identifier" ;
                  rdfs:domain rdl:PCA_100004919 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004927
rdl:PCA_100004927 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Relation to symbol for use in P&ID for this artefact" ;
                  rdfs:label "P&ID Symbol" ;
                  rdfs:range rdl:PCA_100004920 ;
                  rdfs:domain rdl:PCA_100001001 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004928
rdl:PCA_100004928 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "Relation to DEXPI symbol for use in P&ID for this artefact" ;
                  rdfs:label "DEXPI P&ID Symbol" ;
                  rdfs:subPropertyOf rdl:PCA_100004927 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006763
rdl:PCA_100006763 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "NORSOK Z-001 rationale for information item type: The function of the information item and/or why it is needed." ;
                  rdfs:label "NORSOK Z-001 rationale" ;
                  rdfs:range xsd:string ;
                  rdfs:domain rdl:PCA_100006767 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006764
rdl:PCA_100006764 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "NORSOK Z-001 content definition extended: Discipline specific content definition." ;
                  rdfs:label "NORSOK Z-001 extended definition" ;
                  rdfs:range xsd:string ;
                  rdfs:domain rdl:PCA_100006769 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006765
rdl:PCA_100006765 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "NORSOK Z-001 interests stakeholder category: typical CFIHOS discipline code of stakeholder with interest in the information item." ;
                  rdfs:label "NORSOK Z-001 interests stakeholder category" ;
                  rdfs:range skos:Concept ;
                  rdfs:domain rdl:PCA_100006770 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006766
rdl:PCA_100006766 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "NORSOK Z-001 describes structural element: typical NORSOK Z-DP-002 category of structural element or system that the information item describes." ;
                  rdfs:label "NORSOK Z-001 describes structural element" ;
                  rdfs:range skos:Concept ;
                  rdfs:domain rdl:PCA_100006771 .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006768
rdl:PCA_100006768 rdf:type owl:AnnotationProperty ;
                  rdfs:comment "NORSOK Z-001 content definition: What the information item is expected to contain." ;
                  rdfs:label "NORSOK Z-001 definition" ;
                  rdfs:range xsd:string ;
                  rdfs:domain rdl:PCA_100006768 .


###  http://www.w3.org/2004/02/skos/core#note
skos:note rdf:type owl:AnnotationProperty ;
          rdfs:comment "A general note, for any purpose." ;
          rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
          rdfs:label "note" .


#################################################################
#    Object Properties
#################################################################

###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003544
rdl:PCA_100003544 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:qualityQuantifiedAs ;
                  owl:inverseOf rdl:PCA_100003545 ;
                  rdfs:domain lis:PhysicalQuantity ;
                  rdfs:range lis:QuantityDatum ;
                  rdfs:comment "Relation from a physical quantity to its specified magnitude" ;
                  rdfs:label "specified magnitude" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003545
rdl:PCA_100003545 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:quantifiesQuality ;
                  rdfs:domain lis:QuantityDatum ;
                  rdfs:range lis:PhysicalQuantity ;
                  rdfs:comment "Relation from a magnitude to the physical quantity of which it is a specification" ;
                  rdfs:label "is specified magnitude of" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003546
rdl:PCA_100003546 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:qualityQuantifiedAs ;
                  owl:inverseOf rdl:PCA_100003547 ;
                  rdfs:domain lis:PhysicalQuantity ;
                  rdfs:range lis:QuantityDatum ;
                  rdfs:comment "Relation from a physical quantity to its measured magnitude" ;
                  rdfs:label "measured magnitude" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003547
rdl:PCA_100003547 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:quantifiesQuality ;
                  rdfs:domain lis:QuantityDatum ;
                  rdfs:range lis:PhysicalQuantity ;
                  rdfs:comment "Relation from a magnitude to the physical quantity of which it is a measurement" ;
                  rdfs:label "is measured magnitude of" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003548
rdl:PCA_100003548 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:qualityQuantifiedAs ;
                  owl:inverseOf rdl:PCA_100003549 ;
                  rdfs:domain lis:PhysicalQuantity ;
                  rdfs:range lis:QuantityDatum ;
                  rdfs:comment "Relation from a physical quantity to its rated magnitude" ;
                  rdfs:label "rated magnitude" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003549
rdl:PCA_100003549 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:quantifiesQuality ;
                  rdfs:domain lis:QuantityDatum ;
                  rdfs:range lis:PhysicalQuantity ;
                  rdfs:comment "Relation from a magnitude to the physical quantity of which it is a rating" ;
                  rdfs:label "is rated magnitude of" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003550
rdl:PCA_100003550 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:qualityQuantifiedAs ;
                  owl:inverseOf rdl:PCA_100003551 ;
                  rdfs:domain lis:PhysicalQuantity ;
                  rdfs:range lis:QuantityDatum ;
                  rdfs:comment "Relation from a physical quantity to its nominal magnitude" ;
                  rdfs:label "nominal magnitude" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003551
rdl:PCA_100003551 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:quantifiesQuality ;
                  rdfs:domain lis:QuantityDatum ;
                  rdfs:range lis:PhysicalQuantity ;
                  rdfs:comment "Relation from a magnitude to the physical quantity of which it is a nominal magnitude" ;
                  rdfs:label "is nominal magnitude of" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003729
rdl:PCA_100003729 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:representedBy ;
                  owl:inverseOf rdl:PCA_100003730 ;
                  rdf:type owl:FunctionalProperty ;
                  rdfs:domain lis:PhysicalQuantity ;
                  rdfs:range rdl:PCA_100003728 ;
                  rdfs:comment "Relation from a physical quantity to the concept that describes its SI dimension" ;
                  rdfs:label "has dimension" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003730
rdl:PCA_100003730 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf lis:represents ;
                  rdfs:domain rdl:PCA_100003728 ;
                  rdfs:range lis:PhysicalQuantity ;
                  rdfs:comment "Relation from an SI dimension concept to a physical quantity that it describes" ;
                  rdfs:label "dimension of" .


#################################################################
#    Data properties
#################################################################

###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100005608
rdl:PCA_100005608 rdf:type owl:DatatypeProperty ;
                  rdfs:domain rdl:PCA_100005606 ;
                  rdfs:range xsd:nonNegativeInteger ;
                  rdfs:comment "The minimum (inclusive) number of carbon atoms in the chemical composistion represented by this datum" ;
                  rdfs:label "minCarbonAtoms" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100005609
rdl:PCA_100005609 rdf:type owl:DatatypeProperty ;
                  rdfs:domain rdl:PCA_100005606 ;
                  rdfs:range xsd:nonNegativeInteger ;
                  rdfs:comment "The maximum (inclusive) number of carbon atoms in the chemical composistion represented by this datum" ;
                  rdfs:label "maxCarbonAtoms" .


#################################################################
#    Classes
#################################################################

###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100001501
rdl:PCA_100001501 rdf:type owl:Class ;
                  rdfs:subClassOf skos:Collection ;
                  rdfs:comment "A collection of SKOS concepts from one or more external reference data libraries. Identifiers are URIs, as defined in the external source where provided by the source. Where not, for instance if the external RDL provides only string identifiers, local URIs are introduced to represent each external concept." ;
                  rdfs:label "External RDL entity collection" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100001502
rdl:PCA_100001502 rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ;
                  rdfs:comment "An entity that is part of an external reference data library." ;
                  rdfs:label "External RDL entity" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100001503
rdl:PCA_100001503 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100001502 ;
                  rdfs:comment "A classifier (type) resource that is part of an external reference data library." ;
                  rdfs:label "External RDL classifier" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003536
rdl:PCA_100003536 rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ;
                  rdfs:label "Discipline" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003537
rdl:PCA_100003537 rdf:type owl:Class ;
                  rdfs:subClassOf lis:InformationObject ;
                  rdfs:comment "A Specification is a document that states an explicit set of requirements to be satisfied by a material, design, product, or service." ;
                  rdfs:label "Specification" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003538
rdl:PCA_100003538 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003537 ;
                  rdfs:comment "A Standard is 'Any norm, convention or requirement' (Wikipedia).  In PLM RDL, the typical standard is a Technical Standard and should be classified as such." ;
                  rdfs:label "Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003539
rdl:PCA_100003539 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003538 ;
                  rdfs:comment "A standard issued by an industry-based standards developing organization." ;
                  rdfs:label "Industry Organization Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003540
rdl:PCA_100003540 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003538 ;
                  rdfs:comment "A standard developed by an international standards organization. (Other published standards may well also be used internationally.)" ;
                  rdfs:label "International Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003541
rdl:PCA_100003541 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003538 ;
                  rdfs:comment "A standard specifying material grades, properties, or manufacturing requirements relevant for product properties." ;
                  rdfs:label "Material Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003542
rdl:PCA_100003542 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003538 ;
                  rdfs:comment "A standard developed by a national standards organization. In general, each country or economy has a single recognized national standards body (NSB). A national standards body is likely the sole member from that economy in ISO; ISO currently has 161 members. National standards bodies usually do not prepare the technical content of standards, which instead is developed by national technical societies. (Wikipedia)" ;
                  rdfs:label "National Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003543
rdl:PCA_100003543 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003538 ;
                  rdfs:comment "A technical standard is an established norm or requirement in regard to technical systems. It is usually a formal document that establishes uniform engineering or technical criteria, methods, processes and practices. In contrast, a custom, convention, company product, corporate standard, etc. that becomes generally accepted and dominant is often called a de facto standard. (Wikipedia)" ;
                  rdfs:label "Technical Standard" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003553
rdl:PCA_100003553 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004054 ;
                  rdfs:label "SI Quantity Class" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003554
rdl:PCA_100003554 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003553 ;
                  rdfs:label "SI base quantity" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003555
rdl:PCA_100003555 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003553 ;
                  rdfs:label "SI derived quantity" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003556
rdl:PCA_100003556 rdf:type owl:Class ;
                  rdfs:subClassOf lis:Scale ;
                  rdfs:label "SI unit" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003557
rdl:PCA_100003557 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003556 ;
                  rdfs:label "SI base unit" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003558
rdl:PCA_100003558 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100003556 ;
                  rdfs:label "SI derived unit" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003559
rdl:PCA_100003559 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004054 ;
                  rdfs:label "non-SI Quantity Class" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003560
rdl:PCA_100003560 rdf:type owl:Class ;
                  rdfs:subClassOf lis:Scale ;
                  rdfs:label "non-SI unit of measure" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003728
rdl:PCA_100003728 rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ;
                  rdfs:comment "A combination of basic physical dimensions, with exponents. Note that the choice and order of letters varies widely among sources. The format used here follows the Wikipedia entry." ;
                  rdfs:label "SI Physical Dimension" ;
                  rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_physical_quantities> .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003772
rdl:PCA_100003772 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100001502 ;
                  rdfs:comment "An individual resource that is part of an external reference data library." ;
                  rdfs:label "External RDL individual" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004032
rdl:PCA_100004032 rdf:type owl:Class ;
                  rdfs:subClassOf lis:QuantityDatum ;
                  rdfs:comment "Quantity datum for which an interpretation of relevance is provided. Classification of a datum in terms of its method of production (origin), type of aggregation, etc., helps clarify why the datum exists and for which purposes it  may be relevant." ;
                  rdfs:label "Interpreted Quantity Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004033
rdl:PCA_100004033 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004032 ;
                  rdfs:comment "Quantity datum for which the origin is provided: whether the datum is measured, calculated, or provided as part of a specification, etc." ;
                  rdfs:label "Quantity Datum with specified Provenance" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004034
rdl:PCA_100004034 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004032 ;
                  rdfs:comment "Quantity datum for which the scope to which it applies (design, operations, etc.)  is specified." ;
                  rdfs:label "Quantity Datum with specified Scope" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004035
rdl:PCA_100004035 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004032 ;
                  rdfs:comment "Quantity datum which characterises the range of variation of the relevant quantity." ;
                  rdfs:label "Range Specifying Quantity Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004036
rdl:PCA_100004036 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004032 ;
                  rdfs:comment "Quantity datum which ..." ;
                  rdfs:label "Regularity Specified Quantity Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004037
rdl:PCA_100004037 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004033 ;
                  rdfs:comment "A Specified datum originates in (is prescribed in) a requirement or specification expressing constraints on the relevant quantity." ;
                  rdfs:label "Specified Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004038
rdl:PCA_100004038 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004033 ;
                  rdfs:comment "A Calculated datum is an output value of a simulation or similar model of behaviour of the relevant quantity." ;
                  rdfs:label "Calculated Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004039
rdl:PCA_100004039 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004033 ;
                  rdfs:comment "A Measured datum originates in a monitoring of the relevant quantity." ;
                  rdfs:label "Measured Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004040
rdl:PCA_100004040 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004033 ;
                  rdfs:comment "An Estimated datum originates in an analysis of expected behaviour of the relevant quantity, typically with significant uncertainty." ;
                  rdfs:label "Estimated Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004041
rdl:PCA_100004041 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004033 ;
                  rdfs:comment "A Set datum originates in a configuration, as a fixed magnitude to be maintained for the relevant quantity." ;
                  rdfs:label "Set Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004042
rdl:PCA_100004042 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004034 ;
                  rdfs:comment "A Design datum represents a limit magnitude of the relevant quantity within which full function is expected." ;
                  rdfs:label "Design Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004043
rdl:PCA_100004043 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004034 ;
                  rdfs:comment "An Operating datum represents a magnitude of the relevant quantity prescribed for, or reported from, normal operation." ;
                  rdfs:label "Operating Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004044
rdl:PCA_100004044 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004034 ;
                  rdfs:comment "A Test datum represents a magnitude of the relevant quantity that is prescribed for, or reported from, test operation." ;
                  rdfs:label "Test Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004045
rdl:PCA_100004045 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "A Nominal datum represents a conventional (and, in many cases, standardised) magnitude used to classify the relevant artefact." ;
                  rdfs:label "Nominal Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004046
rdl:PCA_100004046 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "A Normal datum represents a magnitude of the relevant quantity that is expected or typical for operation." ;
                  rdfs:label "Normal Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004047
rdl:PCA_100004047 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "An Average datum represents an average of a set of magnitudes of the relevant quantity, typically a set of measurements or calculated values." ;
                  rdfs:label "Average Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004048
rdl:PCA_100004048 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "A Maximum datum represents a maximal magnitude of the relevant quantity." ;
                  rdfs:label "Maximum Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004049
rdl:PCA_100004049 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "A Minimum datum represents a minimal magnitude of the relevant quantity." ;
                  rdfs:label "Minimum Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004050
rdl:PCA_100004050 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004035 ;
                  rdfs:comment "An Actual datum represents a singular measured magnitude of the relevant quantity." ;
                  rdfs:label "Actual Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004051
rdl:PCA_100004051 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004036 ;
                  rdfs:comment "A Continuous datum represents a default magnitude of the relevant quantity, during sustained operation within normal variations." ;
                  rdfs:label "Continuous Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004052
rdl:PCA_100004052 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004036 ;
                  rdfs:comment "An Absolute datum represents a limit magnitude of the relevant quantity, at which operation can only be sustained for a limited time or number of cycles." ;
                  rdfs:label "Absolute Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004054
rdl:PCA_100004054 rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ;
                  rdfs:label "Quantity Class" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004908
rdl:PCA_100004908 rdf:type owl:Class ;
                  rdfs:subClassOf lis:InformationObject ;
                  rdfs:comment "A document." ;
                  rdfs:label "Document" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004919
rdl:PCA_100004919 rdf:type owl:Class ;
                  rdfs:subClassOf lis:InformationObject ;
                  rdfs:comment " A symbol or icon for use in graphical representations." ;
                  rdfs:label "Symbol" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004920
rdl:PCA_100004920 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100004919 ;
                  rdfs:comment " A symbol for use in piping and instrumentation diagrams." ;
                  rdfs:label "P&ID Symbol" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004935
rdl:PCA_100004935 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100001503 ;
                  rdfs:comment "A classifier (type) resource that is part of the ChEBI reference data library." ;
                  rdfs:label "ChEBI classifier" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100005604
rdl:PCA_100005604 rdf:type owl:Class ;
                  rdfs:subClassOf lis:Quality ;
                  rdfs:comment "Composition of material." ;
                  rdfs:label "Material Composition" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100005606
rdl:PCA_100005606 rdf:type owl:Class ;
                  rdfs:subClassOf lis:InformationObject ;
                  rdfs:comment "A datum characterizing a material composition." ;
                  rdfs:label "Chemical Composition Datum" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006767
rdl:PCA_100006767 rdf:type owl:Class ;
                  rdfs:subClassOf rdl:PCA_100001503 ;
                  rdfs:label "NORSOK Z-001 Information Item" .


###  http://www.w3.org/2004/02/skos/core#Collection
skos:Collection rdf:type owl:Class ;
                rdfs:subClassOf lis:InformationObject ;
                rdfs:comment "A meaningful collection of concepts." ;
                rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                rdfs:label "Collection" .


###  http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class ;
             rdfs:subClassOf lis:InformationObject ;
             rdfs:comment "An idea or notion; a unit of thought." ;
             rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
             rdfs:label "Concept" .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
skos:ConceptScheme rdf:type owl:Class ;
                   rdfs:subClassOf lis:InformationObject ;
                   rdfs:comment "A set of concepts, optionally including statements about semantic relationships between those concepts." ;
                   rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                   rdfs:label "Concept Scheme" .


#################################################################
#    Individuals
#################################################################

###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100002001
rdl:PCA_100002001 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the CFIHOS reference data library." ,
                               "CFIHOS entities have non-informative identifiers, like \"CFIHOS-00000003\" (\"AREA\")." ;
                  rdfs:isDefinedBy <https://www.jip36-cfihos.org> ;
                  rdfs:label "CFIHOS RDL entities" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100002002
rdl:PCA_100002002 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the OntoCAPE ontology." ,
                               "OntoCAPE entities have informative, local file system identifiers, like \"file:/C:/OntoCAPE/OntoCAPE/chemical_process_system/CPS_function/process.owl#EnthalpyChange\" (\"EnthalpyChange\"). For the PLM RDL, we introduce PCA URIs to represent OntoCAPE entities." ;
                  rdfs:isDefinedBy <https://www.avt.rwth-aachen.de/cms/AVT/Wirtschaft/SoftwareSimulation/~ipts/OntoCape> ;
                  rdfs:label "OntoCAPE ontology entities" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100002003
rdl:PCA_100002003 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the legacy PCA reference data library." ,
                               "PCA RDL entities have non-informative identifiers, like \"http://data.posccaesar.org/rdl/RDS349874\" (\"AREA\")." ;
                  rdfs:isDefinedBy <http://data.posccaesar.org/> ;
                  rdfs:label "PCA RDL entities" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100002004
rdl:PCA_100002004 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the DEXPI Information Model is a UML entity. Many entities have legacy PCA RDL references. Also available from the DEXPI SPARQL endpoint with URIs like http://sandbox.dexpi.org/informationmodel/AreaIsa95." ,
                               "An entity defined by the DEXPI Information Model." ;
                  rdfs:isDefinedBy <https://dexpi.org/> ;
                  rdfs:label "DEXPI model entities" ;
                  rdfs:seeAlso <https://dexpi.org/wp-content/uploads/2020/09/DEXPI-PID-Specification-1.3.pdf#section.3.2.> ,
                               <https://endpoint.dexpi.org/> .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003770
rdl:PCA_100003770 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the Ontology of units of Measure (OM)." ;
                  rdfs:isDefinedBy <http://www.foodvoc.org/page/om-2> ;
                  rdfs:label "OM ontology entities" ;
                  rdfs:seeAlso <https://github.com/HajoRijgersberg/OM> .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100003771
rdl:PCA_100003771 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the QUDT - Quantities, Units, Dimensions and dataTypes ontology." ;
                  rdfs:isDefinedBy <http://qudt.org/> ;
                  rdfs:label "QUDT ontology entities" ;
                  rdfs:seeAlso <https://github.com/qudt/qudt-public-repo> .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100004914
rdl:PCA_100004914 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the Chemical Entities of Biological Interest (ChEBI) ontology" ;
                  rdfs:isDefinedBy <https://www.ebi.ac.uk/chebi/> ;
                  rdfs:label "ChEBI ontology entities" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100005602
rdl:PCA_100005602 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:comment "An entity defined by the IEC Common Data Dictionary." ,
                               "IEC CDD entities have non-informative identifiers, like \"0112/2///61360_4#AAA013\" (\"antenna\")." ;
                  rdfs:isDefinedBy <https://cdd.iec.ch/> ;
                  rdfs:label "IEC CDD RDL entities" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006769
rdl:PCA_100006769 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:label "NORSOK Z-DP-002 Structural Facility Elements" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006770
rdl:PCA_100006770 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:label "ISO/IEC 81355 Information Item" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006771
rdl:PCA_100006771 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:label "NORSOK Z-001 Information Item Category" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006772
rdl:PCA_100006772 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:label "CFIHOS Discipline" .


###  http://rds.posccaesar.org/ontology/plm/rdl/PCA_100006773
rdl:PCA_100006773 rdf:type owl:NamedIndividual ,
                           rdl:PCA_100001501 ;
                  rdfs:label "Z-001 Information Item" .


#################################################################
#    Annotations
#################################################################

pav:createdBy rdfs:comment "An agent primary responsible for making the digital artifact or resource representation." ;
              rdfs:isDefinedBy pav: ;
              rdfs:label "Created by" .


###  Generated by the OWL API (version 5.1.7) https://github.com/owlcs/owlapi/
