@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
owl:versionIRI ;
"""The Defense Supply Chain and Documentation Ontology (DSCDO) provides a formal model for representing knowledge about supply chain networks, processes, and entities. It enables interoperability and knowledge sharing between supply chain information systems by providing a common vocabulary and conceptual structure and supporting documentation providing supply chain provenance.
Key concepts modeled include:
- Supply chain stages such as suppliers, manufacturers
- Products, materials, and information flows between supply chain stages
- Supply chain processes such as procurement, production, and transportation
The ontology is designed to be extensible to support modeling of domain-specific supply chains and integration with other enterprise ontologies. It aims to facilitate supply chain analytics, decision support, knowledge management, and semantic integration of heterogeneous supply chain data sources."""@en ;
"2024-04-09"^^xsd:date ;
_:genid1 ;
"An ontology for describing supply chain documentation."@en ;
;
"2024-11-20"^^xsd:date ;
_:genid2 ,
_:genid3 ;
"This work is licensed under a Creative Commons Attribution 4.0 International License."@en ;
"SIMBA Chain, University of Notre Dame" ;
"Defense Supply Chain and Documentation Ontology (DSCDO)"@en ;
"Work in progress" ;
"dscdo" ;
"https://schema-earth616-ks18.blocks.simbachain.com/nd/scdoc/ont/" ;
owl:versionInfo "0.1.3"@en ;
"0.1.0 - intial release of pattern skeletons"@en ,
"0.1.1 - adding supply chain events from the supply chain pattern and connecting to the documentation extraction pattern"@en ,
"0.1.2 - adding identifier patterns and beginning of shapes"@en ,
"0.1.3 - chaning iri namespace and ontology prefix"@en ;
"https://github.com/crcresearch/earth616_ontology"^^xsd:anyURI ;
"""
The Defense Supply Chain and Documentation Ontology (DSCDO) is a sophisticated framework designed to capture and link supply chain documentation artifacts to relevant events and Tradable Resource Units (TRUs). This ontology serves as a comprehensive model for representing the complex interactions and transactions within the defense supply chain, ensuring that every document, event, and resource unit is accurately documented and interconnected.
Key Components of DSCDO:
1. **Event Pattern**: The ontology leverages an Event Pattern to model various types of events such as TransferEvent, TransformationEvent, CustodyChangeEvent, OwnershipChangeEvent, TransportEvent, and ObservationEvent. Each event is linked to spatiotemporal aspects through the SpatiotemporalExtent class, which captures the time and place of occurrence.
2. **Participant Role**: Events are connected to participants through roles such as SourceRole, TargetRole, EquipmentRole, and CustodianRoles (both Source and Target). This ensures that every event is associated with one or more agents (e.g., organizations, individuals) fulfilling specific roles.
3. **Container and Containment Relations**: The ontology models containers and their types, along with the relationships of containment. This includes modeling the TemporalExtent of containment, allowing for the tracking of resources over time and space.
4. **Identifier Encoding**: To maintain traceability, DSCDO includes a detailed Identifier framework, encompassing IdentifierEncoding, IdentifierSource, and IdentifierType. This system ensures that each resource unit can be uniquely identified and traced through the supply chain.
5. **Traceable Resource Unit (TRU)**: The TRU is a core concept representing units that are tracked through the supply chain. This includes QuantityOfMaterial, which is further detailed by Material types, measurements, and units, ensuring precise tracking and management of resources.
6. **Observation and Measurement**: Observations are linked to TRUs to capture measurement data, such as quantity and quality, ensuring that all resource units are accurately monitored and recorded.
Knowledge Extraction Workflow:
The DSCDO is integrated into a knowledge extraction workflow designed to process supply chain documentation. This workflow involves:
1. **Document Acquisition**: Using advanced OCR technologies (e.g., Azure OCR), documents are scanned and converted into machine-readable formats.
2. **Knowledge Extraction**: Leveraging LLM AI-driven pipelines (e.g., LangGraph, LangChain), the extracted text is processed to identify and link relevant entities and events according to the DSCDO patterns.
3. **Triple Generation**: The processed information is transformed into RDF triples, forming a structured, queryable knowledge graph that adheres to the DSCDO schema. This enables advanced querying and analysis, facilitating decision-making and supply chain management.
Application and Benefits:
By implementing DSCDO, defense supply chain management can achieve higher levels of transparency, traceability, and efficiency. The ontology ensures that all documentation artifacts are systematically captured and linked to corresponding events and resource units, providing a robust framework for managing the complexities of defense logistics and procurement.
In summary, the DSCDO provides a comprehensive and structured approach to managing defense supply chain documentation, leveraging advanced knowledge extraction techniques to produce a detailed and interconnected view of supply chain activities.
"""@en .
_:genid1 rdf:type ;
"University of Notre Dame" ;
"cvardema@nd.edu"^^xsd:anyURI ;
"Charles F. Vardeman II" ;
"https://orcid.org/0000-0003-4091-6059"^^xsd:anyURI .
_:genid2 rdf:type ;
"Center for Research Computing, University of Notre Dame" ;
"https://crc.nd.edu"^^xsd:anyURI .
_:genid3 rdf:type ;
"Simba Chain" ;
"https://simbachain.com/" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/abstract
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/created
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/license
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/modified
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/publisher
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/rights
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/rightsHolder
rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
rdf:type owl:AnnotationProperty .
### http://purl.org/ontology/bibo/status
rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
rdf:type owl:AnnotationProperty .
### http://www.w3.org/2000/01/rdf-schema#domain
rdfs:domain rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf owl:ObjectProperty .
### http://www.w3.org/2000/01/rdf-schema#range
rdfs:range rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf owl:ObjectProperty .
### http://www.w3.org/2002/07/owl#ObjectProperty
owl:ObjectProperty rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#changeNote
rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#definition
rdf:type owl:AnnotationProperty .
### http://www.w3.org/ns/prov#editorialNote
rdf:type owl:AnnotationProperty .
### http://www.w3.org/ns/prov#inverse
rdf:type owl:AnnotationProperty ;
rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en ;
rdfs:isDefinedBy ;
rdfs:seeAlso .
### https://schema.org/affiliation
rdf:type owl:AnnotationProperty .
### https://schema.org/codeRepository
rdf:type owl:AnnotationProperty .
### https://schema.org/contributor
rdf:type owl:AnnotationProperty .
### https://schema.org/email
rdf:type owl:AnnotationProperty .
### https://schema.org/name
rdf:type owl:AnnotationProperty .
### https://schema.org/url
rdf:type owl:AnnotationProperty .
### https://w3id.org/widoco/vocab#introduction
rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### http://www.w3.org/ns/prov#used
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
rdfs:isDefinedBy ;
rdfs:label "used" ;
"wasUsedBy" .
### http://www.w3.org/ns/prov#wasAssociatedWith
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
rdfs:isDefinedBy ;
rdfs:label "wasAssociatedWith" ;
"wasAssociateFor" .
### http://www.w3.org/ns/prov#wasDerivedFrom
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
rdfs:isDefinedBy ;
rdfs:label "wasDerivedFrom" ;
"A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ;
"hadDerivation" .
### http://www.w3.org/ns/prov#wasGeneratedBy
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "wasGeneratedBy" ;
"generated" .
### http://www.w3.org/ns/prov#wasInfluencedBy
rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf (
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf (
)
] ;
rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en ,
"This property has multiple RDFS domains to suit multiple OWL Profiles. See PROV-O OWL Profile." ;
rdfs:isDefinedBy ;
rdfs:label "wasInfluencedBy" ;
"""The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
prov:wasInfluencedBy should not be used without also using one of its subproperties.
"""@en ;
"influenced" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/assumesRole
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ,
;
rdfs:comment "Relates an agent to the role it plays in an event."@en ;
rdfs:label "assumes role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/contentExtractedFrom
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Indicates that the document content was derived from a specific digital document." ;
rdfs:isDefinedBy ;
rdfs:label "contentExtractedFrom" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasContainedInRelation
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has contained in relation"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasDocument
rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "hasDocument" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasFurtherDocumentation
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has further documentation"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasInformationObject
rdf:type owl:ObjectProperty ;
rdfs:range ;
rdfs:comment "Property relating Event to InformationObject in this pattern. The domain of this property is not restricted to Event since it is possible that non-event to have an information object. The range is always InformationObject since it makes no sense to have a property named hasInformationObject to point to anything other than information object."@en ;
rdfs:label "has information object"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasPostCondition
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has postcondition"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasPreCondition
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has precondition"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasSTETE
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has spatiotemporal extent"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasSpatioTemporalExtent
rdf:type owl:ObjectProperty ;
rdfs:range ;
rdfs:comment "Property relating Event to SpatioTemporalExtent in this pattern. The range is always SpatioTemporalExtent (globally) since it makes no sense to have a property named hasSpatioTemporalExtent to point to anything other than spatiotemporal extent. The domain is not set to Event as non-Event may also have spatiotemporal extent."@en ;
rdfs:label "has spatiotemporal extent"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasTemporalExtent
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "has temporal extent"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasWorkflow
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Associates an information extraction workflow with a specific pipeline." ;
rdfs:isDefinedBy ;
rdfs:label "hasWorkflow" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasdocumentcontent
rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Links a digital document to its content extracted via OCR." ;
rdfs:isDefinedBy ;
rdfs:label "hasDocumentContent" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/hasdocumenttype
rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Specifies the type or category of a digital document." ;
rdfs:isDefinedBy ;
rdfs:label "hasDocumentType" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/occursAt
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:label "occurs at"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/producedAt
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "produced at"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/providesParticipantRole
rdf:type owl:ObjectProperty ;
rdfs:range ;
rdfs:comment "Property relating Event to ParticipantRole in this pattern. The range is always ParticipantRole since it makes no sense to have a property named as providesParticipantRole not to point to a participant role. The domain is not set to Event as non-Event may also provide a participant role."@en ;
rdfs:label "provides participant role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/providesRole
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:label "provides role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/subEventOf
rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Property expressing partonomic relation between two events. Domain and range are always Event."@en ;
rdfs:label "sub event of"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/workflowExecution
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Connects the document content to the workflow that processed it." ;
rdfs:isDefinedBy ;
rdfs:label "workflowExecution" .
#################################################################
# Data properties
#################################################################
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/processedtext
rdf:type owl:DatatypeProperty ;
rdfs:domain ;
rdfs:range xsd:string ;
rdfs:comment "The processed text of a digitized document." ;
rdfs:isDefinedBy ;
rdfs:label "processedText" .
#################################################################
# Classes
#################################################################
### http://org.semanticweb.owlapi/error#Error1
rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty ;
owl:someValuesFrom
] .
### http://org.semanticweb.owlapi/error#Error2
rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty ;
owl:someValuesFrom
] .
### http://purl.org/vocommons/voaf#Vocabulary
rdf:type owl:Class .
### http://schema.org/DigitalDocument
rdf:type owl:Class .
### http://schema.org/Enumeration
rdf:type owl:Class .
### http://www.w3.org/2000/01/rdf-schema#Restriction
rdfs:Restriction rdf:type owl:Class .
### http://www.w3.org/2002/07/owl#Thing
owl:Thing rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty ;
owl:allValuesFrom
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ;
owl:allValuesFrom
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ;
owl:allValuesFrom
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ;
owl:allValuesFrom
] .
### http://www.w3.org/ns/prov#Activity
rdf:type owl:Class .
### http://www.w3.org/ns/prov#Agent
rdf:type owl:Class ;
owl:disjointWith ;
rdfs:isDefinedBy ;
rdfs:label "Agent" ;
"An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en .
### http://www.w3.org/ns/prov#Entity
rdf:type owl:Class ;
owl:disjointWith ,
;
rdfs:isDefinedBy ;
rdfs:label "Entity" ;
"An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en .
### http://www.w3.org/ns/prov#InstantaneousEvent
rdf:type owl:Class ;
rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
rdfs:isDefinedBy ;
rdfs:label "InstantaneousEvent" ;
"The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics."@en .
### http://www.w3.org/ns/prov#Organization
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:isDefinedBy ;
rdfs:label "Organization" ;
"An organization is a social or legal institution such as a company, society, etc." .
### http://www.w3.org/ns/prov#Person
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:isDefinedBy ;
rdfs:label "Person" ;
"Person agents are people."@en .
### http://www.w3.org/ns/prov#SoftwareAgent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:isDefinedBy ;
rdfs:label "SoftwareAgent" ;
"A software agent is running software."@en .
### http://www.w3.org/ns/prov#:Activity
rdf:type owl:Class ;
rdfs:isDefinedBy ;
rdfs:label "Activity" ;
"An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Agent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "An entity participating in a supply chain event, such as a person, organization, or system."@en ,
"An entity participating in an event, such as a person, organization, or system."@en ;
rdfs:label "Agent"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/BeingMeasuredRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of goods or materials being observed or measured."@en ;
rdfs:label "Being Measured Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/BeingShippedRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of goods or materials being shipped or transported."@en ;
rdfs:label "Being Shipped Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/ContainedInRelation
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:comment "Represents a containment relationship between events."@en ;
rdfs:label "Contained In Relation"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/CustodyChangeEvent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "An event where the custody of goods or materials changes."@en ;
rdfs:label "Custody Change Event"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/DigitalDocument
rdf:type owl:Class ;
rdfs:subClassOf ,
,
;
rdfs:comment "Represents a digital document that has been scanned and digitized, and is part of the broader document processing workflow." ;
rdfs:isDefinedBy ;
rdfs:label "DigitalDocument" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Document
rdf:type owl:Class ;
rdfs:comment "A general class for documents." ;
rdfs:isDefinedBy ;
rdfs:label "Document" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/DocumentType
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Represents the type or classification of a document." ;
rdfs:isDefinedBy ;
rdfs:label "DocumentType" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/DocumentationSource
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "A source of documentation or information related to an event."@en ;
rdfs:label "Documentation Source"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Documentcontent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Represents the content extracted from a document." ;
rdfs:isDefinedBy ;
rdfs:label "DocumentContent" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/EquipmentRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of equipment or machinery used in an event."@en ;
rdfs:label "Equipment Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Event
rdf:type owl:Class ;
rdfs:comment "Represents any kind of events. An event possesses a spatiotemporal extent, provides at least one participant-role, which is performed by some entity (agents or otherwise), and may be a sub-event of another event. An event may also have additional descriptive information, which is consolidated through an information object."@en ;
rdfs:label "Event"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Iepipeline
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Represents a pipeline used in the information extraction process." ;
rdfs:isDefinedBy ;
rdfs:label "IEPipeline" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/InformationExtractionWorkflow
rdf:type owl:Class .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/InformationObject
rdf:type owl:Class ;
rdfs:comment "An entity that encapsulates all descriptive or non-defining information of the corresponding event, e.g., names, additional identifiers, textual descriptions, etc. Should normally be aligned to a separate Information Object pattern."@en ;
rdfs:label "Information Object"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Informationextractionworkflow
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Represents a workflow or process of extracting information from documents." ;
rdfs:isDefinedBy ;
rdfs:label "InformationExtractionWorkflow" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/ObservationEvent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "An event where an observation or measurement is made on goods or materials."@en ;
rdfs:label "Observation Event"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/OwnershipChangeEvent
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "An event where the ownership of goods or materials changes."@en ;
rdfs:label "Ownership Change Event"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/ParticipantRole
rdf:type owl:Class ;
rdfs:comment "Every ParticipantRole represents a reified relationship between an event and one of its participants. Should normally be aligned to a separate Participant-Role pattern."@en ;
rdfs:label "Participant Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/Scdigitaldocument
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Represents digital document that is supply chain documentation" ;
rdfs:isDefinedBy ;
rdfs:label "SCDigitalDocument" .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/ScdigitaldocumentDocument
rdf:type owl:Class .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/SourceCustodianRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of the entity that has custody of goods or materials before an event."@en ;
rdfs:label "Source Custodian Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/SourceOwnerRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of the entity that owns goods or materials before an event."@en ;
rdfs:label "Source Owner Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/SourceRole
rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "The role of the entity from which goods or materials originate."@en ;
rdfs:label "Source Role"@en .
### https://schema.earth616.crc.nd.edu:8443/nd/scdoc/ont/SpatioTemporalExtent