@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:logitrans .

bioregistry:logitrans a bioregistry.schema:0000001 ;
    rdfs:label "Logistics Transport Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The transport ontology defines the transport order that is used for ordering a specific transport service. The transport order specifies the user requirements for transporting a cargo from one place to another. The order consists of a request (TransportRequest class) from the transport user to the transport service provider, and a plan (TransportPlan class) from the transport service provider to the user, which contains the data required by the transport service provider to plan and schedule the transport. This includes elements like locations for loading and unloading, required delivery times, etc. The transport user should also provide specific conditions and requirements for the transport, relating to agreements (e.g. legal conditions) and the cargo itself (e.g. hazardous materials). One transport order can contain multiple consignments. This allows the customer to specify the transport from A to B and Cto D in one integrated transport order."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/danielelm/tno> ;
    foaf:homepage <https://ontology.tno.nl/transport> ;
    bioregistry.schema:0000005 "CodeIssuingAgency_GLN"^^xsd:string ;
    bioregistry.schema:0000006 "http://ontology.tno.nl/transport#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9267-7160 ;
    bioregistry.schema:0000024 "http://ontology.tno.nl/transport#"^^xsd:string ;
    bioregistry.schema:0000026 ror:01bnjb948 ;
    bioregistry.schema:0000027 <http://ontology.tno.nl/transport#CodeIssuingAgency_GLN> ;
    bioregistry.schema:0000029 "logitrans" .

orcid:0000-0002-9267-7160 rdfs:label "Laura Daniele" ;
    foaf:mbox "laura.daniele@tno.nl" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

