@prefix azonOnto: <http://id.e-science.pl/ontologies/azonOnto#> .
@prefix collection: <http://id.e-science.pl/vocab/collection/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix kv: <http://id.e-science.pl/vocab/kv/> .
@prefix person: <http://id.e-science.pl/vocab/person/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix records: <http://id.e-science.pl/records/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://id.e-science.pl/vocab/unit/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

records:83153 a azonOnto:Database ;
    azonOnto:acceptanceDate "2024-05-22"^^xsd:date ;
    azonOnto:authorInfo [ a azonOnto:AuthorInfo ;
            azonOnto:affiliation unit:93 ;
            azonOnto:author person:2012 ;
            azonOnto:position 1 ],
        [ a azonOnto:AuthorInfo ;
            azonOnto:author person:284 ;
            azonOnto:position 2 ] ;
    azonOnto:collection collection:1 ;
    azonOnto:creationYear 2023 ;
    azonOnto:description "Test instances for n=5,6,7,8 was generated in following way. For each job j (j=1,...,n): si - service time - random integer from range [1,100] with uniform distribution, wi - cost of the penalty function - random integer from range [1,10] with uniform distribution, di - due date - random integer from range [P(1-TF-RDD/2), P(1-TF+RDD/2)] with uniform distribution. Where P = SUM{j=1,...,n}p(j), RDD=0.2,0.4,0.6,0.8,1.0 (relative range of due dates) and FT=0.2,0.4,0.6,0.8,1.0 (average tardiness factor). For each of the 25 pairs of values of RDD and FT five instances were generated. Overal 500 instances wewre generated - 125 for each value of n. The following procedure was used to determine travel times tij - Step 1: Determine n pairs of xi,yi points (recipients' coordinates) on the plane. The elements xi and yi were generated randomly according to a uniform distribution on the interval [1..100]. Step 2: For the coordinates of each pair of recipients xi,yi and xj, yj, determine the Euclidean distance. Round the obtained result up to the nearest integer (ceiling function)."@en ;
    azonOnto:destinationGroup "naukowcy"@pl,
        "studenci"@pl ;
    azonOnto:fileInfo [ a azonOnto:FileInfo ;
            azonOnto:name "TSP-TD.zip"^^xsd:string ;
            azonOnto:uri "https://data.e-science.pl/83153/TSP-TD.zip"^^xsd:anyURI ] ;
    azonOnto:harmfulContent false ;
    azonOnto:keywordInfo [ a azonOnto:KeywordInfo ;
            azonOnto:name "TSP"@pl ;
            azonOnto:uri "http://id.e-science.pl/vocab/kv/c82950"^^xsd:anyURI ],
        [ a azonOnto:KeywordInfo ;
            azonOnto:name "szeregowanie zadań"@pl ;
            azonOnto:uri "http://id.e-science.pl/vocab/kv/c112758"^^xsd:anyURI ],
        [ a azonOnto:KeywordInfo ;
            azonOnto:name "instancja"@pl ;
            azonOnto:uri "http://plwordnet.pwr.wroc.pl/wordnet/synset/1095"^^xsd:anyURI ],
        [ a azonOnto:KeywordInfo ;
            azonOnto:name "scheduling"@en ;
            azonOnto:uri "http://plwordnet.pwr.wroc.pl/wordnet/synset/290660"^^xsd:anyURI ] ;
    azonOnto:language "Angielski"^^xsd:string ;
    azonOnto:licenseInfo [ a azonOnto:LicenseInfo ;
            azonOnto:name "CC BY-SA 4.0"^^xsd:string ;
            azonOnto:uri "https://creativecommons.org/licenses/by-sa/4.0/legalcode.pl"^^xsd:anyURI ] ;
    azonOnto:origin "OTHER"^^xsd:string ;
    azonOnto:partner [ a azonOnto:Organization ;
            azonOnto:name "Politechnika Wrocławska"^^xsd:string ] ;
    azonOnto:placeOfCreation "Wrocław"^^xsd:string ;
    azonOnto:scientificDiscipline "Dziedzina nauk inżynieryjno-technicznych / automatyka, elektronika i elektrotechnika (2018)"@pl ;
    azonOnto:submitter [ a azonOnto:Person ;
            azonOnto:name "Mariusz Uchroński"^^xsd:string ] ;
    azonOnto:title "Test instances for a Time-Dependent Traveling Salesman Problem"@en .

